Create a configuration deploymentCopy Pagepost https://{hostname}/etp-config/v3/configs/{configId}/deploymentsCreates a new configuration deployment.Path ParamsconfigIdintegerrequiredA unique identifier for the configuration.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsLists properties in a deployment POST request object.commentstringrequiredlength ≥ 1Message that summarizes the deployment.createdobjectrequiredThe deployment's set of newly created components.created objectdeletedobjectrequiredThe deployment's set of deleted components.deleted objectmodifiedobjectrequiredThe deployment's set of modified components.modified objectResponses 200Successful response. 400Validation error. 401Authentication error. See Get started for help setting up your API token. 403Insufficient permissions See Get started for help setting up your API token. 404Configuration not Found.Updated 4 months ago