resource-status-state

resource-status-state
resource-status-state

Contains the Adapter Instance ResourceDataCollectionStatus and ResourceState for a Resource. A Resource will have a ResourceStatusState instance for each Adapter Instance that collects information about the resource.

JSON Example
{
    "adapterInstanceId": "string",
    "resourceState": "string",
    "resourceStatus": "string",
    "statusMessage": "string"
}
string As uuid As uuid
adapterInstanceId
Optional

The Adapter Instance identifier associated with the status and state

string
resourceState
Optional

The resource state

Possible values are : STOPPED, STARTING, STARTED, STOPPING, UPDATING, FAILED, MAINTAINED, MAINTAINED_MANUAL, REMOVING, NOT_EXISTING, NONE, UNKNOWN,
string
resourceStatus
Optional

The resource data collection status

Possible values are : NONE, ERROR, UNKNOWN, DOWN, DATA_RECEIVING, OLD_DATA_RECEIVING, NO_DATA_RECEIVING, NO_PARENT_MONITORING, COLLECTOR_DOWN,
string
statusMessage
Optional

A human readable status message

Property Of