Iscsi Manager Query Migration Dependencies
Query the dependency table for a migration operation of a given Physical NIC.
Required privileges: Host.Config.Storage
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case IscsiManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"pnicDevice": [
"string"
]
}
List of Physical NICs to be migrated
Dependency table, as described in IscsiMigrationDependency, providing the user of all the Virtual NIC and iSCSI resources affected.
{
"_typeName": "string",
"migrationAllowed": false,
"disallowReason": {
"_typeName": "string",
"reason": [
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
]
},
"dependency": [
{
"_typeName": "string",
"pnicDevice": "string",
"vnicDevice": "string",
"vmhbaName": "string"
}
]
}
Indicates whether migration can be safely performed If migrationAllowed is False, the disallowReason will contain the specific condition that makes the migration attempt unsafe.
The IscsiStatus data object describes the status of an operation.
Details of all the resources affected by migration.