NSX-T Data Center REST API

ServiceCapability (type)

{
  "description": "Service capabilities that will be inherited by service VMs created using a service definition that contains this service capability.",
  "id": "ServiceCapability",
  "module_id": "ServiceInsertionCommonTypes",
  "properties": {
    "can_decrement_si": {
      "default": false,
      "description": "Indicating whether service is configured to decrement SI field in NSH metadata.",
      "readonly": true,
      "required": false,
      "title": "SI decrement flag",
      "type": "boolean"
    },
    "nsh_liveness_support_enabled": {
      "default": false,
      "description": "Indicating whether service supports NSH liveness detection.",
      "readonly": false,
      "required": false,
      "title": "NSH liveness support flag",
      "type": "boolean"
    }
  },
  "title": "Service capabilities",
  "type": "object"
}