ResourcesRelation
This object contains a resource, its relation type and the list of objects to which this resource is related
Properties
The relationship type of the resources
Possible values are: PARENT , CHILD , CONTAINS , CONTAINED_BY , REFERENCES , REFERENCED_BY , USES , USED_BY , SELF , DESCENDANT , ANCESTOR , TST , ALL
Resources info combined with lists of query resource identifiers to which they are related
JSON Example
{
"relationshipType": "PARENT",
"resourcesRelations": [
{
"relatedResources": [
"string"
],
"resource": {
"creationTime": 0,
"identifier": "string",
"resourceHealth": "GREEN",
"resourceHealthValue": 0,
"resourceKey": {
"adapterKindKey": "string",
"name": "string",
"resourceKindKey": "string"
},
"resourceStatusStates": [
{}
]
}
}
]
}
Returned By
Get Resources Relationships