Nutanix · Schema

SubnetListResponse

Response for listing subnets.

Cloud ManagementHyperconvergedInfrastructureVirtualizationKubernetesDatabase

Properties

Name Type Description
api_version string
metadata object
entities array
View JSON Schema on GitHub

JSON Schema

nutanix-subnetlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubnetListResponse",
  "title": "SubnetListResponse",
  "type": "object",
  "description": "Response for listing subnets.",
  "properties": {
    "api_version": {
      "type": "string"
    },
    "metadata": {
      "$ref": "#/components/schemas/ListMetadata"
    },
    "entities": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}