{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Apigee List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/organizations" }, "docs": "Lists the Apigee organizations that are available to the caller. Returns a list of organization names and metadata." }, { "info": { "name": "Apigee Create an Organization", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/organizations", "params": [ { "name": "parent", "value": "", "type": "query", "description": "Required. Name of the Google Cloud project in which to associate the Apigee organization. Pass the information as a query parameter using the format: projects/{project}." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an Apigee organization. The organization is the top-level container for all Apigee resources including API proxies, products, developers, and environments." }, { "info": { "name": "Apigee Get an Organization", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." } ] }, "docs": "Retrieves the properties for an Apigee organization, including configuration settings, subscription type, and metadata." }, { "info": { "name": "Apigee Update an Organization", "type": "http" }, "http": { "method": "PUT", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the properties for an Apigee organization. No other fields in the organization profile will be updated." }, { "info": { "name": "Apigee Delete an Organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." } ] }, "docs": "Deletes an Apigee organization. This is a long-running operation that deletes all resources associated with the organization." } ] } ], "bundled": true }