{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-mariadb-performancerecommendations","description":"MariaDBManagementClient","version":"2018-06-01","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 MariaDBManagementClient\n@base https://management.azure.com\n@version 2018-06-01\n@auth OAuth2\n@endpoints 7\n@toc subscriptions(7)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/advisors/{advisorName}\n@desc Get a recommendation action advisor.\n@required {serverName: any # The name of the server., advisorName: any # The advisor name for recommendation action.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/advisors\n@desc List recommendation action advisors.\n@required {serverName: any # The name of the server.}\n@returns(200) OK\n\n@endpoint POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/advisors/{advisorName}/createRecommendedActionSession\n@desc Create recommendation action session for the advisor.\n@required {serverName: any # The name of the server., advisorName: any # The advisor name for recommendation action., databaseName: any # The name of the database.}\n@returns(200) OK\n@returns(202) Accepted\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}\n@desc Retrieve recommended actions from the advisor.\n@required {serverName: any # The name of the server., advisorName: any # The advisor name for recommendation action., recommendedActionName: any # The recommended action name.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMariaDB/servers/{serverName}/advisors/{advisorName}/recommendedActions\n@desc Retrieve recommended actions from the advisor.\n@required {serverName: any # The name of the server., advisorName: any # The advisor name for recommendation action.}\n@optional {sessionId: any # The recommendation action session identifier.}\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/locations/{locationName}/recommendedActionSessionsAzureAsyncOperation/{operationId}\n@desc Recommendation action session operation status.\n@required {locationName: any # The name of the location., operationId: any # The operation identifier.}\n@returns(200) OK.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/locations/{locationName}/recommendedActionSessionsOperationResults/{operationId}\n@desc Recommendation action session operation result.\n@required {locationName: any # The name of the location., operationId: any # The operation identifier.}\n@returns(200) Created\n@returns(201) Created\n\n@end\n"}