NSX-T Data Center REST API

NSXProfileReference (type)

{
  "description": "It is a reference to any NSX profile. It comprise of NSX profile type eg. DFWCPUProfile, CentralConfigProfile etc. and id of profile i.e. target_id",
  "extends": {
    "$ref": "ResourceReference"
  },
  "id": "NSXProfileReference",
  "module_id": "ServiceConfig",
  "properties": {
    "is_valid": {
      "description": "Will be set to false if the referenced NSX resource has been deleted.",
      "readonly": true,
      "required": false,
      "title": "Target validity",
      "type": "boolean"
    },
    "profile_type": {
      "$ref": "ProfileType",
      "required": true
    },
    "target_display_name": {
      "description": "Display name of the NSX resource.",
      "maxLength": 255,
      "readonly": true,
      "required": false,
      "title": "Target display name",
      "type": "string"
    },
    "target_id": {
      "description": "Identifier of the NSX resource.",
      "maxLength": 64,
      "readonly": false,
      "required": false,
      "title": "Target ID",
      "type": "string"
    },
    "target_type": {
      "description": "Type of the NSX resource.",
      "maxLength": 255,
      "readonly": false,
      "required": false,
      "title": "Target type",
      "type": "string"
    }
  },
  "title": "Reference of single NSX profile which need to added in service config profiles",
  "type": "object"
}