Resource
Represents the external representation of a Resource.
Properties
Identifier of the Resource (typically a UUID).
Time the Resource was created in the system. This is a ‘read-only’ property and is system generated.The server ignores any changes to this field when trying to update a resource.
Resource Health Score. This is a ‘read-only’ property and its value is computed by the system. The server ignores any changes to this field when trying to update a resource.
Health of the Resource. This is a ‘read-only’ property and its value is computed by the system. The server ignores any changes to this field when trying to update a resource.
Possible values are: GREEN , YELLOW , ORANGE , RED , GREY
The resource status and resource state for this resource as reported by one or more adapter instances. The server ignores any changes to this field when trying to update a resource.
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
Minutes part of the monitoring Interval of the resource
Seconds part of the monitoring Interval of the resource
Collection of related resource identifiers
DT calculation enabled or not. By default DT calculation for a resource is enabled (during its creation).
Description of the Resource
Credential instance identifier assigned to this Resource
The various major and minor badges and their values for a Resource. If certain badges are not present in the list then either those badges are not applicable to this resource or the calculation of those badges has been disabled for this resource.
JSON Example
{
"creationTime": 0,
"identifier": "string",
"resourceHealth": "GREEN",
"resourceHealthValue": 0,
"resourceKey": {
"adapterKindKey": "string",
"name": "string",
"resourceKindKey": "string"
},
"resourceStatusStates": [
{}
]
}
Property Of
ResourceRelation
ResourceRelations
Resources
Parameter To
Update Resource
Create Resource Using Adapter Kind
Create Resource Using Adapter Instance
Returned By
Update Resource
Create Resource Using Adapter Kind
Create Resource Using Adapter Instance
Get Resource