zero-trust-gateway_locations

APIs.ioEngineeringPlatform

Properties

Name Type Description
client_default object
created_at object
dns_destination_ips_id object
doh_subdomain object
ecs_support object
endpoints object
id object
ip object
ipv4_destination string The primary destination IPv4 address from the pair identified by the dns_destination_ips_id. This field is read-only.
ipv4_destination_backup string The backup destination IPv4 address from the pair identified by the dns_destination_ips_id. This field is read-only.
name object
networks object
updated_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-locations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_locations",
  "title": "zero-trust-gateway_locations",
  "properties": {
    "client_default": {
      "$ref": "#/components/schemas/zero-trust-gateway_client-default"
    },
    "created_at": {
      "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
    },
    "dns_destination_ips_id": {
      "$ref": "#/components/schemas/zero-trust-gateway_dns-destination-ips-id-read"
    },
    "doh_subdomain": {
      "$ref": "#/components/schemas/zero-trust-gateway_subdomain"
    },
    "ecs_support": {
      "$ref": "#/components/schemas/zero-trust-gateway_ecs-support"
    },
    "endpoints": {
      "$ref": "#/components/schemas/zero-trust-gateway_endpoints"
    },
    "id": {
      "$ref": "#/components/schemas/zero-trust-gateway_components-schemas-uuid"
    },
    "ip": {
      "$ref": "#/components/schemas/zero-trust-gateway_ip"
    },
    "ipv4_destination": {
      "description": "The primary destination IPv4 address from the pair identified by the dns_destination_ips_id. This field is read-only.",
      "example": "172.64.36.1",
      "type": "string"
    },
    "ipv4_destination_backup": {
      "description": "The backup destination IPv4 address from the pair identified by the dns_destination_ips_id. This field is read-only.",
      "example": "172.64.36.2",
      "type": "string"
    },
    "name": {
      "$ref": "#/components/schemas/zero-trust-gateway_schemas-name"
    },
    "networks": {
      "$ref": "#/components/schemas/zero-trust-gateway_ipv4_networks"
    },
    "updated_at": {
      "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
    }
  },
  "type": "object"
}