NSX-T Data Center REST API
MigrationStatsRequestParameters (type)
{ "additionalProperties": false, "description": "MigrationStats Request Parameters", "id": "MigrationStatsRequestParameters", "module_id": "MPPolicyMigration", "properties": { "location": { "default": "CURRENT", "description": "Location flag corresponds to the version of stats. It can be CURRENT - stats of current promotion ARCHIVED - stats of previous promotion", "enum": [ "CURRENT", "ARCHIVED" ], "required": false, "title": "Location flag", "type": "string" }, "pre_promotion": { "default": false, "description": "This flag is only used for UI consumption. By default it's false . Flag to indicate whether to get stats before triggering promotion.", "required": false, "title": "Flag to indicate whether to get collection stats before triggering promotion", "type": "boolean" } }, "title": "MigrationStats Request Parameters\n", "type": "object" }