Get a List of POPs

Prev Next
Get
/orchestrator/1.0/pops

This is an API that fetches a list of Policy Orchestration Points (POP) with query parameters.

Refer to the headers below to modify your cURL sample. Check if the following headers are in the sample, if not, ensure you add it to your cURL sample before pasting into your API tool.
*Required
Header Value cURL Line
Acceptapplication/json -H"Accept: application/json"

In order for the relevant parameters to appear in the cURL sample, you can input the values in the interactive API console on the right. They will then appear in the cURL sample on the bottom of the page in the correct format.


Use HTML encoded patterns when working with values that contain special characters like spaces, dashes, etc. Refer to this HTML URL Encoding Reference for a full list.


Security
HTTP
Type bearer

For more details about Administration API Authentication, check out the Authentication APIs documentation. Provide your bearer token in the Authorization header when making requests to protected resources. Example: Authorization: Bearer 123

Query parameters
filter[orchestrationWorkspaceId]
stringRequired

Filter by the Orchestration Workspace ID. This ID is located in the Details Tab in the Orchestration Workspace Settings.

offset
integer

Offset for pagination.

Default0
limit
integer

Limit for pagination.

Default10
sort[name]
string

Sort by name in ascending order (ASC) or descending order (DESC).

Valid values[ "ASC", "DESC" ]
Responses
200
401
500

Successful response

Collapse all
object

Response object

data
Array of object (pop)
object
id
string
name
string

POP Name

Max length50
orchestrationWorkspaceId
string (uuid)

The Orchestration Workspace ID is located in the Details Tab in the Orchestration Workspace Settings.

identityWorkspaceId
string (uuid)

The Identity Workspace ID is located in the Details Tab in the Identity Workspace Settings.

authorizationWorkspaceId
string (uuid)

The Authorization Workspace ID is located in the Details Tab in the Authorization Workspace Settings.

description
string

POP Description

Max length200
vendorName
string

Vendor Name

Valid values[ "PowerBI", "ZScaler", "Snowflake" ]
popConnectionCredentials
object (PopConnectionCredentials)

Refer to the SaaS Management Vendors article for instructions and examples on how to configure your vendor credentials with your Policy Orchestration Points (POP).

Example{ "authenticationMethod": "method", "credentials": {} }
mode
string

POP Mode.

Valid values[ "LEARN", "MANAGE" ]
state
string
Valid values[ "DISCOVERY_FAILED", "DISCOVERY_DONE", "DISCOVERY_IN_PROGRESS" ]
settings
object
meta
object (meta)

Response Meta