List bulk-patched properties
GET https://{{host}}/papi/v1/bulk/rules-patch-requests/:bulkPatchId
List all modified property versions that result from a bulk patch request. This operation polls the asynchronous process's status. Once the overall bulkPatchStatus
is COMPLETE
, you can feed all successfully updated property versions whose status
is UPDATED
into a subsequent request to bulk activate them. See Bulk Search and Update for overall guidance on this feature.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
contractId | string | (Optional) Optionally filters bulk searches to properties created under the specified contract. For bulk operations, you can specify contractId and groupId independently from each other. | |
groupId | string | (Optional) Optionally filters bulk searches to properties created under the specified group. For bulk operations, you can specify contractId and groupId independently from each other. | |
accountSwitchKey | string | (Optional) For 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. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
PAPI-Use-Prefixes | string | (Required) Enum Sets whether to represent ID prefixes in response data. Set to false when exchanging PAPI data with other APIs. | |
Accept | string |
RESPONSES
status: OK
{"bulkPatchId":7,"bulkPatchStatus":"COMPLETE","bulkPatchSubmitDate":"2018-01-18T00:00:00Z","bulkPatchUpdateDate":"2018-01-18T01:00:00Z","patchPropertyVersions":[{"etag":"a9dfe78cf93090516bde891d009eaf57","papiErrors":[{"detail":"The Verification Settings option on the `Origin Server` behavior is required.","errorLocation":"#/rules/behaviors/0/options/verificationMode","instance":"https://control.sqa2.qa.akamai.com/papi/v0/bulk/activations/1?contractId=ctr_C-0N7RAC71\u0026groupId=grp_15225#853080b7-e411-432d-99ae-967e56b50d72","title":"Attribute not specified","type":"https://problems.luna.akamaiapis.net/papi/v0/validation/attribute_required"}],"papiWarnings":[{"detail":"The CP Code within `Content Provider Code` isn't configured for use with the product used by this property, Dynamic Site Accelerator. Traffic for this property might not show up under the correct traffic reports.","errorLocation":"#/rules/behaviors/1/options/value","instance":"https://control.sqa2.qa.akamai.com/papi/v0/bulk/activations/1?contractId=ctr_C-0N7RAC7\u0026groupId=grp_15225#853080b7-e411-432d-99ae-967e56b50d72","title":"Unstable rule format","type":"https://problems.luna.akamaiapis.net/papi/v0/validation/product_behavior_issue.cpcode_incorrect_product"}],"patchPropertyId":"prp_1","patchPropertyVersion":2,"patchPropertyVersionStatus":"COMPLETE","patchSubmitDate":"2018-01-18T00:00:00Z","patchUpdateDate":"2018-01-18T00:00:00Z","patches":[{"op":"replace","path":"/rules/children/1/features/3/option/enabled","value":"on"},{"op":"replace","path":"/rules/children/1/features/0/option/enabled","value":"on"}],"propertyVersionRulesLink":"/papi/v1/properties/prp_1/versions/1/rules"},{"fatalError":"BAD SYNTAX UNABLE TO SAVE","patchPropertyId":"prp_15","patchPropertyVersion":3,"patchPropertyVersionStatus":"SUBMISSION_ERROR","patchSubmitDate":"2018-01-18T00:00:00Z","patchUpdateDate":"2018-01-18T00:00:00Z","patches":[{"op":"replace","path":"/rules/children/1/children/0/features/1/enabled","value":"on"}]},{"etag":"a9dfe78cf93090516bde891d009eaf57","patchPropertyId":"prp_3","patchPropertyVersion":11,"patchPropertyVersionStatus":"COMPLETE","patchSubmitDate":"2018-01-18T00:00:00Z","patchUpdateDate":"2018-01-18T00:00:00Z","patches":[{"op":"replace","path":"/rules/children/0/children/1/children/2/features/1/enabled","value":"on"}],"propertyVersionRulesLink":"/papi/v1/properties/prp_3/versions/1/rules"}]}