addressing_bgp_prefix_update_advertisement

APIs.ioEngineeringPlatform

Properties

Name Type Description
on_demand object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-bgp-prefix-update-advertisement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_bgp_prefix_update_advertisement",
  "title": "addressing_bgp_prefix_update_advertisement",
  "properties": {
    "on_demand": {
      "properties": {
        "advertised": {
          "type": "boolean"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}