{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-sql-databaseschema","description":"SqlManagementClient","version":"2018-06-01-preview","base_url":"https://management.azure.com","endpoints":6,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api SqlManagementClient\n@base https://management.azure.com\n@version 2018-06-01-preview\n@auth OAuth2\n@common_fields {resourceGroupName: any # The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal., serverName: any # The name of the server., databaseName: any # The name of the database., subscriptionId: any # The subscription ID that identifies an Azure subscription., api-version: any # The API version to use for the request.}\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns\n@desc List database columns\n@required {schemaName: any # The name of the schema., tableName: any # The name of the table.}\n@optional {$filter: any # An OData filter expression that filters elements in the collection.}\n@returns(200) Successfully retrieved database columns.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}\n@desc Get database column\n@required {schemaName: any # The name of the schema., tableName: any # The name of the table., columnName: any # The name of the column.}\n@returns(200) Successfully retrieved database column.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas\n@desc List database schemas\n@optional {$filter: any # An OData filter expression that filters elements in the collection.}\n@returns(200) Successfully retrieved database schemas.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}\n@desc Get database schema\n@required {schemaName: any # The name of the schema.}\n@returns(200) Successfully retrieved database schema.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables\n@desc List database tables\n@required {schemaName: any # The name of the schema.}\n@optional {$filter: any # An OData filter expression that filters elements in the collection.}\n@returns(200) Successfully retrieved database tables.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}\n@desc Get database table\n@required {schemaName: any # The name of the schema., tableName: any # The name of the table.}\n@returns(200) Successfully retrieved database table.\n\n@end\n"}