{ "opencollection": "1.0.0", "info": { "name": "Amplify Platform API v1.0.0 aca env API", "version": "16.10.0" }, "items": [ { "info": { "name": "env", "type": "folder" }, "items": [ { "info": { "name": "Axway Find Environments", "type": "http" }, "http": { "method": "GET", "url": "https://platform.axway.com/api/v1/env", "headers": [ { "name": "x-auth-token", "value": "eyJhbGciOiJIUzI1NiJ9.example" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." }, { "name": "org_guid", "value": "example_value", "type": "query" }, { "name": "type", "value": "example_value", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of environments.\n\n___Auth Requirement___\n - _One of_\n - `administrator`, `auditor`, `developer`, or `usage_reporter` access to the organization. Developer access may be restricted by the organization environments access control setting.\n - Auth token.\n" }, { "info": { "name": "Axway Create Environment", "type": "http" }, "http": { "method": "POST", "url": "https://platform.axway.com/api/v1/env", "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." } ], "auth": { "type": "apikey", "key": "connect.sid", "value": "{{connect.sid}}", "placement": "query" } }, "docs": "Creates an environment.\n\n___Auth Requirement___\n - _One of_\n - Support access.\n - `administrator` access to the organization.\n" }, { "info": { "name": "Axway Find Environment", "type": "http" }, "http": { "method": "GET", "url": "https://platform.axway.com/api/v1/env/:env_id", "headers": [ { "name": "authorization", "value": "example_value" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." }, { "name": "env_id", "value": "507f1f77bcf86cd799439011", "type": "path" }, { "name": "org_guid", "value": "example_value", "type": "query" }, { "name": "type", "value": "example_value", "type": "query" } ], "auth": { "type": "apikey", "key": "connect.sid", "value": "{{connect.sid}}", "placement": "query" } }, "docs": "Returns an environment.\n\n___Auth Requirement___\n\n- _One of_\n - Staff access.\n - Support access.\n - `administrator`, `auditor`, or `usage_reporter` role in the organization the environment belongs to." }, { "info": { "name": "Axway Update Environment", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.axway.com/api/v1/env/:env_id", "headers": [ { "name": "authorization", "value": "example_value" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." }, { "name": "env_id", "value": "507f1f77bcf86cd799439011", "type": "path" } ], "auth": { "type": "apikey", "key": "connect.sid", "value": "{{connect.sid}}", "placement": "query" } }, "docs": "Updates an environment.\n\n___Auth Requirement___\n\n- _One of_\n - Staff access.\n - Support access.\n - `administrator` role in the organization the environment belongs to." }, { "info": { "name": "Axway Delete Environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.axway.com/api/v1/env/:env_id", "headers": [ { "name": "authorization", "value": "example_value" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "A list of fields to include in the response." }, { "name": "exclude_fields", "value": "", "type": "query", "description": "A list of fields to exclude from the response." }, { "name": "env_id", "value": "507f1f77bcf86cd799439011", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an environment.\n\n___Auth Requirement___\n\n`administrator` role in the organization the environment belongs to." } ] } ], "bundled": true }