ProductsPerAgent
ProductsPerAgent
JSON Example
{
"agentId": "string",
"worstStatus": "string",
"products": [
{
"agentId": "string",
"tenantId": "string",
"productId": "string",
"productType": "string",
"productUuid": "string",
"productVersion": "string",
"status": "string",
"codes": [
"string"
],
"effectiveFrom": "string",
"srmVersions": [
"string"
],
"vsanVersions": [
"string"
]
}
]
}
string As uuid
As uuid
agentId
Optional
agentId
string
worstStatus
Optional
worstStatus
Possible values are :
ADDED,
OK,
WARNING,
ERROR,
UNKNOWN,
REMOVED,