ResourceStatusState
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.
Properties
The Adapter Instance identifier associated with the status and state
The resource state
Possible values are: STOPPED , STARTING , STARTED , STOPPING , UPDATING , FAILED , MAINTAINED , MAINTAINED_MANUAL , REMOVING , NOT_EXISTING , NONE , UNKNOWN
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
A human readable status message
JSON Example
{
"adapterInstanceId": "string",
"resourceState": "STOPPED",
"resourceStatus": "NONE",
"statusMessage": "string"
}