Skip to main content

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

OK


Schema
  • accessNodesGroup object
  • id int32
  • name string
  • accessNodes object[]

    list of access nodes used for Threat Indicator Plan

  • id int32
  • name string
GET /v4/ediscovery/packages/:packageid/accessnodes    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
packageIds — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Ediscovery/Packages/:packageId/AccessNodes' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'