FmEntityPayload

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
fmEntity object
View JSON Schema on GitHub

JSON Schema

cisco-nexus-fmentitypayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FmEntityPayload",
  "title": "FmEntityPayload",
  "type": "object",
  "properties": {
    "fmEntity": {
      "type": "object",
      "properties": {
        "children": {
          "type": "array",
          "items": {
            "type": "object",
            "description": "Feature module objects such as fmInterfaceVlan, fmBgp, fmOspf, fmLacp, fmVpc, fmHsrp, fmVxlan, each with an attributes.adminSt property."
          }
        }
      },
      "example": "example_value"
    }
  }
}