NetApp · JSON Structure

Netapp Ontap Network Interface Structure

Type: object Properties: 8
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

NetworkInterface is a JSON Structure definition published by NetApp, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

uuid name ip state enabled scope service_policy location

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NetworkInterface",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "ip": {
      "type": "object"
    },
    "state": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "scope": {
      "type": "string"
    },
    "service_policy": {
      "type": "object"
    },
    "location": {
      "type": "object"
    }
  }
}