[{"label":"Latest (8.6.3)","version":"latest"}]
vrealize-operations
Get Relationship
DescriptionThe URL path variable ‘relationshipType’ uses the RelationshipType.representation value.
Few sample URLs are shown below.
/api/resources/{resourceId}/relationships/children
/api/resources/{resourceId}/relationships/parents
Request
URLURL
https://localhost/suite-api/api/resources/{id}/relationships/{relationshipType}
Path Parameters
Path Parameters
string
id
Required
The UUID of the resource to set the relationships for
string
relationshipType
Required
The type of relationship of the objects; Uses the RelationshipType.representation value
Query Parameters
Query Parameters
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
ResourceRelation
of type(s) application/json, application/xml
All the related resources
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://localhost/suite-api/api/resources/{id}/relationships/{relationshipType}
[{"label":"Latest (8.6.3)","version":"latest"}]
vrealize-operations
On This Page
Resource Operations
post
post
post
delete
delete
get
get
get
get
put