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",
    "resourceStatus": "string",
    "resourceState": "string",
    "statusMessage": "string"
}
            
            
                                    string As uuid
                
                                    As uuid
                
            
        
        
                adapterInstanceId            
                            Optional
            
            
        The Adapter Instance identifier associated with the status and state
            
            
                                    string
                
                
            
        
        
                resourceStatus            
                            Optional
            
            
        Enumeration of 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
                
                
            
        
        
                resourceState            
                            Optional
            
            
        Resource State enumerates the collection state for a particular resource.
It does not represent the data collection status which is enumerated by ResourceDataCollectionStatus
                Possible values are :
                                    STOPPED, 
                                    STARTING, 
                                    STARTED, 
                                    STOPPING, 
                                    UPDATING, 
                                    FAILED, 
                                    MAINTAINED, 
                                    MAINTAINED_MANUAL, 
                                    REMOVING, 
                                    NOT_EXISTING, 
                                    NONE, 
                                    UNKNOWN, 
                            
        
    
            
            
                                    string
                
                
            
        
        
                statusMessage            
                            Optional
            
            
        A human readable status message
