addressing_ipam-delegations

APIs.ioEngineeringPlatform

Properties

Name Type Description
cidr object
created_at object
delegated_account_id object
id object
modified_at object
parent_prefix_id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-ipam-delegations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_ipam-delegations",
  "title": "addressing_ipam-delegations",
  "properties": {
    "cidr": {
      "$ref": "#/components/schemas/addressing_cidr"
    },
    "created_at": {
      "$ref": "#/components/schemas/addressing_timestamp"
    },
    "delegated_account_id": {
      "$ref": "#/components/schemas/addressing_delegated_account_identifier"
    },
    "id": {
      "$ref": "#/components/schemas/addressing_delegation_identifier"
    },
    "modified_at": {
      "$ref": "#/components/schemas/addressing_timestamp"
    },
    "parent_prefix_id": {
      "$ref": "#/components/schemas/addressing_identifier"
    }
  },
  "type": "object"
}