Skip to content

Commit

Permalink
Merge branch 'main' into new-rpc-codes
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendlandt-intel authored Sep 25, 2023
2 parents 33fbff7 + 9acbab2 commit 177bd51
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
33 changes: 17 additions & 16 deletions docs/Reference/RPC/commandsRPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,22 +554,23 @@ Display AMT status and configuration:

**Not passing `[OPTIONS]` will print all information.**

| AMT INFO | OPTION | DESCRIPTION |
|-------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| | -json | JSON Output |
| Version | -ver | Intel AMT version. |
| Build Number | -bld | Intel AMT Build Number. |
| Certificate | -cert | Certificate Hashes |
| SKU | -sku | Product SKU |
| UUID | -uuid | Unique Universal Identifier of the device. Used when creating device-specific MPS API calls as part of the REST API's URL path. |
| Control Mode | -mode | Control Mode below indicates the managed device's state: <br>(a) pre-provisioning state <br>(b) activated in client control mode <br>(c) activated in admin control mode |
| DNS Suffix | -dns | DNS Suffix set according to PKI DNS Suffix in Intel MEBX or through DHCP Option 15. Requried for ACM activation. |
| DNS Suffix (OS) | -dns | |
| Hostname (OS) | -hostname | Device's hostname as set in the Operating System. |
| RAS Network | -ras | |
| RAS Remote Status | -ras | Unconnected or connected. State of connection to a management server. |
| RAS Trigger | -ras | User initiated or periodic. When activated, periodic signifies CIRA established. By default, CIRA sends a heartbeat to the server every 30 seconds to verify and maintain connection. |
| RAS MPS Hostname | -ras | IP Address or FQDN of the MPS server. |
| AMT INFO | OPTION | DESCRIPTION |
|----------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| | -json | JSON Output |
| Version | -ver | Intel AMT version. |
| Build Number | -bld | Intel AMT Build Number. |
| System Certificates | -cert | System Certificate Hashes. If given `-password`, will print both System and User Certificate Hashes. |
| User Certificates | -userCert | User Certificate Hashes. Will prompt for AMT password. Or, provide `-password` flag. |
| SKU | -sku | Product SKU |
| UUID | -uuid | Unique Universal Identifier of the device. Used when creating device-specific MPS API calls as part of the REST API's URL path. |
| Control Mode | -mode | Control Mode below indicates the managed device's state: <br>(a) pre-provisioning state <br>(b) activated in client control mode <br>(c) activated in admin control mode |
| DNS Suffix | -dns | DNS Suffix set according to PKI DNS Suffix in Intel MEBX or through DHCP Option 15. Requried for ACM activation. |
| DNS Suffix (OS) | -dns | |
| Hostname (OS) | -hostname | Device's hostname as set in the Operating System. |
| RAS Network | -ras | |
| RAS Remote Status | -ras | Unconnected or connected. State of connection to a management server. |
| RAS Trigger | -ras | User initiated or periodic. When activated, periodic signifies CIRA established. By default, CIRA sends a heartbeat to the server every 30 seconds to verify and maintain connection. |
| RAS MPS Hostname | -ras | IP Address or FQDN of the MPS server. |

**---Wired/Wireless Adapters---**

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ site_url: "https://open-amt-cloud-toolkit.github.io/docs"
repo_url: "https://github.com/open-amt-cloud-toolkit/open-amt-cloud-toolkit"
repo_name: "open-amt-cloud-toolkit/open-amt-cloud-toolkit"
copyright: "Copyright &copy; 2021 Intel Corporation"
site_dir: site/2.14
site_dir: site/2.15
# Configuration
theme:
name: "material"
Expand Down
1 change: 1 addition & 0 deletions site/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"version": "2.15", "title": "2.15 (DEV)", "aliases": []},
{"version": "2.14", "title": "2.14 (Aug 23)", "aliases": ["rapid"]},
{"version": "2.13", "title": "2.13 (Jul 23)", "aliases": []},
{"version": "2.12", "title": "2.12 (Jun 23)", "aliases": []},
Expand Down

0 comments on commit 177bd51

Please sign in to comment.