{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ContainerLogs API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ContainerLogs", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Logs For The Container", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.ServiceFabricMesh/applications/:applicationName/services/:serviceName/replicas/:replicaName/codePackages/:codePackageName/logs", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The customer subscription identifier" }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Azure resource group name" }, { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be `2018-07-01-preview`." }, { "name": "applicationName", "value": "", "type": "path", "description": "The identity of the application." }, { "name": "serviceName", "value": "", "type": "path", "description": "The identity of the service." }, { "name": "replicaName", "value": "", "type": "path", "description": "The identity of the service replica." }, { "name": "codePackageName", "value": "", "type": "path", "description": "The name of the code package." }, { "name": "tail", "value": "", "type": "query", "description": "Number of lines to show from the end of the logs. Default is 100." } ] }, "docs": "Get the logs for the container of a given code package of an application." } ] } ], "bundled": true }