ResourceSaltStatus

ResourceSaltStatus
ResourceSaltStatus

Represents the status of a Salt-managed resource as reported by a Minion.

JSON Example
{
    "minionId": "string",
    "resourceId": "string",
    "status": "string"
}
string
minionId
Optional

Unique identifier of the Minion reporting this resource status.

string As uuid As uuid
resourceId
Required  

Unique identifier of the Salt-managed resource.

string
status
Required  

Minion Status

Enumeration: CONNECTED, DISCONNECTED, DISABLED, UNKNOWN