Managed Service for ClickHouse API, REST: FormatSchema.list
Статья создана
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-clickhouse/v1/clusters/{clusterId}/formatSchemas
Path parameters
Parameter | Description |
---|---|
clusterId | Required. The maximum string length in characters is 50. |
Query parameters
Parameter | Description |
---|---|
pageSize | The maximum value is 1000. |
pageToken | The maximum string length in characters is 100. |
Response
HTTP Code: 200 - OK
{
"formatSchemas": [
{
"name": "string",
"clusterId": "string",
"type": "string",
"uri": "string"
}
],
"nextPageToken": "string"
}
Field | Description |
---|---|
formatSchemas[] | object |
formatSchemas[]. name |
string |
formatSchemas[]. clusterId |
string |
formatSchemas[]. type |
string |
formatSchemas[]. uri |
string |
nextPageToken | string |