resource
Represents the external representation of a Resource.
{
"description": "string",
"creationTime": 0,
"resourceKey": {
"name": "string",
"adapterKindKey": "string",
"resourceKindKey": "string",
"resourceIdentifiers": [
{
"identifierType": {
"name": "string",
"dataType": "string",
"isPartOfUniqueness": false,
"extension": {
"anyObjects": [
{}
]
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
},
"value": "string",
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
],
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
],
"extension": {
"anyObjects": [
{}
]
}
},
"credentialInstanceId": "string",
"geoLocation": {
"latitude": "number",
"longitude": "number"
},
"resourceStatusStates": [
{
"adapterInstanceId": "string",
"resourceStatus": "string",
"resourceState": "string",
"statusMessage": "string"
}
],
"resourceHealth": "string",
"resourceHealthValue": "number",
"dtEnabled": false,
"monitoringInterval": 0,
"monitoringIntervalSeconds": 0,
"badges": [
{
"type": "string",
"color": "string",
"score": "number"
}
],
"relatedResources": [
"string"
],
"extension": {
"anyObjects": [
{}
]
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
],
"identifier": "string"
}
Description of the Resource
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.
Credential instance identifier assigned to this Resource, applicable only for adapter instances.
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.
Enumeration that identifies the health of 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.
DT calculation enabled or not. By default DT calculation for a resource is enabled (during its creation).
Minutes part of the monitoring Interval of the resource, applicable only for adapter instances.
Seconds part of the monitoring Interval of the resource, applicable only for adapter instances.
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.
Collection of related resource identifiers
Identifier of the Resource (typically a UUID).