[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform

Get Pac Config File By ID

Description

Get PAC Configuration by id

Request

Request

URL

URL


get
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/pacFile/{logicalId}
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise Logical ID


string
logicalId Required

PAC logicalId


Query Parameters

Query Parameters

pacConfigurationFileFilterFields
fields Optional

filter fields


Response

Response

Response Body

Response Body

200 OK

Returns GetPacConfigurationFileResponse of type application/json

Get the PAC Configuration file by Id

Errors

Errors

httpResponseError
400

Invalid Input


httpResponseError
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/pacFile/{logicalId}


Feedback

Was this page helpful?