{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector MeshCodePackages API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "MeshCodePackages", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Logs From The Container", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/Resources/Applications/:applicationResourceName/Services/:serviceResourceName/Replicas/:replicaName/CodePackages/:codePackageName/Logs", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API. This parameter is required and its value must be '6.4-preview'." }, { "name": "applicationResourceName", "value": "", "type": "path", "description": "The identity of the application." }, { "name": "serviceResourceName", "value": "", "type": "path", "description": "The identity of the service." }, { "name": "replicaName", "value": "", "type": "path", "description": "Service Fabric replica name." }, { "name": "codePackageName", "value": "", "type": "path", "description": "The name of code package of the service." }, { "name": "Tail", "value": "", "type": "query", "description": "Number of lines to show from the end of the logs. Default is 100. 'all' to show the complete logs." } ] }, "docs": "Gets the logs for the container of the specified code package of the service replica." } ] } ], "bundled": true }