NSX-T Data Center REST API

FederationSiteMigrationState (type)

{
  "additionalProperties": false,
  "id": "FederationSiteMigrationState",
  "module_id": "Migration",
  "properties": {
    "site_migration_state": {
      "description": "Key-value pair of federation site-id and its migration-state i.e. 'ENABLED' or 'DISABLED'.",
      "items": {
        "$ref": "KeyValuePair"
      },
      "readonly": false,
      "required": false,
      "title": "Federation site-id and it's migration state map",
      "type": "array"
    }
  },
  "type": "object"
}