NSX-T Data Center REST API

ServiceConfigList (type)

{
  "additionalProperties": false,
  "description": "List of Service config objects that needs to be either created or updated with the respective profiles and precedence.",
  "id": "ServiceConfigList",
  "module_id": "ServiceConfig",
  "properties": {
    "service_configs": {
      "description": "An Array of ServiceConfig objects containing details of profiles to be applied, entities on which these profiles will be applied and precedence.",
      "items": {
        "$ref": "ServiceConfig"
      },
      "maxItems": 100,
      "minItems": 1,
      "required": true,
      "title": "service config list results",
      "type": "array"
    }
  },
  "title": "List of Service Configs for batch operation",
  "type": "object"
}