Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 1.1 KB

list_tables_monitoring.rst

File metadata and controls

49 lines (32 loc) · 1.1 KB

ListTables

magnetodb.api.openstack.v1.list_tables

Request Syntax

This operation does not require a request body

Request Parameters:

Parameters should be provided via GET query string.

exclusive_start_table_name
The first table name that this operation will evaluate. Use the value that was returned for last_evaluated_table_name in the previous operation.
Type: xsd:string
Required: No
limit
A maximum number of the items to return.
Type: xsd:int
Required: No

Response Syntax

../api/openstack/samples/list_tables_response_syntax.json

Response Elements

last_evaluated_table_name
The name of the last table in the current page of results.
Type: String
tables
Array of the table info items
Type: array of structs

Errors

500

Sample Response

../api/openstack/samples/list_tables_sample_response.json