Proxy Endpoints
List proxy endpoints
client.zeroTrust.gateway.proxyEndpoints.list(ProxyEndpointListParams { account_id } params, RequestOptionsoptions?): SinglePage<ProxyEndpoint>
GET/accounts/{account_id}/gateway/proxy_endpoints
Get a proxy endpoint
client.zeroTrust.gateway.proxyEndpoints.get(stringproxyEndpointId, ProxyEndpointGetParams { account_id } params, RequestOptionsoptions?): ProxyEndpoint
GET/accounts/{account_id}/gateway/proxy_endpoints/{proxy_endpoint_id}
Create a proxy endpoint
client.zeroTrust.gateway.proxyEndpoints.create(ProxyEndpointCreateParamsparams, RequestOptionsoptions?): ProxyEndpoint
POST/accounts/{account_id}/gateway/proxy_endpoints
Update a proxy endpoint
client.zeroTrust.gateway.proxyEndpoints.edit(stringproxyEndpointId, ProxyEndpointEditParams { account_id, ips, name } params, RequestOptionsoptions?): ProxyEndpoint
PATCH/accounts/{account_id}/gateway/proxy_endpoints/{proxy_endpoint_id}
Delete a proxy endpoint
client.zeroTrust.gateway.proxyEndpoints.delete(stringproxyEndpointId, ProxyEndpointDeleteParams { account_id } params, RequestOptionsoptions?): ProxyEndpointDeleteResponse
DELETE/accounts/{account_id}/gateway/proxy_endpoints/{proxy_endpoint_id}