Update a configurationCopy Pageput https://{hostname}/cloud-wrapper/v1/configurations/{configId}Update a saved or inactive configuration.Path ParamsconfigIdint32required1 to 1000000000The unique identifier Akamai assigns to your Cloud Wrapper configuration.Query ParamsactivatebooleanDefaults to falseSpecify if you want to activate the modified configuration, false by default. Otherwise, you can run the Activate a configuration operation separately.truetruefalseaccountSwitchKeystringFor 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 ParamsDescribes the fields you can update in a configuration.capacityAlertsThresholdint64 | null50 to 100Represents the threshold for sending alerts. Displayed as null if you haven't enabled capacity alerts.commentsstringrequiredlength between 1 and 255Additional information you provide to differentiate or track changes of the configuration.locationsarray of objectsrequiredlength between 1 and 2147483647The locations eligible for use with the configuration. Locations need to have a pre-approved capacity for the selected contract.locations* objectLocation configuration that describes property and traffic type.capacityobjectrequiredThe capacity assigned to this configuration's location. List capacity to view the approvedCapacity and assignedCapacity values.capacity objectcommentsstringrequiredlength between 1 and 255Additional information provided when creating the property.trafficTypeIdint64required0 to 1000The unique identifier for the location and traffic type combination. You can list locations to see your available combinations.ADD objectmultiCdnSettingsobject | nullSpecify details about the Multi CDN settings. Displayed as null if Multi CDN isn't defined in your Cloud Wrapper configuration.multiCdnSettings object | nullnotificationEmailsarray of stringslength ≥ 0Email addresses to receive notifications.notificationEmailsADD stringpropertyIdsarray of stringsrequiredlength ≥ 1The identifiers that represent the properties eligible to add Cloud Wrapper. To see property specifics, run the list properties operation. A property can be assigned to a single Cloud Wrapper configuration. Properties don't need to be from the same contract you've specified for the configuration.propertyIds* stringADD stringretainIdleObjectsbooleanDefaults to falseRetain idle objects beyond their max idle lifetime.truefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response returns the updated configuration. 400Bad request. You provided bad parameter data or formatted the request body incorrectly. 401Unauthorized. A value in your authentication credential is invalid or it's expired. 403Access forbidden. You lack permission for this operation, such as having read-only access. 404Not found. You've input the API URL incorrectly or named an asset that doesn't exist. 405Not allowed. You used an unsupported method with this operation. For example, you set the method to PUT for a GET operation. 415Unsupported media type. You've used an unsupported request or response content type, such as application/xml. Try the operation again using application/json. 500Internal server error. An internal error occurred. Try the request again. If the error continues, contact your account team.Updated 4 months ago