Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: adds docs for uuid flag #339

Merged
merged 2 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Reference/RPC/commandsRPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ This capability is only supported for activating unprovisioned (e.g. pre-provisi
| -tenant string | TenantID of profile. If not provided, then assumed empty string (i.e. [no Multitenancy enabled](../middlewareExtensibility.md)) |
| -token string | JWT Token for Authorization |
| -u string | WebSocket address of server to activate against |
| -uuid string | Override AMT device UUID for use with **non-CIRA** workflow and deployments. This is for specific use cases where the hardware does not have a correctly assigned or formatted UUID. This is **NOT recommended** in other situations and could potentially break features. <br><br> Input must match standard UUID alphanumeric, hyphenated format (e.g. 4c4c4544-005a-3510-8047-b4c04f564433). |

#### `activate` Local-Specific Options

Expand Down
11 changes: 10 additions & 1 deletion docs/Reference/RPC/libraryRPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ This sample provides an example of calling the `rpcExec` function to activate a
|31 |Missing or incorrect Primary DNS |
|32 |Missing or incorrect Secondary DNS |
|33 |Invalid Parameter Combination |
|34 |Failed Reading Configuration |
|35 |Missing Or Invalid Configuration |
|36 |Invalid User Input |
|37 |Invalid UUID |

#### (70-99) Connection Errors

Expand Down Expand Up @@ -154,4 +158,9 @@ This sample provides an example of calling the `rpcExec` function to activate a
|150 |Clock synchronization failed |
|151 |Hostname synchronization failed |
|152 |IP synchronization failed |
|153 |Change Password failed |
|153 |Change Password failed |

#### (1000-3000) AMT PT Status Code Block
|Error Code| Message |
|----------|-----------------------------------------|
|1000 |AMT Pt Status Code Base |
Loading