{ "opencollection": "1.0.0", "info": { "name": "Applications.Core Management APIs ApiVersions AzureCredentials API", "version": "2023-10-01-preview" }, "items": [ { "info": { "name": "AzureCredentials", "type": "folder" }, "items": [ { "info": { "name": "AzureCredentials_List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/planes/azure/:planeName/providers/System.Azure/credentials", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" } ] }, "docs": "List Azure credentials" }, { "info": { "name": "AzureCredentials_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/planes/azure/:planeName/providers/System.Azure/credentials/:credentialName", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" }, { "name": "credentialName", "value": "", "type": "path", "description": "The Azure credential name." } ] }, "docs": "Get an Azure credential" }, { "info": { "name": "AzureCredentials_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/planes/azure/:planeName/providers/System.Azure/credentials/:credentialName", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" }, { "name": "credentialName", "value": "", "type": "path", "description": "The Azure credential name." } ] }, "docs": "Create or update an Azure credential" }, { "info": { "name": "AzureCredentials_Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/planes/azure/:planeName/providers/System.Azure/credentials/:credentialName", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" }, { "name": "credentialName", "value": "", "type": "path", "description": "The Azure credential name." } ] }, "docs": "Update an Azure credential" }, { "info": { "name": "AzureCredentials_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/planes/azure/:planeName/providers/System.Azure/credentials/:credentialName", "params": [ { "name": "planeName", "value": "", "type": "path", "description": "The name of the plane" }, { "name": "credentialName", "value": "", "type": "path", "description": "The Azure credential name." } ] }, "docs": "Delete an Azure credential" } ] } ], "bundled": true }