NSX-T Data Center REST API

MPResourceDetails (type)

{
  "additionalProperties": false, 
  "description": "Contains manager and policy resource id.", 
  "id": "MPResourceDetails", 
  "module_id": "MPPolicyMigration", 
  "properties": {
    "linked_ids": {
      "description": "Linked resources.", 
      "items": {
        "$ref": "MPResourceLinkedDetails
      }, 
      "required": false, 
      "type": "array"
    }, 
    "manager_id": {
      "required": true, 
      "title": "Manager resource id.", 
      "type": "string"
    }, 
    "metadata": {
      "description": "Resource metadata.", 
      "items": {
        "$ref": "MPResourceMetadata
      }, 
      "required": false, 
      "type": "array"
    }, 
    "override": {
      "required": false, 
      "title": "Whether to skip/override the resource in case of multiple resource migration . By default. it will be skip.", 
      "type": "boolean"
    }, 
    "policy_id": {
      "required": false, 
      "title": "Policy resource id.", 
      "type": "string"
    }, 
    "policy_path": {
      "required": false, 
      "title": "Policy resource path.", 
      "type": "string"
    }, 
    "principle_identity": {
      "description": "Principle Identity to be used for MP to Policy promotion in GENERIC workflow.This is internal only.", 
      "required": false, 
      "title": "Principle Identity to be used for MP to Policy promotion in GENERIC workflow.", 
      "type": "string"
    }
  }, 
  "title": "Contains manager resource details and policy resource id.\n", 
  "type": "object"
}