{ "opencollection": "1.0.0", "info": { "name": "LogicManagementClient IntegrationAccountAgreements API", "version": "2.0" }, "items": [ { "info": { "name": "IntegrationAccountAgreements", "type": "folder" }, "items": [ { "info": { "name": "Azure Logic Apps Integration Account Agreements_ List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/agreements", "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." }, { "name": "$filter", "value": "example-value", "type": "query", "description": "The filter to apply on the operation. Options for filters include: AgreementType." } ] }, "docs": "Gets a list of integration account agreements." }, { "info": { "name": "Azure Logic Apps Integration Account Agreements_ Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/agreements/:agreementName", "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": "agreementName", "value": "example-value", "type": "path", "description": "The integration account agreement name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Gets an integration account agreement." }, { "info": { "name": "Azure Logic Apps Integration Account Agreements_ Create or Update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/agreements/:agreementName", "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": "agreementName", "value": "example-value", "type": "path", "description": "The integration account agreement name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Creates or updates an integration account agreement." }, { "info": { "name": "Azure Logic Apps Integration Account Agreements_ Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/agreements/:agreementName", "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": "agreementName", "value": "example-value", "type": "path", "description": "The integration account agreement name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Deletes an integration account agreement." }, { "info": { "name": "Azure Logic Apps Integration Account Agreements_ List Content Callback Url", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Logic/integrationAccounts/:integrationAccountName/agreements/:agreementName/listContentCallbackUrl", "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": "agreementName", "value": "example-value", "type": "path", "description": "The integration account agreement name." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version." } ] }, "docs": "Get the content callback url." } ] } ], "bundled": true }