NSX-T Data Center REST API

ShaMonitorEffectiveConfig (type)

{
  "additionalProperties": false,
  "id": "ShaMonitorEffectiveConfig",
  "module_id": "PolicyShaMonitor",
  "properties": {
    "effective_configs": {
      "$ref": "ShaMonitorConfig",
      "required": false,
      "title": "SHA monitor effective common configurations"
    },
    "effective_profile_path": {
      "required": false,
      "title": "Effective SHA monitor profile path",
      "type": "string"
    },
    "effective_profile_revision": {
      "required": false,
      "title": "Effective SHA monitor profile revision",
      "type": "int"
    },
    "effective_sub_monitor_configs": {
      "items": {
        "$ref": "ShaSubMonitorConfig"
      },
      "required": false,
      "title": "SHA sub-monitor effective configuration",
      "type": "array"
    }
  },
  "title": "The effective SHA monitor configuration",
  "type": "object"
}