appliance local accounts: list
Get a list of the local user accounts. This operation was added in vSphere API 6.7.
Request:
HTTP request
GET https://{server}/rest/appliance/local-accounts
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : [
"obj-103",
"obj-103"
]
}
"value" : [
"obj-103",
"obj-103"
]
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string[] | List of identifiers. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |