Skip to main content

List Isolation Profiles

List all isolation profiles.

External Documentation

To learn more, visit the Zscaler Private Access documentation.

Parameters

ParameterDescription
Page NumberThe number of the pages to return.
Page SizeThe size of each returned page.
SearchAn open search string to query the results by.
Show DisabledWhether disabled isolation profiles are included in the response.
Tenant IDThe unique identifier of the ZPA tenant.

Example Output

{
"list": [
{
"isolationProfileId": "string",
"isolationTenantId": "string",
"isolationUrl": "string",
"creationTime": 0,
"description": "string",
"enabled": true,
"id": 0,
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"microtenantId": 0,
"microtenantName": "string"
}
],
"totalCount": 0,
"totalPages": 0
}

Workflow Library Example

List Isolation Profiles with Zscaler Private Access and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop