queryMigrationsRequest_filter
This section is to specify filter parameters to query specified filter-matched migrations.
{
"migrationGroupId": [
"string"
],
"creationDateInterval": "number",
"state": [
"string"
],
"id": [
"string"
],
"migrationId": [
"string"
],
"entityId": [
"string"
],
"migrationType": [
"string"
],
"transferType": [
"string"
],
"source_endpointId": [
"string"
],
"destination_endpointId": [
"string"
],
"destination_resourceId": [
"string"
],
"source_resourceId": [
"string"
],
"endpointId": [
"string"
],
"resourceId": [
"string"
],
"userName": [
"string"
],
"draftsOnly": false,
"includeArchived": false,
"skipDrafts": false,
"createTimeEpoch": "number"
}
Array of migration group identifiers.
Creation Date interval in milliseconds.
Array of migration states.
Array of migration IDs.
Array of migration IDs.
Array of migrating source virtual machine IDs.
Array of migration types.
Array of transfer types.
Array of source endpoint IDs.
Array of destination endpoint IDs.
Array of destination resource IDs.
Array of source resource IDs.
Array of either source or destination endpoint IDs.
Array of either source or destination resource IDs.
Array of user names that initiated the migrations.
Returns draft state migrations.
Specifies whether to return the archieved migrations.
Specifies whether to skip the draft migrations.
Creation time of the migration is greater than given value.