{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-portal","description":"portal","version":"2019-01-01-preview","base_url":"https://management.azure.com","endpoints":7,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api portal\n@base https://management.azure.com\n@version 2019-01-01-preview\n@auth OAuth2\n@common_fields {api-version: any # The API version to be used with the HTTP request.}\n@endpoints 7\n@toc providers(1), subscriptions(6)\n\n@group providers\n@endpoint GET /providers/Microsoft.Portal/operations\n@desc The Microsoft Portal operations API.\n@returns(200) Describe the result of a successful operation.\n\n@endgroup\n\n@group subscriptions\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards/{dashboardName}\n@desc Creates or updates a Dashboard.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., dashboardName: any # The name of the dashboard., dashboard: map # The parameters required to create or update a dashboard.}\n@returns(200) Resource already exists.\n@returns(201) Created response definition. Resource has been created\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards/{dashboardName}\n@desc Deletes the Dashboard.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., dashboardName: any # The name of the dashboard.}\n@returns(200) OK response definition.\n@returns(204) OK resource was not found.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards/{dashboardName}\n@desc Gets the Dashboard.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., dashboardName: any # The name of the dashboard.}\n@returns(200) OK response definition.\n@errors {404: Not found. Dashboard with provided id doesn't exist.}\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards/{dashboardName}\n@desc Updates an existing Dashboard.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group., dashboardName: any # The name of the dashboard., dashboard: map # The updatable fields of a Dashboard.}\n@returns(200) OK response definition.\n@errors {404: Not found. Dashboard with provided id doesn't exist.}\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Portal/dashboards\n@desc Gets all the Dashboards within a resource group.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000), resourceGroupName: any # The name of the resource group.}\n@returns(200) OK - Returns an array of Dashboards.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Portal/dashboards\n@desc Gets all the dashboards within a subscription.\n@required {subscriptionId: any # The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)}\n@returns(200) OK - Returns an array of dashboards.\n\n@endgroup\n\n@end\n"}