Get list of Access Nodes for a given list of PackageIds (OR)
Select
SaaS
Customer Managed
Endpoint to get list of Access Nodes for a given list of PackageIds (OR)
Query Parameters
- packageIds string required
list of packageIds separated by comma
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
accessNodesGroup object
id int32name stringaccessNodes object[]
list of access nodes used for Threat Indicator Plan
id int32name string
{
"accessNodesGroup": {
"id": 0,
"name": "string"
},
"accessNodes": [
{
"id": 0,
"name": "string"
}
]
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...