Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get a posture profile by a given ID.
External DocumentationTo learn more, visit the Zscaler Private Access documentation.

Parameters

ParameterDescription
Profile IDThe posture profile ID. Can be obtained using the List Posture Profile action.
Tenant IDThe unique identifier of the ZPA tenant.

Example Output

{
	"applyToMachineTunnelEnabled": true,
	"creationTime": 0,
	"crlCheckEnabled": true,
	"domain": "string",
	"id": 0,
	"masterCustomerId": "string",
	"modifiedBy": 0,
	"modifiedTime": 0,
	"name": "string",
	"nonExportablePrivateKeyEnabled": true,
	"platform": [
		"string"
	],
	"postureType": "string",
	"postureUdid": "string",
	"rootCert": "string",
	"zscalerCloud": "string",
	"zscalerCustomerId": 0
}

Workflow Library Example

Get Posture Profile with Zscaler Private Access and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop