List services
GET {{baseUrl}}/api/v2/databases/:database/schemas/:schema/services?like=<string>&startsWith=<string>&showLimit=<integer>&fromName=<string>
Lists the services under the database and schema.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
like | string | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | |
startsWith | string | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | |
showLimit | string | Query parameter to limit the maximum number of rows returned by a command. | |
fromName | string | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"name":"xn8Rt2se","compute_pool":"\u003cstring\u003e","spec":{"spec_type":"\u003cstring\u003e"},"external_access_integrations":["\u003cstring\u003e","\u003cstring\u003e"],"auto_resume":"\u003cboolean\u003e","min_instances":"\u003cinteger\u003e","max_instances":"\u003cinteger\u003e","query_warehouse":"qrC","comment":"\u003cstring\u003e","database_name":"\"\"\"\"\"9Inns\"\"\"\"\"\"\"","schema_name":"n4v5b","owner":"\u003cstring\u003e","dns_name":"\u003cstring\u003e","created_on":"\u003cdateTime\u003e","updated_on":"\u003cdateTime\u003e","resumed_on":"\u003cdateTime\u003e","owner_role_type":"\u003cstring\u003e"},{"name":"\"\"\"T4E\"\"LY\"\"\"\"\"\"`\"","compute_pool":"\u003cstring\u003e","spec":{"spec_type":"\u003cstring\u003e"},"external_access_integrations":["\u003cstring\u003e","\u003cstring\u003e"],"auto_resume":"\u003cboolean\u003e","min_instances":"\u003cinteger\u003e","max_instances":"\u003cinteger\u003e","query_warehouse":"_$muWfN1Yi","comment":"\u003cstring\u003e","database_name":"\"\"\"\"\"\"\"5\"\"j\"\"$\"","schema_name":"\"\"\":VRj\"\"n\u0026\"","owner":"\u003cstring\u003e","dns_name":"\u003cstring\u003e","created_on":"\u003cdateTime\u003e","updated_on":"\u003cdateTime\u003e","resumed_on":"\u003cdateTime\u003e","owner_role_type":"\u003cstring\u003e"}]