[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
ResourceRelationshipsQuery
Object used to lookup resources satisfying various filtering criteria and related to given set of resources with given relation type.
Properties
string
relationshipType
Required
The relationship type of the resources to be extracted. Uses the RelationshipType.representation value.
Possible values are: PARENT , CHILD , DESCENDANT , ANCESTOR , ALL
array of
string as uuid
resourceIds
Required
Resource uuids to get the related resources for
integer as int32
hierarchyDepth
Optional
Relation hierarchy depth. Used with relationship types DESCENDANT, ANCESTOR and ALL. Defaults to 10.
JSON Example
{
"relationshipType": "PARENT",
"resourceIds": [
"string"
]
}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Parameter To
Get Resources Relationships