addressing_ipam-bgp-prefixes

APIs.ioEngineeringPlatform

Properties

Name Type Description
asn object
bgp_signal_opts object
cidr object
created_at object
id object
modified_at object
on_demand object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-ipam-bgp-prefixes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_ipam-bgp-prefixes",
  "title": "addressing_ipam-bgp-prefixes",
  "properties": {
    "asn": {
      "$ref": "#/components/schemas/addressing_asn"
    },
    "bgp_signal_opts": {
      "$ref": "#/components/schemas/addressing_bgp_signal_opts"
    },
    "cidr": {
      "$ref": "#/components/schemas/addressing_cidr"
    },
    "created_at": {
      "$ref": "#/components/schemas/addressing_timestamp"
    },
    "id": {
      "$ref": "#/components/schemas/addressing_identifier"
    },
    "modified_at": {
      "$ref": "#/components/schemas/addressing_timestamp"
    },
    "on_demand": {
      "$ref": "#/components/schemas/addressing_bgp_on_demand"
    }
  },
  "type": "object"
}