{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics Integration Versions 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": "Integration Versions", "type": "folder" }, "items": [ { "info": { "name": "Apigee List Integration Versions", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token returned from a previous list request." }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression to narrow the results." }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to order results by." }, { "name": "fieldMask", "value": "", "type": "query", "description": "Fields to include in the response." } ] }, "docs": "Lists all versions of an integration. Returns version metadata including status, snapshot number, and creation time." }, { "info": { "name": "Apigee Create an Integration Version", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "newIntegration", "value": "", "type": "query", "description": "Set to true to create a new integration and initial version." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new version of an integration. A version contains the complete integration configuration including triggers, tasks, and parameters." }, { "info": { "name": "Apigee Get an Integration Version", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions/:versionId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "versionId", "value": "", "type": "path", "description": "Integration version identifier." } ] }, "docs": "Gets the details for a specific integration version, including the complete configuration of triggers, tasks, and parameters." }, { "info": { "name": "Apigee Update an Integration Version", "type": "http" }, "http": { "method": "PATCH", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions/:versionId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "versionId", "value": "", "type": "path", "description": "Integration version identifier." }, { "name": "updateMask", "value": "", "type": "query", "description": "Comma-separated list of fields to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing integration version. Only draft versions can be updated." }, { "info": { "name": "Apigee Delete an Integration Version", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions/:versionId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "versionId", "value": "", "type": "path", "description": "Integration version identifier." } ] }, "docs": "Deletes an integration version. Active (published) versions cannot be deleted directly." }, { "info": { "name": "Apigee Publish an Integration Version", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions/:versionId:publish", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "versionId", "value": "", "type": "path", "description": "Integration version identifier." } ] }, "docs": "Publishes a draft integration version, making it the active version that receives new execution requests." }, { "info": { "name": "Apigee Unpublish an Integration Version", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions/:versionId:unpublish", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "versionId", "value": "", "type": "path", "description": "Integration version identifier." } ] }, "docs": "Unpublishes a published integration version, returning it to draft status so it no longer receives execution requests." }, { "info": { "name": "Apigee Download an Integration Version", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions/:versionId:download", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." }, { "name": "versionId", "value": "", "type": "path", "description": "Integration version identifier." }, { "name": "fileFormat", "value": "", "type": "query", "description": "File format for the download." } ] }, "docs": "Downloads the complete configuration of an integration version as a JSON bundle." }, { "info": { "name": "Apigee Upload an Integration Version", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/integrations/:integrationId/versions:upload", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "integrationId", "value": "", "type": "path", "description": "Name of the integration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Uploads an integration version configuration bundle, creating a new version." } ] } ], "bundled": true }