Page tree

Gets the job for editing. The job is automatically locked (exclusive lock). The lock timeout is 15 s, so it must be refreshed by the caller before that. The usual edit job workflow: get the job, refresh the lock if the edit takes too long, save the job.

Endpoint

https://<Director_IP_address>:4443/c/router

Tenant Endpoint

For tenants of the multi-tenant product the endpoint must be:
https://<Director_IP_address>:4443/t/<tenant_UUID>/c/router

Request Example

curl
curl --request POST \
	--url https://<Director_IP_address>:4443/c/router \
	--header "content-type: application/json" \
	--cookie @cookies.txt \
	--data "{
		"action": "JobManagement",
		"method": "getJobForEditing",
		"data": [38],
		"type": "rpc",
		"tid": 1}"

Request Fields

Field
Type
Value(s)
actionstring
JobManagement
methodstring
getJobForEditing
datalongJob ID
typestringrpc
tidinteger1

Response Sample

 {
    "action": "JobManagement",
    "method": "getJobForEditing",
    "tid": "1",
    "type": "rpc",
    "message": null,
    "where": null,
    "cause": null,
    "data": {
        "id": 38,
        "lockUuid": "c1188d84-78c7-4cc6-9bea-2356c1322009",
        "name": "Hyper-V backup job",
        "hvType": "HYPERV",
        "type": "BACKUP",
        "groupId": null,
        "schedules": [
            {
                "enabled": false,
                "type": "DAILY",
                "monthlyEveryType": "LAST",
                "everyType": "MINUTE",
                "every": 30,
                "startTime": "12:00:00 AM",
                "endTime": null,
                "dayOfWeek": 5,
                "dayOfMonth": 1,
                "month": 0,
                "timezone": "EET",
                "on": 31,
                "triggerItem": null,
                "triggerRunType": null,
                "triggerEvents": null,
                "nextRun": null,
                "position": 1,
                "triggerItemName": null,
                "timezoneOffsetMs": 7200000,
                "nextRunRelative": 0
            }
        ],
        "options": {
            "id": 38,
            "namingType": null,
            "nameMutator": "",
            "retentionPolicy": {
                "retentionMode": "RULESET",
                "maxCount": 10,
                "keepDayCount": null,
                "keepWeekCount": null,
                "keepMonthCount": null,
                "keepYearCount": null
            },
            "networkAccelerationMode": "NONE",
            "encryptionMode": "NONE",
            "applicationAwareMode": "NONE",
            "transporterMode": "AUTO",
            "thinDiskMode": "AUTO",
            "ebsVolumeMode": "AUTO",
            "temporaryVolumeType": "MAGNETIC",
            "differentialTrackingMode": "HYPERVISOR",
            "differentialTrackingFallbackMode": "PROPRIETARY",
            "differentialTrackingFallbackBehavior": "LAST_RETRY",
            "sendReports": true,
            "recipientList": "vladimir.tkachenko@nakivo.com",
            "exchangeLogTruncationMode": "NONE",
            "sqlLogTruncationMode": "NONE",
            "preScriptExecutionMode": "NEVER",
            "preScriptExecutionPath": null,
            "preScriptBehavior": "NONE",
            "preScriptErrorMode": "NONE",
            "postScriptExecutionMode": "NEVER",
            "postScriptExecutionPath": null,
            "postScriptBehavior": "NONE",
            "postScriptErrorMode": "NONE",
            "powerVmsOn": false,
            "generateMac": false,
            "recoveryType": "SYNTHETIC",
            "transporterType": "AUTO",
            "autoreplaceInaccessibleTransporters": true,
            "sourceTransporterVid": null,
            "targetTransporterVid": null,
            "transporterMapping": null,
            "screenshotVerificationMode": "NEVER",
            "screenshotVerificationTargetVid": null,
            "screenshotVerificationDatastoreVid": null,
            "screenshotVerificationRto": null,
            "screenshotVerificationLimit": null,
            "screenshotVerificationDelay": null,
            "screenshotVerificationDiscard": null,
            "excludedVid": null
        },
        "sources": [],
        "objects": [
            {
                "id": 135,
                "position": 0,
                "sourceVid": "HYPERV_VM-12",
                "savepointVid": null,
                "jobSourceVid": null,
                "credentialVid": null,
                "exchangeLogTruncationCredentialVid": null,
                "sqlLogTruncationCredentialVid": null,
                "targetVid": null,
                "targetLuVid": null,
                "targetStorageVid": "BACKUP_REPOSITORY-2",
                "targetStoragePath": null,
                "targetName": "sy-VM1",
                "nextRunAction": null,
                "mappings": [
                    {
                        "type": "NORMAL",
                        "sourceVid": "HYPERV_DISK-18",
                        "targetVid": null,
                        "target": null
                    },
                    {
                        "type": "NORMAL",
                        "sourceVid": "HYPERV_DISK-17",
                        "targetVid": null,
                        "target": null
                    }
                ],
                "otherTargetVids": [],
                "targetInstanceType": null,
                "launchIntoEc2Classic": null,
                "appAwareEnabled": false
            }
        ],
        "violatesLicense": false
    }
}

Response Fields

Field
Value
Description
messagestringMessage if the request failed
wherestringReference to the method where problem occurred
causestringCause of failure
dataJsonJob parameters. See below

data

Field

Type

Description

Possible values (if applicable) or format
idlongJob ID
namestringThe display name of a job
hvTypestringPlatform type

VMWARE, HYPERV, AWS, NUTANIX, PHYSICAL

typestringJob type

BACKUP, REPLICATION, BACKUP_COPY, RECOVERY_VMS, RECOVERY_FILES, REPLICA_FAILOVER, FLASH_BOOT, RECOVERY_OBJECTS, SITE_RECOVERY

groupIdlongThe ID of a parent group. null for a top-level group
lockUuidstringLock UUID
schedulesarrayJob schedules. See the schedules table below
optionsJsonJob options. See the options table below
objectsarraySource objects. See the objects table below
containersarrayMonitored containers (e.g. a Cluster). See the containers table below

violatesLicense

boolean

Checks does the job violate license


actions

array

Specific for Site Recovery job. See the action table below


policyRuleGroup

Json

See the policyRuleGroup table below


action

Structure of Site Recovery job actions.

FieldTypeDescriptionPossible values or format

id

long

Action ID

uuid

string

Action UUid

type

string

Type of site recovery action

VMWARE_FAILOVER, HYPERV_FAILOVER, AWS_FAILOVER, VMWARE_FAILBACK, HYPERV_FAILBACK, AWS_FAILBACK, VMWARE_START_VM, HYPERV_START_VM, AWS_START_INSTANCE, VMWARE_STOP_VM, HYPERV_STOP_VM, AWS_STOP_INSTANCE, RUN_JOB, STOP_JOB, RUN_SCRIPT, ATTACH_REPOSITORY, DETACH_REPOSITORY, SEND_EMAIL, WAIT, CHECK_CONDITION

enabled

boolean

true if enabled

actionMode

string

Action mode

TESTING_AND_PRODUCTION, TESTING, PRODUCTION

waitingBehavior

string

Action waiting mode

WAIT_FOR_COMPLETION, START_IMMEDIATELY

errorHandlingMode

string

Error handling mode

STOP, CONTINUE

position

int

Action position

siteRecoveryStartStopVmActionDetails

Json

Details of the Start/Stop VMs/Instances action. See the siteRecoveryStartStopVmActionDetails table below


siteRecoveryWaitActionDetails

Json 

Details of the Wait action. See the siteRecoveryWaitActionDetails table below


siteRecoveryRunStopJobActionDetails

Json 

Details of the Run/Stop Jobs action. See the siteRecoveryRunStopJobActionDetails table below


siteRecoveryFailoverActionDetails

Json

Details of a Failover action. See the siteRecoveryFailoverActionDetails table below


siteRecoverySendEmailActionDetails

Json

Details of the Send Email action. See the siteRecoverySendEmailActionDetails table below


siteRecoveryAttachDetachRepoActionDetails

Json

Details of the Attach/Detach Repository action. See the siteRecoveryAttachDetachRepoActionDetails table below


siteRecoveryFailbackActionDetails

Json

Details of an Failback action. See the siteRecoveryFailbackActionDetails table below


siteRecoveryCheckConditionActionDetails

Json

Details of the Check Condition action. See the siteRecoveryCheckConditionActionDetails table below


siteRecoveryRunScriptActionDetails

Json

Details of the Run Script action. See the siteRecoveryRunScriptActionDetails table below


siteRecoveryStartStopVmActionDetails

FieldTypeDescriptionPossible values or format

objects

array

See the objects table below


containers

array

See the containers table below


excludedVid

array

Excluded VID

policyRuleGroup

Json

See the  policyRuleGroup table below


siteRecoveryWaitActionDetails

FieldTypeDescriptionPossible values or format

timeToWaitType

string

Time unit

MINUTE, HOUR

timeToWait

int

Time to wait

siteRecoveryRunStopJobActionDetails

FieldTypeDescriptionPossible values or format

id

long

Action ID

jobVidList

array

List of job VIDs

siteRecoveryFailoverActionDetails

FieldTypeDescriptionPossible values or format

objects

array

See the objects table below


containers

array

See the containers table below


siteRecoverySendEmailActionDetails

FieldTypeDescriptionPossible values or format

id

long

Action ID

toEmails

string

Emails of recipients

ccEmails

string

Emails of CC recipients

subject

string

Email message subject

messageBody

string

Email message body

files

array

List of files

attachments

array

See the attachments table below


attachments

FieldTypeDescriptionPossible values or format

id

long

Attachment ID

originalName

string

Original name

fileName

string

File name

siteRecoveryAttachDetachRepoActionDetails

FieldTypeDescriptionPossible values or format

repositoryVid

string

Backup repository VID

siteRecoveryFailbackActionDetails

FieldTypeDescriptionPossible values or format

objects

array

See the objects table below


containers

array

See the containers table below


powerSourceVmsOff

boolean

true if the source machines are to be powered off

excludedVid

array

Excluded VID

targetLocationType

string

Type of target locationORIGINAL_LOCATION, NEW_LOCATION

policyRuleGroup

Json

See the policyRuleGroup table below


siteRecoveryCheckConditionActionDetails

FieldTypeDescriptionPossible values or format

conditionType

string

Condition type

RESOURCE_EXISTS, RESOURCE_RUNNING, IP_HOSTNAME_REACHABLE

resourceType

string

Resource type


VMWARE_VM, HYPERV_VM, EC2_INSTANCE

identificationMethod

string

Identification method

NAME, ID, TAG

identificationMethodOption

string

Option of the identification method

EQUALS, CONTAINS, STARTS_WITH, ENDS_WITH

searchString

string

Search string

sourceEndpoint

string

Source endpoint

DIRECTOR, TRANSPORTER

transporterId

long

Transporter ID

transporterVid

string

Transporter VID

ipHostname

string

IP address or host name

actionIfTrueType

string

Type of action to be taken if the condition is satisfied

CONTINUE, STOP_AND_FAIL, END_SUCCESSFULLY, GO_TO_ANOTHER_ACTION

actionIfTrueTargetActionUuid

string

Target action UUid for actionIfTrueType = GO_TO_ANOTHER_ACTION

actionIfFalseType

string

Type of action to be taken if the condition is not satisfied

CONTINUE, STOP_AND_FAIL, END_SUCCESSFULLY, GO_TO_ANOTHER_ACTION

actionIfFalseTargetActionUuid

string

Target action UUid for actionIfFalseType = GO_TO_ANOTHER_ACTION

siteRecoveryRunScriptActionDetails

FieldTypeDescriptionPossible values or format

targetType

string

Target type

THIS_SERVER, REMOTE_WINDOWS_SERVER, REMOTE_LINUX_SERVER, VMWARE_VM, HYPERV_VM, EC2_INSTANCE

targetVid

string

Target VID

targetIpHostname

string

Target IP address or host name

scriptPath

string

Script path

credentialVid

string

Credential VID

username

string

User name

password

string

User password

sshPort

int

SSH port
objects

The source and target objects necessary for getting the job for editing.

FieldTypeDescriptionPossible values
positionintPriority of the job object
sourceVidstringThe VID for the source backup object. For recovery and backup copy jobs
savepointVidstringSavepoint VID
jobSourceVidstringJob source VID
targetVidstringJob target VID in a case of VM seeding or re-using existing backup
targetLuVidstringTarget container VID
targetStorageVidstringTarget datastore VID
targetNamestringReplica target display name
nextRunActionstringDefines the action on the next job run

DELETE_KEEP_TARGET (delete the job object itself), DELETE_REMOVE_TARGET (delete the job object itself and remove the target), FORGET_KEEP_TARGET (forget the target in the job object), FORGET_REMOVE_TARGET (remove the target, then forget it in the job object)

mappingsarrayMapping rules for particular datastores and networks. See the mappings table below
idintObject ID
credentialVidstringThe VID of credentials for Microsoft Hyper-V or AWS EC2
exchangeLogTruncationCredentialVidstringThe VID of Microsoft Exchange log truncation credentials
sqlLogTruncationCredentialVidstringThe VID of Microsoft SQL Server log truncation credentials
targetStoragePathstringMicrosoft Hyper-V specific: path to the target inside the OS
otherTargetVidsarrayVID of the target objects
targetInstanceTypestringAWS-specific: target instance type
launchIntoEc2ClassicbooleanAWS-specific. true if launching into AWS EC2 Classic
appAwareEnabledbooleanChecks if the app-aware mode is enabled for this job object

targetVmFolderVid

string

VMware specific. Target VM folder VID


reipEnabled

boolean

true if ReIP is enabled

reipCredentialVid

string

ReIP credential VID


targetVpcVid stringTarget VPC VID
targetSubnetVid string

Target Subnet VID


targetAvailabilityZoneVid string

Target Availability Zone VID


targetSecurityGroupVid string

Target Security Group VID


targetKeyPairVid string

Target Keypair VID


targetInstanceAccessType string

Type of target instance access


exchangeLogTruncationEnabled boolean

true if truncation of Microsoft Exchange logging is enabled


sqlLogTruncationEnabled booleantrue if truncation of Microsoft SQL Server logging is enabled
parentContainerSourceVid string

Parent container source VID, if any


policyRuleGroup

FieldTypeDescriptionPossible values or format

id

long

ID of policy rule group

condition

string

Condition of the policy rule group

ALL, ANY

policyRules

array

See the policyRules table below


policyRules

FieldTypeDescriptionPossible values or format

id

long

Policy rule ID

type

string

Type of policy rule

isExcludeItem

boolean

true if the item is to be excluded

condition

string

Condition of the policy rule

CONTAIN, DOES_NOT_CONTAIN, EQUAL, DOES_NOT_EQUAL, START_WITH, END_WITH, IS_MORE_THAN, IS_LESS_THAN, IS, IS_NOT

sizeType

string

Unit of size

MB, GB, GIB, TB

size longMachine size

powerState

string

Power state

ON, OFF, SUSPENDED

locationType

string

Location type

VMWARE_HOST_AND_CLUSTER, VMWARE_VM_AND_TEMPLATES, HYPERV_HOSTS_AND_CLUSTERS, AWS_ACCOUNT, JOB_AND_GROUP, BACKUP_REPOSITORY

locationTargetVid

string

Target location VID

criteria

string

Criteria of the policy rule


position

int

Criterion position

secondCondition

string

Second condition of the policy rule

CONTAIN, DOES_NOT_CONTAIN, EQUAL, DOES_NOT_EQUAL, START_WITH, END_WITH, IS_MORE_THAN, IS_LESS_THAN, IS, IS_NOT

secondCriteria

string

Criteria of the second policy rule condition

schedules

Job schedules. You may add more than one schedule.

FieldTypeDescriptionPossible values or format
enabledbooleanIf a schedule enabled, then true, false otherwise

type

stringThe type of backup schedule

DAILY, MONTHLY_YEARLY, PERIODICALLY, TRIGGER, NONE

positionintPriority of the schedule
startTimestringStart timehh:mm:ss AM/PM
endTimestringEnd time. null if not set
timezonestringTime zone
onintA decimal representation of a bit mask for a day of a week. The lowest bit is Monday, the 7th is Sunday. For example, if you need to run a job on weekdays, the bitmask will be 00011111 which is 31 in decimal1-127
everyTypestring

If type is PERIODICALLY or TRIGGERED, defines the delay unit between jobs. For example, "Run job every 30 minutes"

DAY (for PERIODICALLY only), MINUTE, HOUR, SECOND

everyint

The number of delay units between job runs. For example, "Run job every 30 minutes"


monthlyEveryTypestringIf type is MONTHLY_YEARLY , selects the number of weekday in a month or a day number

FIRST, SECOND, THIRD, FOURTH, LAST, DAY

dayOfMonthintIf monthlyEveryType is DAY, selects the day number in a month
dayOfWeekintIf monthlyEveryType is either from LAST, selects the number of a weekday
monthintIf type is MONTHLY_YEARLY, the number of the month when a job must be run
triggerItemstringVID of the job that triggers current
triggerRunTypestringSelects either to run the job immediately after the previous or within a delay. If DELAYED is selected, the delay is defined by the everyType and every fields

IMMEDIATELY, DELAYED

triggerEventsarrayTrigger job conditions

RUN_SUCCESS, RUN_FAILURE, RUN_STOP

nextRunstringTime and date of the next job runYYYY-MM-DDTHH:MM:SS.SSSZ

effectiveDate

string

The date that schedule is effective from. It can be null, so the schedule is effective from now


triggerItemName

string

Name of the triggered item

triggerItemTypeName

string

Name of the triggered item type

timezoneOffsetMs

int

Set by the server. The specified timezone offset with regard to the server's time


nextRunRelative

long

Relative time in ms when the job will run next time
options

The options of the job to be edited.

Field
Type
Description
Possible values
applicationAwareModestringApplication-aware mode

VSS_IGNORE_ERRORS, VSS_FAIL_ON_ERRORS, NONE

encryptionModestringEncryption mode

NONE, NORMAL

networkAccelerationModestringNetwork acceleration mode.

NONE, AUTO, FAST, MEDIUM, BEST

thinDiskModestringVMware specific. For replication: thin or respect source.

AUTO, FORCE_THIN

id

long

null when creating a job


powerSourceVmsOff

boolean

true if the source machines are to be powered off


screenshotVerificationStoragePath

string

Screenshot verification storage path


reIpMode

string

ReIP mode

NEVER, ALWAYS

reIpRuleVidList

array

List of ReIP rule VIDs


networkMappingMode

string

Network mapping mode

NEVER, ALWAYS

networkMappingVidList

array

List of network mapping VIDs


fullBackupRunSettingsType

string

Type of full backup run settings

ALWAYS, EVERY, EVERY2ND, FIRST, SECOND, THIRD, FOURTH, LAST, DAY, EVERY_JOB_RUNS

fullBackupDayOfWeek

int

Full backup day of week


fullBackupDayOfMonth

int

Full backup day of month


fullBackupEveryJobRuns

int

Repetition of full backup for job runs


fullBackupMode

string

Full backup mode

SYNTHETIC, ACTIVE

enabledLimitedTransporterLoad

boolean

true if limited transporter load is enabled


limitedTransporterLoad

boolean

true for limited transporter load


proxyTransporterVid

string

Proxy transporter VID


recoveryTimeObjectiveType

string

Site recovery specific. Type of recovery time objective

MINUTE, HOUR

recoveryTimeObjective

int

Site recovery specific. Recovery time objective


ebsVolumeModestringFor AWS jobs only: a type of EBS volume

AUTO, FORCE_MAGNETIC

temporaryVolumeTypestringFor AWS jobs only: a type of a temporary volume

MAGNETIC, GENERAL_PURPOSE_SSD

differentialTrackingModestringA method used for forever-incremental backup. Can be NONE (disabled), HYPERVISOR (VMware CBT, Hyper-V RCT or Nutanix CRT if available), PROPRIETARY (the product's method), or DOUBLE_CHECK (uses both methods to ensure the reliability of the change tracking)

NONE, HYPERVISOR, PROPRIETARY, DOUBLE_CHECK

differentialTrackingFallbackModestringSelects behavior on the change tracking failure

RESET_HYPERVISOR, PROPRIETARY, NONE

differentialTrackingFallbackBehaviorstringSelects when the fallback mode must be applied

NONE, IMMEDIATE, LAST_RETRY, NEXT_RETRY

preScriptExecutionModestringThe mode of execution of pre-job scripts

ALWAYS, NEVER

preScriptExecutionPathstringThe path to a pre-job script
preScriptBehaviorstringJob behavior: either to wait for the script to finish or proceed

NONE, WAIT, PROCEED

preScriptErrorModestringThe job behavior on pre-job script failure

NONE, FAIL, SKIP

postScriptExecutionModestringThe mode of execution of pre-job scripts

NEVER, ALWAYS

postScriptExecutionPathstringThe path to a post-job script
postScriptBehaviorstringJob behavior: either to wait for the script to finish or proceed

NONE, WAIT, PROCEED

postScriptErrorModestringThe job behavior on post-job script failure

NONE, FAIL, SKIP

namingTypestringFor replication jobs only: the way the replica's name is changed

APPEND_AFTER, ASIS, USE_FROM_REPLICA_INFO

nameMutatorstringFor replication jobs only: the part that will be added to the replica's name if namingType is APPEND_AFTER.
sendReportsbooleanSelect if the reports must be sent after the job is completed
recipientListstringThe list of recipients
exchangeLogTruncationModestringThe mode of Exchange Log Truncation

NONE, JOB_SUCCESS, ALWAYS

sqlLogTruncationModestringThe mode of SQL Log Truncation

NONE, JOB_SUCCESS, ALWAYS

powerVmsOnbooleanRecovery only. Defines if the recovered VMs must be powered on after the job is completed
generateMacbooleanRecovery only. Defines if a new MAC-address should be generated for a recovered VM
recoveryTypestringRecovery type

SYNTHETIC, PRODUCTION

transporterModestringThe method of data transfer

AUTO, SAN, HOT_ADD, LAN

transporterTypestringSelect the Transporters should be used by this job or let the product automatically determine the most suitable transporter(s)

AUTO, ALL, CUSTOM

autoreplaceInaccessibleTransportersbooleanIn case a transporter is unavailable during the job start, a replacement transporter will be picked automatically. If false, the job is explicitly locked to the certain transporter(s)
sourceTransporterVidstringIf transporterType is set to ALL, defines the source transporter for all hosts
targetTransporterVidstringFor replication only. If transporterType is set to ALL, defines the target transporter for all hosts
transporterMappingarrayIf transporterType is set to CUSTOM, sets the parameters of a source and target transporters
screenshotVerificationModestringThe mode of screenshot verification

NEVER, ALWAYS

screenshotVerificationRtointMaximum time allowed to create temporary VM and start the guest OS. If the VM OS is not started within this time, verification of such VM will fail
screenshotVerificationTargetVidstringThe target container vid to create a temporary VM(s) for screenshot verification
screenshotVerificationDatastoreVidstringThe target datastore vid to create a temporary VM(s) for screenshot verification
screenshotVerificationLimitintThe number of VMs that can be verified at the same time
screenshotVerificationDelayintDelay after actual guest OS starts before taking a screenshot
screenshotVerificationDiscardboolean

For Flash VM Boot jobs. If true, the recovered VMs will be discarded after the verification


excludedVidarray of stringThe VIDs of the VMs excluded from the container (host or cluster)
transporterMapping
FieldTypeDescriptionPossible value(s)

id

long

Transporter mapping ID

kind

string

Kind of transporter mapping

SOURCE, TARGET

transporterVid

string

Transporter VID

sourceVid

string

Source VID
retentionPolicy
FieldValueDescriptionPossible values 
retentionModestringRetention mode. The RULESET defines the retention rules. The EXACT is used for backup copy jobs and copies the rule set of the original backup

RULESET, EXACT

maxCountintMaximum number of recovery points
keepDayCountintMaximum number of days to keep a recovery point
keepWeekCountintMaximum number of weeks to keep a recovery point
keepMonthCountintMaximum number of months to keep a recovery point
keepYearCountintMaximum number of years to keep a recovery point

containers

The parameters of the source objects for recovery and backup copy jobs.

FieldTypeDescriptionPossible Values
positionintObject priority on job processing
sourceVidstringSource VID
targetVidarrayTarget VID
idlongID
targetPathstringHyper-V specific: the path to the target inside OS
targetInstanceTypestringAWS-specific: target instance type

launchIntoEc2Classic

boolean

AWS specific




Fields below are specific for Site recovery job


targetLuVid

string

Target logical unit VID

targetStorageVid

string

VMware specific


targetVmFolderVid

string

Target VM folder VID

targetVpcVid

string

Target VPC VID

targetSubnetVid

string

Target Subnet VID

targetAvailabilityZoneVid

string

Target Availability Zone VID

targetSecurityGroupVid

string

Target Security Group VID

targetKeyPairVid

string

Target Keypair VID

targetInstanceAccessType

string

Target Instance Access type
mappings

Mappings of the specific objects (data storages and NICs).

FieldTypeDescriptionPossible value(s)
typestringMapping type

NORMAL, SKIP, CREATE

sourceVidstringSource object VID
targetVidstringTarget object VID
targetstringHyper-V jobs only: target OS path

sourceIdentifier

string

Source identifier (MAC, disk label, etc)



  • No labels