TopSystemPayload

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
topSystem object
View JSON Schema on GitHub

JSON Schema

cisco-nexus-topsystempayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TopSystemPayload",
  "title": "TopSystemPayload",
  "type": "object",
  "properties": {
    "topSystem": {
      "type": "object",
      "properties": {
        "children": {
          "type": "array",
          "description": "Array of child subsystem configurations. Supports interfaceEntity, bgpEntity, fmEntity, bdEntity, and other top-level containers for atomic multi-subsystem configuration.",
          "items": {
            "type": "object"
          }
        }
      },
      "example": "example_value"
    }
  }
}