List Asset Relationship Type Definitions
GET/rtm/api/v1/asset-relationship-type-definition
Returns a list of all the supported relationship types in Prisma cloud.
Request
Query Parameters
nextPageToken String
Page token from the response object of an earlier request to get next page asset relationship type definitions.
Responses
- 200
- 400
- 401
- 404
- 425
- 429
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
nextPageToken string
value object[]
id int64required
Asset Relationship Type Id
name stringrequired
Asset Relationship Type name
displayName stringrequired
Asset Relationship Type readable name
inverseName string
Asset Relationship Type inverse name
inverseDisplayName string
Asset Relationship Type readable inverse name
{
"nextPageToken": "string",
"value": [
{
"id": 0,
"name": "string",
"displayName": "string",
"inverseName": "string",
"inverseDisplayName": "string"
}
]
}
Internal Error
- application/json
- Schema
- Example (from schema)
Schema
error object
code string
message string
{
"error": {
"code": "string",
"message": "string"
}
}
Unauthorized - user cannot be authenticated to service the request
- application/json
- Schema
- Example (from schema)
Schema
error object
code string
message string
{
"error": {
"code": "string",
"message": "string"
}
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
error object
code string
message string
{
"error": {
"code": "string",
"message": "string"
}
}
Too early to access the resource
- application/json
- Schema
- Example (from schema)
Schema
error object
code string
message string
{
"error": {
"code": "string",
"message": "string"
}
}
Too many requests
- application/json
- Schema
- Example (from schema)
Schema
error object
code string
message string
{
"error": {
"code": "string",
"message": "string"
}
}
Loading...