NSX-T Data Center REST API

MpDataByPrincipleIdenity (type)

{
  "description": "Manager ids list which are not owned by policy and system.", 
  "id": "MpDataByPrincipleIdenity", 
  "module_id": "ManagerPolicyMigration", 
  "properties": {
    "principle_identity": {
      "description": "Identifier of the manager object.", 
      "required": true, 
      "title": "Identifier of the manager object", 
      "type": "string"
    }, 
    "resource_ids": {
      "description": "Array of Non promoted manager Ids..", 
      "items": {
        "$ref": "MpData
      }, 
      "required": true, 
      "title": "List of non-promoted manager ids.", 
      "type": "array"
    }
  }, 
  "title": "Non-promoted manager ids grouped by principle identity.", 
  "type": "object"
}