Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

VirtualGuest get relationship request

Description

This API traverses one or more relationships to retrieve the set of objects associated with the VirtualGuest object specified by the guid in the URI. To learn more about retrieving object relationships, see Relationship traversal. For a list of relationship APIs available in the VirtualGuest class, see VirtualGuest class relationship APIs.

API stability classification

Committed

API overview

HTTP
method

URI

Return
type

Return type
multiplicity

GET

csm/VirtualGuest/guid/relation+

VirtualGuest

0..1

HTTP request message

Query string parameters

Use the fillFields and ignoreFields query string parameters to specify which attributes and relationships to return in the response. Use only one of these parameters in the request; they are mutually exclusive. If you do not send a parameter with the request, the response includes all attributes and relationships of the VirtualGuest object.

Name

Type

Multi-
plicity

Description

fillFields

String

0..1

List of attributes and relationships to include in the response

ignoreFields

String

0..1

List of attributes and relationships to omit from the response

Request message headers

This API uses only common request headers listed in HTTP request and response headers.

Request message body

This API does not use a request message body.

HTTP response message

Response message headers

This API uses only common headers listed in HTTP request and response headers.

Response message body

The response message body contains a VirtualGuest object.

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments