udclient [global-args...] [global-flags...]
getStatus [parameters]
Parameter | Type | Required | Description |
---|---|---|---|
type | string | false | Type of status (inventory, version, or snapshot); this parameter is required you specify the name of the status instead of the ID |
status | string | true | Name or ID of the status |
udclient -username admin -password admin
-weburl https://myserver.example.com:8443
getStatus
-type inventory
-status Active
[
{
"id": "061056cc-9433-4036-ac11-b3c0b84e7018",
"type": "INVENTORY",
"name": "Active",
"active": true,
"description": "Currently Deployed",
"color": "#B3D66D",
"unique": true
}
]
Related REST command: Get information about a status.