{"files":{"SKILL.md":"---\nname: azureanalysisservices\ndescription: \"AzureAnalysisServices API skill. Use when working with AzureAnalysisServices for subscriptions, providers. Covers 16 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# AzureAnalysisServices\nAPI version: 2017-08-01\n\n## Auth\nOAuth2\n\n## Base URL\nhttps://management.azure.com\n\n## Setup\n1. Configure auth: OAuth2\n2. GET /providers/Microsoft.AnalysisServices/operations -- lists all of the available consumption rest api operations.\n3. POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend -- create first suspend\n\n## Endpoints\n16 endpoints across 2 groups. See references/api-spec.lap for full details.\n\n### Subscriptions\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName} | Gets details about the specified Analysis Services server. |\n| PUT | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName} | Provisions the specified Analysis Services server based on the configuration specified in the request. |\n| DELETE | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName} | Deletes the specified Analysis Services server. |\n| PATCH | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName} | Updates the current state of the specified Analysis Services server. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend | Suspends operation of the specified Analysis Services server instance. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/resume | Resumes operation of the specified Analysis Services server instance. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers | Gets all the Analysis Services servers for the given resource group. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/servers | Lists all the Analysis Services servers for the given subscription. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/skus | Lists eligible SKUs for Analysis Services resource provider. |\n| GET | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/skus | Lists eligible SKUs for an Analysis Services resource. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/listGatewayStatus | Return the gateway status of the specified Analysis Services server instance. |\n| POST | /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/dissociateGateway | Dissociates a Unified Gateway associated with the server. |\n| POST | /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability | Check the name availability in the target location. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationresults/{operationId} | List the result of the specified operation. |\n| GET | /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationstatuses/{operationId} | List the status of operation. |\n\n### Providers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /providers/Microsoft.AnalysisServices/operations | Lists all of the available consumption REST API operations. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get server details?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}\n- \"Update a server?\" -> PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}\n- \"Delete a server?\" -> DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}\n- \"Partially update a server?\" -> PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}\n- \"Create a suspend?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend\n- \"Create a resume?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/resume\n- \"List all servers?\" -> GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers\n- \"List all skus?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/skus\n- \"Create a listGatewayStatus?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/listGatewayStatus\n- \"Create a dissociateGateway?\" -> POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/dissociateGateway\n- \"Create a checkNameAvailability?\" -> POST /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability\n- \"Get operationresult details?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationresults/{operationId}\n- \"Get operationstatuse details?\" -> GET /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationstatuses/{operationId}\n- \"List all operations?\" -> GET /providers/Microsoft.AnalysisServices/operations\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AzureAnalysisServices\n@base https://management.azure.com\n@version 2017-08-01\n@auth OAuth2\n@common_fields {api-version: any # The client API version.}\n@endpoints 16\n@toc subscriptions(15), providers(1)\n\n@group subscriptions\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}\n@desc Gets details about the specified Analysis Services server.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server. It must be a minimum of 3 characters, and a maximum of 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK. The operation was successful.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}\n@desc Provisions the specified Analysis Services server based on the configuration specified in the request.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server. It must be a minimum of 3 characters, and a maximum of 63., serverParameters: map # Contains the information used to provision the Analysis Services server., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK. The operation completed successfully.\n@returns(201) InProgress. The operation is still completing.\n@returns(202) Preparing. The operation is still completing.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}\n@desc Deletes the specified Analysis Services server.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK.\n@returns(202) Accepted.\n@returns(204) No Content.\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}\n@desc Updates the current state of the specified Analysis Services server.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63., serverUpdateParameters: map # Request object that contains the updated information for the server., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n@returns(202) Accepted\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend\n@desc Suspends operation of the specified Analysis Services server instance.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK.\n@returns(202) Accepted.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/resume\n@desc Resumes operation of the specified Analysis Services server instance.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n@returns(202) Accepted\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers\n@desc Gets all the Analysis Services servers for the given resource group.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/servers\n@desc Lists all the Analysis Services servers for the given subscription.\n@required {subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/skus\n@desc Lists eligible SKUs for Analysis Services resource provider.\n@required {subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/skus\n@desc Lists eligible SKUs for an Analysis Services resource.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/listGatewayStatus\n@desc Return the gateway status of the specified Analysis Services server instance.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK.\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/dissociateGateway\n@desc Dissociates a Unified Gateway associated with the server.\n@required {resourceGroupName: any # The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90., serverName: any # The name of the Analysis Services server. It must be at least 3 characters in length, and no more than 63., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK.\n\n@endpoint POST /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability\n@desc Check the name availability in the target location.\n@required {location: any # The region name which the operation will lookup into., serverParameters: map # Contains the information used to provision the Analysis Services server., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK. The request has succeeded.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationresults/{operationId}\n@desc List the result of the specified operation.\n@required {location: any # The region name which the operation will lookup into., operationId: any # The target operation Id., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK. The operation completed.\n@returns(202) Accepted. The operation is ongoing.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationstatuses/{operationId}\n@desc List the status of operation.\n@required {location: any # The region name which the operation will lookup into., operationId: any # The target operation Id., subscriptionId: any # A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.}\n@returns(200) OK. The operation completed.\n@returns(202) Accepted. The operation is ongoing.\n\n@endgroup\n\n@group providers\n@endpoint GET /providers/Microsoft.AnalysisServices/operations\n@desc Lists all of the available consumption REST API operations.\n@returns(200) OK. The request has succeeded.\n\n@endgroup\n\n@end\n"}}