Skip to content

Instantly share code, notes, and snippets.

@chamons

chamons/min.json Secret

Created May 27, 2021 17:22
Show Gist options
  • Save chamons/6937d8370a47340680565e0e362d7231 to your computer and use it in GitHub Desktop.
Save chamons/6937d8370a47340680565e0e362d7231 to your computer and use it in GitHub Desktop.
{
"swagger": "2.0",
"info": {
"title": "BatchService",
"version": "2020-03-01.11.0",
"description": "A client for issuing REST requests to the Azure Batch service.",
"x-ms-code-generation-settings": {
"name": "BatchServiceClient"
}
},
"schemes": [
"https"
],
"consumes": [
"application/json; odata=minimalmetadata"
],
"produces": [
"application/json"
],
"paths": {
"/applications": {
"get": {
"tags": [
"Applications"
],
"operationId": "Application_List",
"summary": "Lists all of the applications available in the specified Account.",
"description": "This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API.",
"x-ms-request-id": "request-id",
"parameters": [
{
"name": "maxresults",
"x-ms-client-name": "maxResults",
"default": 1000,
"minimum": 1,
"maximum": 1000,
"in": "query",
"required": false,
"type": "integer",
"format": "int32",
"description": "The maximum number of items to return in the response. A maximum of 1000 applications can be returned.",
"x-ms-parameter-grouping": {
"postfix": "Options"
}
}
],
"responses": {
"default": {
"description": "The error from the Batch service.",
"schema": {
"type": "string"
}
}
}
}
}
},
"definitions": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment