{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Platform Data Collection Builds Environments API", "version": "2.0.0" }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "List Event Forwarding Environments", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/properties/:propertyId/environments", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." }, { "name": "page[number]", "value": "10", "type": "query" }, { "name": "page[size]", "value": "10", "type": "query" } ] }, "docs": "Retrieve environments for an event forwarding property." }, { "info": { "name": "Create an Environment", "type": "http" }, "http": { "method": "POST", "url": "https://reactor.adobe.io/properties/:propertyId/environments", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new environment under the specified property." }, { "info": { "name": "Retrieve an Environment", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier for an environment." } ] }, "docs": "Look up a specific environment by its ID." }, { "info": { "name": "Update an Environment", "type": "http" }, "http": { "method": "PATCH", "url": "https://reactor.adobe.io/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier for an environment." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify an environment's attributes." }, { "info": { "name": "Delete an Environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://reactor.adobe.io/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier for an environment." } ] }, "docs": "Remove an environment. Returns HTTP 204 on success." }, { "info": { "name": "Get the Host for an Environment", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/environments/:environmentId/host", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier for an environment." } ] }, "docs": "Retrieve the host configuration for an environment." }, { "info": { "name": "List Builds for an Environment", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/environments/:environmentId/builds", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier for an environment." } ] }, "docs": "Retrieve builds associated with an environment." } ] } ], "bundled": true }