{ "opencollection": "1.0.0", "info": { "name": "Azure Container Apps Authentication Revisions API", "version": "2023-05-01" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Revisions", "type": "folder" }, "items": [ { "info": { "name": "Azure Container Apps List Revisions", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.App/containerApps/:containerAppName/revisions", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerAppName", "value": "my-container-app", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "$filter", "value": "example-value", "type": "query" } ] }, "docs": "Get the Revisions for a given Container App." }, { "info": { "name": "Azure Container Apps Get a Revision", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.App/containerApps/:containerAppName/revisions/:revisionName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerAppName", "value": "my-container-app", "type": "path" }, { "name": "revisionName", "value": "my-container-app", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Get a revision of a Container App." }, { "info": { "name": "Azure Container Apps Activate a Revision", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.App/containerApps/:containerAppName/revisions/:revisionName/activate", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerAppName", "value": "my-container-app", "type": "path" }, { "name": "revisionName", "value": "my-container-app", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Activates a revision for a Container App." }, { "info": { "name": "Azure Container Apps Deactivate a Revision", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.App/containerApps/:containerAppName/revisions/:revisionName/deactivate", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerAppName", "value": "my-container-app", "type": "path" }, { "name": "revisionName", "value": "my-container-app", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Deactivates a revision for a Container App." }, { "info": { "name": "Azure Container Apps Restart a Revision", "type": "http" }, "http": { "method": "POST", "url": "https://management.azure.com/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.App/containerApps/:containerAppName/revisions/:revisionName/restart", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The Azure subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "containerAppName", "value": "my-container-app", "type": "path" }, { "name": "revisionName", "value": "my-container-app", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Restarts a revision for a Container App." } ] } ], "bundled": true }