{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics Certificates 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": "Certificates", "type": "folder" }, "items": [ { "info": { "name": "Apigee List Certificates", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/certificates", "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": "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." } ] }, "docs": "Lists all certificates for the specified product. Certificates are used for TLS/SSL authentication with external services." }, { "info": { "name": "Apigee Create a Certificate", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/certificates", "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)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new certificate for use with integrations that require TLS/SSL authentication." }, { "info": { "name": "Apigee Get a Certificate", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/certificates/:certificateId", "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": "certificateId", "value": "", "type": "path", "description": "Certificate identifier." } ] }, "docs": "Gets details for a specific certificate." }, { "info": { "name": "Apigee Update a Certificate", "type": "http" }, "http": { "method": "PATCH", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/certificates/:certificateId", "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": "certificateId", "value": "", "type": "path", "description": "Certificate identifier." }, { "name": "updateMask", "value": "", "type": "query", "description": "Comma-separated list of fields to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing certificate." }, { "info": { "name": "Apigee Delete a Certificate", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/certificates/:certificateId", "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": "certificateId", "value": "", "type": "path", "description": "Certificate identifier." } ] }, "docs": "Deletes a certificate. The certificate must not be in use by any active integration version." } ] } ], "bundled": true }