CockroachDB · Schema

ListFolderContentsResponse

Contents of a folder including clusters and sub-folders.

Cluster ManagementCloudDatabaseDistributed SQLInfrastructurePostgreSQL CompatibleSQL

Properties

Name Type Description
resources array Array of resource objects (clusters or folders).
View JSON Schema on GitHub

JSON Schema

cockroachdb-listfoldercontentsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListFolderContentsResponse",
  "title": "ListFolderContentsResponse",
  "type": "object",
  "description": "Contents of a folder including clusters and sub-folders.",
  "properties": {
    "resources": {
      "type": "array",
      "description": "Array of resource objects (clusters or folders).",
      "items": {
        "type": "object"
      }
    }
  }
}