Get Pac Settings
Get PAC Settings
Request
URI
GET
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/pacSettings
COPY
Path Parameters
string
enterpriseLogicalId
Required
Enterprise Logical ID
Query Parameters
Responses
200
Get the PAC Settings
Returns
getPacSettingsResponse
of type(s)
application/json
{
"id": 1,
"enterpriseId": 1,
"policyId": 1,
"logicalId": "ac611099-9872-4b29-bd87-8c2ba8b62c81",
"created": "2020-07-18T15:48:18.000Z",
"modified": "2020-07-18T15:48:18.000Z",
"data": {
"path": "vmware-ab44b170e131",
"defaultPAC": "test.dat",
"templateFileName": "string",
"updatedAt": 1634599746071,
"numProxies": 2,
"pacServerHostname": "admin.menlo-vmware.com/pac",
"proxyHostnames": [
"proxy0-155cd528e5e0e886aa63b9676ff5968f.menlo-vmware.com"
],
"proxyHostnames443Decrypt": [
"proxy2-155cd528e5e0e886aa63b9676ff5968f.menlo-vmware.com"
],
"maxNumFailoverProxies": 1
}
}
number As float
As float
id
Optional
id
number As float
As float
enterpriseId
Optional
enterpriseId
number As float
As float
policyId
Optional
policyId
string
logicalId
Optional
logicalId
string
created
Optional
created
string
modified
Optional
modified
object
data
Optional
data
400
Invalid Input
Returns
httpResponseError
of type(s)
application/json
{
"code": "error code",
"errors": [
{
"message": "error message",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are :
INTERNAL_ERROR,
INVALID_PARAMS,
INVALID_QUERY_PARAMS,
INVALID_LICENSE,
array of
object
errors
Required
errors
500
Internal Server Error
Returns
httpResponseError
of type(s)
application/json
{
"code": "error code",
"errors": [
{
"message": "error message",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are :
INTERNAL_ERROR,
INVALID_PARAMS,
INVALID_QUERY_PARAMS,
INVALID_LICENSE,
array of
object
errors
Required
errors