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

Create Pac Config File

Description

Create a PAC configuration

Request

Request

URL

URL


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

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise Logical ID


Request Body

Request Body

createPacConfigurationFileBody of mimetype application/json Required
Response

Response

Response Body

Response Body

201 Created

Returns CreatePacConfigurationFileResponse of type application/json

PAC Configuration created

Errors

Errors

httpResponseError
400

Invalid Input


httpResponseError
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"filename":"test.dat","name":"Standard"}' https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/pacFile


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

Was this page helpful?