Returns the task, device, template, image, and timestamp details for the specified deployment ID.
get /emsapi/osdeployer/deployments/{deploymentId}
https://{server-hostname}:8383/emsapi/osdeployer/deployments/{deploymentId}
OSDDeployment.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
ID of the OS Deployer deployment
curl --request GET \
--url https://appdomain/emsapi/osdeployer/deployments/{deploymentId} \
--header 'Accept: application/deploymentDetails.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Indicates how the deployment was triggered (e.g., scheduled, manual, or zero-touch).
ID of the OS deployment template that was used.
Name of the OS deployment template that was used.
Username of the person who started the deployment.
Hardware details of the target machine at the time of deployment (modelName, macAddress, diskSize, manufacturerName, serviceTag, hardDiskType, diskDriveType, biosMode, ramSize, secureBootMode, architecture).
Model name of the target machine (e.g., Latitude 5520).
MAC address of the target machine's network adapter.
Total disk size of the target machine (e.g., 50.0 GB).
Hardware manufacturer of the target machine (e.g., Dell Inc.).
Service tag or serial number of the target machine.
Code identifying the disk type (e.g., 1 for SSD).
Human-readable disk type (e.g., SSD (Solid State Drive)).
BIOS mode of the machine (e.g., UEFI or Legacy BIOS).
Total RAM of the target machine (e.g., 3.10 GB).
Whether Secure Boot is enabled (On or Off).
CPU architecture of the target machine (e.g., 64 bit).
OS image used for this deployment, including image metadata, repository details, and the source machine details.
ID of the OS image that was deployed.
Name of the OS image.
Network path (UNC) to the image file on the repository.
Name of the operating system in the image.
True if the image is an offline image (WIM/ESD format).
True if the image file is currently accessible on the repository.
ID of the image repository where the image is stored.
Name of the image repository.
Network path to the image repository.
Total size of the image file in bytes.
Username of the person who created the image.
ID of the remote office that hosts this image.
Name of the remote office that hosts this image.
Hardware and OS details of the source machine from which the image was captured.
Resource ID of the source machine.
Computer name of the source machine.
IP address of the source machine.
Fully qualified domain name of the source machine. Empty if not domain-joined.
OS installed on the source machine at the time the image was captured.
ID of the domain the source machine was joined to.
Domain or workgroup name of the source machine.
MAC address of the source machine.
Service tag or serial number of the source machine.
Hardware model of the source machine.
Hardware manufacturer of the source machine.
Total disk size of the source machine.
Partition style of the source machine's disk (GPT or MBR).
Disk sector size (e.g., 512 Bytes).
Drive type (e.g., SSD or HDD).
BIOS mode of the source machine.
RAM size in a human-readable format.
RAM size in bytes.
CPU model of the source machine.
Whether Secure Boot was enabled on the source machine.
CPU architecture of the source machine (e.g., 64 bit).
True if the OS captured is a Windows 11 variant.
List of remote offices this image has been replicated to. Empty if not replicated.
Hardware and OS details of the source machine from which the image was captured. Mirrors imageDetails.imagedComputerDetails for top-level access.
Resource ID of the source machine.
Computer name of the source machine.
IP address of the source machine.
Fully qualified domain name of the source machine. Empty if not domain-joined.
OS installed on the source machine at the time the image was captured.
ID of the domain the source machine was joined to.
Domain or workgroup name of the source machine.
MAC address of the source machine.
Service tag or serial number of the source machine.
Hardware model of the source machine.
Hardware manufacturer of the source machine.
Total disk size of the source machine.
Partition style of the source machine's disk (GPT or MBR).
Disk sector size (e.g., 512 Bytes).
Drive type (e.g., SSD or HDD).
BIOS mode of the source machine.
RAM size in a human-readable format.
RAM size in bytes.
CPU model of the source machine.
Whether Secure Boot was enabled on the source machine.
CPU architecture of the source machine (e.g., 64 bit).
True if the OS captured is a Windows 11 variant.
Disk configuration applied to the target machine: disk number, erase flag, adjustment and conversion actions, and per-partition details.
Physical disk number on the target machine targeted for deployment.
True if the disk was fully erased before the OS image was applied.
Disk size adjustment action performed (e.g., 1 = resize to fit image).
Partition style conversion performed (e.g., 0 = no conversion, 1 = MBR to GPT).
List of partitions on the disk and their details.
ID of this partition.
Label of the partition (e.g., EFI system partition[Hidden]). Empty for the primary OS partition.
Drive letter assigned to the partition (e.g., C). Empty for hidden or system partitions.
Partition type: 1 = primary data partition, 2 = hidden or system partition.
File system type of the partition (e.g., NTFS). Empty for EFI partitions.
Total size of the partition in bytes.
Amount of space used on the partition in bytes.
True if the partition is encrypted with BitLocker.
True if the partition was resized (shrunk) during deployment.
True if the partition data was overwritten during deployment.
Actions configured to run on the target machine after the OS image was applied: computer name, domain join, user accounts, and machine action settings.
Computer name assigned to the target machine after deployment.
Optional description set on the machine after deployment.
True if the computer name was set manually rather than from a naming rule.
Action taken on the machine after deployment completed (e.g., 1 = shutdown, 2 = restart).
Human-readable description of the machine action (e.g., Machine Shutdown).
Security Identifier (SID) action applied after deployment (e.g., 0 = keep existing SID).
Human-readable description of the SID action.
True if a SID was assigned to user accounts after deployment.
True if the deployment template's default settings were kept without modification.
True if existing user accounts were deleted before new accounts were added.
Domain or workgroup the machine was joined to after deployment.
ID of the domain or workgroup.
Name of the domain or workgroup the machine was joined to.
Active Directory domain name. Shown as -- if in a workgroup.
True if joined to an Active Directory domain; false if in a workgroup.
ID of the credential record used to join the domain.
Display name of the credential record.
Username from the credential used for domain join.
Organisational Unit the machine was placed in during domain join. Absent if no OU was configured.
Friendly name of the target Organizational Unit.
Full LDAP distinguished name of the target OU.
User account configuration applied post-deployment.
Local user IDs to provision on the deployed machine.
IDs of pre-configured local users in OS Deployer. Max 5000 entries.
Domain users / groups to add to the machine. Max 5000 entries.
SAM account name of the domain user.
Local group on the deployed machine to add the user to (e.g., Administrators).
Object GUID of the domain user, used for lookup if userName changes.
If true, existing local accounts are removed before applying this configuration.
List of user accounts deleted from the machine post-deployment.
ID of the user account that was deleted.
Username of the deleted account.
Group the deleted user belonged to (e.g., Administrators).
Type of user account: 0 = local user.
Human-readable user type label (e.g., Local User).
A deployment that completed successfully (zero-touch, domain-joined, with disk info and post-deployment actions)
{
"deploymentType": 5,
"deployedComputerDetails": {
"modelName": "Virtual Machine",
"macAddress": "00:15:5D:20:50:07",
"diskSize": "50.0 GB",
"manufacturerName": "Microsoft Corporation",
"serviceTag": "R7N0CV07M11628A",
"hardDiskType": "1",
"diskDriveType": "SSD (Solid State Drive)",
"biosMode": "UEFI BIOS",
"ramSize": "3.10 GB",
"secureBootMode": "On",
"architecture": "64 bit"
},
"templateName": "str-id-6",
"imageDetails": {
"isOfflineImage": false,
"imageID": "3901",
"imageName": "golden-server",
"imagePath": "\\\\mt-2\\repo\\osd-ec-master\\golden-server.osdi",
"osName": "Microsoft Windows Server 2022",
"repositoryName": "ImageRepository74",
"imageCreatedBy": "admin",
"isImageAvailable": true,
"repositoryPath": "\\\\mt-2\\repo\\osd-ec-master",
"repositoryID": "5401",
"imageSize": "6042692203",
"remoteOfficeID": "1",
"remoteOfficeName": "Local Office",
"imagedComputerDetails": {
"windows11Variant": false,
"resourceID": "7501",
"fqdn": "",
"manufacturerName": "Microsoft Corporation",
"ipAddress": "10.71.33.208",
"diskDriveType": "HDD (Hard Disk Drive)",
"biosMode": "Legacy BIOS",
"ramSize": "1023 MB",
"operatingSystem": "Microsoft Windows Server 2022",
"domainID": "18518",
"modelName": "Virtual Machine",
"diskSize": "40.0 GB",
"macAddress": "00:15:5D:1C:76:49",
"computerName": "MT1-SERVER",
"diskStyle": "MBR",
"diskSectorSize": "512 Bytes",
"domainName": "WORKGROUP",
"serviceTag": "7984-1004-2384-9411-9089-4482-36",
"processorName": "Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz",
"ramSizeValue": "1073270784",
"secureBootMode": "Off",
"architecture": "64 bit"
},
"imageReplicatedDetails": []
},
"postDeploymentActions": {
"machineAction": 1,
"deleteExistingUsers": false,
"domainInfo": {
"domainName": "KDOMAIN",
"credentialID": "7501",
"isADDomain": true,
"credentialName": "KDOMAIN_root",
"domainID": "29405",
"credentialUserName": "administrator"
},
"assignComputerNameManually": true,
"retainTemplateSettings": false,
"ouInfo": {
"ouID": "602",
"distinguishedName": "OU=Domain Controllers,DC=kdomain,DC=in",
"ouName": "Domain Controllers"
},
"userAccounts": {
"localUsers": [
{
"userTypeValue": "Local User",
"groupName": "Administrators",
"userType": 0,
"userName": "OSD",
"userID": "601"
}
],
"domainUsers": [
{
"userTypeValue": "Domain User",
"groupName": "Administrators",
"guid": "3e587205dc38f84094200e6734c8f8a0",
"userType": 1,
"userName": "Guest",
"userID": "665"
}
]
},
"machineActionLabel": "Machine Shutdown",
"sidActionLabel": "Retain existing SID as in image",
"userSidAssigned": true,
"computerName": "CSS_COMP_NAMEw",
"userDeletionAccounts": [
{
"userTypeValue": "Local User",
"groupName": "System Managed Accounts Group",
"userType": 0,
"userName": "DefaultAccount",
"userID": "3303"
},
{
"userTypeValue": "Local User",
"groupName": "Guests",
"userType": 0,
"userName": "Guest",
"userID": "3302"
},
{
"userTypeValue": "Local User",
"groupName": "Administrators",
"userType": 0,
"userName": "Test",
"userID": "3301"
}
],
"sidAction": 0,
"computerDescription": "ddfd"
},
"deploymentInitiatedBy": "admin",
"templateID": "4809",
"diskInfo": {
"partitions": [
{
"fileSystem": "NTFS",
"partitionName": "System Reserved",
"usedSpace": "33374208",
"partitionID": "3901",
"isEncrypted": false,
"isPartitionShrunk": false,
"partitionLetter": "",
"totalSpace": "104857600",
"partitionType": 2,
"isPartitionOverwrite": false
},
{
"fileSystem": "NTFS",
"partitionName": "",
"usedSpace": "7425904640",
"partitionID": "3902",
"isEncrypted": false,
"isPartitionShrunk": false,
"partitionLetter": "C",
"totalSpace": "42292215808",
"partitionType": 1,
"isPartitionOverwrite": false
},
{
"fileSystem": "NTFS",
"partitionName": "Recovery",
"usedSpace": "462389248",
"partitionID": "3903",
"isEncrypted": false,
"isPartitionShrunk": false,
"partitionLetter": "",
"totalSpace": "549453824",
"partitionType": 2,
"isPartitionOverwrite": false
}
],
"diskAdjustmentAction": 1,
"diskStyleConversionAction": 1,
"diskNumber": 0,
"isDiskErase": true
},
"imagedComputerDetails": {
"windows11Variant": false,
"resourceID": "7501",
"fqdn": "",
"manufacturerName": "Microsoft Corporation",
"ipAddress": "10.71.33.208",
"diskDriveType": "HDD (Hard Disk Drive)",
"biosMode": "Legacy BIOS",
"ramSize": "1023 MB",
"operatingSystem": "Microsoft Windows Server 2022",
"domainID": "18518",
"modelName": "Virtual Machine",
"diskSize": "40.0 GB",
"macAddress": "00:15:5D:1C:76:49",
"computerName": "MT1-SERVER",
"diskStyle": "MBR",
"diskSectorSize": "512 Bytes",
"domainName": "WORKGROUP",
"serviceTag": "7984-1004-2384-9411-9089-4482-36",
"processorName": "Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz",
"ramSizeValue": "1073270784",
"secureBootMode": "Off",
"architecture": "64 bit"
}
}
![]()
Duration: 1 minute | Threshold: 50 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.