Get Azure entity
Retrieves entity information for the given Azure object ID.
If related_entity_type
parameter is not set, this endpoint will return information
about a single entity. Using the counts
boolean parameter will further modify the response.
If related_entity_type
parameter is set, this endpoint will return information about entities
related to a single entity. The type
parameter will morph the response data structure. The list
value for the type
parameter also accepts skip
and limit
parameters.
Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x > 0
Path Parameters
Entity Type
Query Parameters
The object ID of the entity being operated on.
Returns related entity counts. Does not work with related_entity_type
parameter.
Flags the query to return related entity information based on the type passed.
The type of return data expected. Only works with related_entity_type
parameter.
list
, graph
This query parameter is used for determining the number of objects to skip in pagination.
Only compatible with related_entity_type
and type=list
x > 0
This query parameter is used for setting an upper limit of objects returned in paginated responses.
Only compatible with related_entity_type
and type=list
x > 0
Response
This response is used when related_entity_type
is not set. It returns information
about a single node. All node types will return with the basic node fields, but the
additional count properties are dependent on the kind of node returned. Setting
counts=true
will populate those count details at the cost of performance.