resource-relations
resource-relations
Represents a Collection of Resources
JSON Example
{
"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"
},
"relatedResources": [
"string"
],
"extension": {
"anyObjects": [
{}
]
},
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}