{ "opencollection": "1.0.0", "info": { "name": "LogicManagementClient IntegrationAccountAgreements IntegrationAccountCertificates API", "version": "2.0" }, "items": [ { "info": { "name": "IntegrationAccountCertificates", "type": "folder" }, "items": [ { "info": { "name": "Azure Logic Apps Integration Account Certificates_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/certificates", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription id." }, { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The resource group name." }, { "name": "integrationAccountName", "value": "example-value", "type": "path", "description": "The integration account name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." }, { "name": "$top", "value": "example-value", "type": "query", "description": "The number of items to be included in the result." } ] }, "docs": "Gets a list of integration account certificates." }, { "info": { "name": "Azure Logic Apps Integration Account Certificates_ Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/certificates/:certificateName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription id." }, { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The resource group name." }, { "name": "integrationAccountName", "value": "example-value", "type": "path", "description": "The integration account name." }, { "name": "certificateName", "value": "example-value", "type": "path", "description": "The integration account certificate name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Gets an integration account certificate." }, { "info": { "name": "Azure Logic Apps Integration Account Certificates_ Create or Update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/certificates/:certificateName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription id." }, { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The resource group name." }, { "name": "integrationAccountName", "value": "example-value", "type": "path", "description": "The integration account name." }, { "name": "certificateName", "value": "example-value", "type": "path", "description": "The integration account certificate name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Creates or updates an integration account certificate." }, { "info": { "name": "Azure Logic Apps Integration Account Certificates_ Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/certificates/:certificateName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription id." }, { "name": "resourceGroupName", "value": "my-resource-group", "type": "path", "description": "The resource group name." }, { "name": "integrationAccountName", "value": "example-value", "type": "path", "description": "The integration account name." }, { "name": "certificateName", "value": "example-value", "type": "path", "description": "The integration account certificate name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Deletes an integration account certificate." } ] } ], "bundled": true }