NSX-T Data Center REST API

EdgeDataplaneFlowMonitorStartSetting (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Resource"
  },
  "id": "EdgeDataplaneFlowMonitorStartSetting",
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
      "items": {
        "$ref": "ResourceLink"
      },
      "readonly": true,
      "title": "References related to this resource",
      "type": "array"
    },
    "_schema": {
      "readonly": true,
      "title": "Schema for this resource",
      "type": "string"
    },
    "_self": {
      "$ref": "SelfResourceLink",
      "readonly": true,
      "title": "Link to this resource"
    },
    "core_id": {
      "description": "Flow monitor core id",
      "title": "Core id",
      "type": "string"
    },
    "timeout": {
      "default": "15",
      "description": "Flow monitor timeout in seconds",
      "title": "Timeout for flow monitor in seconds, in the range of 1 - 600.",
      "type": "string"
    }
  },
  "title": "Information about Edge Dataplane flow monitor start setting.",
  "type": "object"
}