3 - Deploy proxy for an existing api
POST {{anypoint_host}}/proxies/xapi/v1/organizations/:orgId/environments/:envId/apis/:apiId/deployments
This request: - creates a proxy for the given apiId, domainName(must be unique, it is part of your api url), envid and envname
Request Body
{"applicationName"=>"{{domainName}}", "gatewayVersion"=>"4.3.0", "overwrite"=>true, "type"=>"CH", "environmentId"=>"{{env_id}}", "environmentName"=>"{{env_name}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |