Skip to main content

Get Segment Group By ID

Gets the segment group details for the specified ID.

External Documentation

To learn more, visit the Zscaler Private Access documentation.

Basic Parameters

ParameterDescription
Microtenant IDThe unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, insert 0.
Segment Group IDThe unique identifier of the segment group.
Tenant IDThe unique identifier of the ZPA tenant.

Advanced Parameters

ParameterDescription
Skip Detailed App InfoIndicates whether to include complete application details or not.

Example Output

{
"applicationNames": [
{
"id": 0,
"name": "string"
}
],
"applications": [
{
"adpEnabled": false,
"autoAppProtectEnabled": false,
"bypassType": "ALWAYS",
"configSpace": "DEFAULT",
"creationTime": 0,
"defaultIdleTimeout": 0,
"defaultMaxAge": 0,
"description": "string",
"domainName": "string",
"domainNames": [
"string"
],
"doubleEncrypt": true,
"enabled": true,
"healthCheckType": "DEFAULT",
"icmpAccessType": "PING_TRACEROUTING",
"id": 0,
"inspectTrafficWithZia": true,
"ipAnchored": true,
"logFeatures": [
"skip_discovery"
],
"matchStyle": "EXCLUSIVE",
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"passiveHealthEnabled": true,
"microtenantId": 0,
"microtenantName": "string",
"selectConnectorCloseToApp": true,
"serverGroups": [
{
"configSpace": "DEFAULT",
"creationTime": 0,
"description": "string",
"enabled": true,
"id": 0,
"dynamicDiscovery": true,
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"microtenantId": 0,
"microtenantName": "string"
}
],
"sharedMicrotenantIds": [
0
],
"tcpKeepAlive": 0,
"tcpPortRange": [
{
"from": 0,
"to": 0
}
],
"tcpPortRanges": [
0
],
"tcpPortsIn": [
0
],
"tcpPortsOut": [
0
],
"tcpProtocolsBitmasks": [
0
],
"udpPortRange": [
{
"from": 0,
"to": 0
}
],
"udpPortRanges": [
0
],
"udpProtocolsBitmasks": [
0
],
"useInDrMode": true
}
],
"configSpace": "DEFAULT",
"creationTime": 0,
"description": "string",
"enabled": true,
"id": 0,
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"policyMigrated": true,
"microtenantId": 0,
"microtenantName": "string",
"tcpKeepAliveEnabled": 0
}

Workflow Library Example

Get Segment Group by Id with Zscaler Private Access and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop