{ "swagger": "2.0", "info": { "version": "2017-10-01-preview", "title": "IoTSpacesClient", "description": "Use this API to manage the IoTSpaces service instances in your Azure subscription.", "x-ms-code-generation-settings": { "header": "MICROSOFT_MIT_NO_VERSION" } }, "host": "management.azure.com", "schemes": [ "https" ], "consumes": [ "application/json" ], "produces": [ "application/json" ], "security": [ { "azure_auth": [ "user_impersonation" ] } ], "securityDefinitions": { "azure_auth": { "type": "oauth2", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "flow": "implicit", "description": "Azure Active Directory OAuth2 Flow", "scopes": { "user_impersonation": "impersonate your user account" } } }, "paths": {}, "definitions": {}, "parameters": { "subscriptionId": { "name": "subscriptionId", "in": "path", "description": "The subscription identifier.", "required": true, "type": "string", "format": "uuid" }, "api-version": { "name": "api-version", "enum": [ "2017-10-01-preview" ], "in": "query", "description": "The version of the API.", "required": true, "type": "string", "minLength": 10 }, "resourceGroupName": { "name": "resourceGroupName", "in": "path", "description": "The name of the resource group that contains the IoTSpaces instance.", "required": true, "type": "string", "x-ms-parameter-location": "method", "minLength": 1, "maxLength": 64 }, "resourceName": { "name": "resourceName", "in": "path", "description": "The name of the IoTSpaces instance.", "required": true, "type": "string", "x-ms-parameter-location": "method", "minLength": 1, "maxLength": 64 } } }