Policy > Networking > Network Services > Metadata Proxy

Create or update Metadata Proxy Config

API will create or update Metadata Proxy Config with ID profile-id

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/metadata-proxies/<metadata-proxy-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
MetadataProxyConfig+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/metadata-proxies/p1 { "server_address": "https://www.google.com:9000", "secret": "Admin!23Admin", "edge_cluster_path": "/infra/sites/default/enforcement-points/default/edge-clusters/8bb6901f-6484-4c83-9f7f-716899299303", "enable_standby_relocation": false, "crypto_protocols": [ "TLS_V1_1", "TLS_V1_2" ] }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

{}

Required Permissions:

crud

Feature:

policy_segment

Additional Errors: