Microsoft.ScVmm (stable:2025-03-13)

2025/04/04 • 52 new methods

VirtualMachineInstances_List (new)
Description Lists all of the virtual machine instances within the specified parent resource.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
availabilitySets:
[
{
id: string ,
name: string ,
}
,
]
,
osProfile:
{
adminUsername: string ,
adminPassword: string ,
computerName: string ,
osType: enum ,
osSku: string ,
osVersion: string ,
domainName: string ,
domainUsername: string ,
domainPassword: string ,
workgroup: string ,
productKey: string ,
timezone: integer ,
runOnceCommands: string ,
}
,
hardwareProfile:
{
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
}
,
networkProfile:
{
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
}
,
storageProfile:
{
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
}
,
infrastructureProfile:
{
inventoryItemId: string ,
vmmServerId: string ,
cloudId: string ,
templateId: string ,
vmName: string ,
uuid: string ,
lastRestoredVMCheckpoint:
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
checkpoints:
[
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
]
,
checkpointType: string ,
generation: integer ,
biosGuid: string ,
}
,
powerState: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_Get (new)
Description Retrieves information about a virtual machine instance.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
properties:
{
availabilitySets:
[
{
id: string ,
name: string ,
}
,
]
,
osProfile:
{
adminUsername: string ,
adminPassword: string ,
computerName: string ,
osType: enum ,
osSku: string ,
osVersion: string ,
domainName: string ,
domainUsername: string ,
domainPassword: string ,
workgroup: string ,
productKey: string ,
timezone: integer ,
runOnceCommands: string ,
}
,
hardwareProfile:
{
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
}
,
networkProfile:
{
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
}
,
storageProfile:
{
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
}
,
infrastructureProfile:
{
inventoryItemId: string ,
vmmServerId: string ,
cloudId: string ,
templateId: string ,
vmName: string ,
uuid: string ,
lastRestoredVMCheckpoint:
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
checkpoints:
[
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
]
,
checkpointType: string ,
generation: integer ,
biosGuid: string ,
}
,
powerState: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_CreateOrUpdate (new)
Description The operation to create or update a virtual machine instance. Please note some properties can be set only during virtual machine instance creation.
Reference Link ¶

⚼ Request

PUT:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default
{
api-version: string ,
resourceUri: string ,
resource:
{
properties:
{
availabilitySets:
[
{
id: string ,
name: string ,
}
,
]
,
osProfile:
{
adminUsername: string ,
adminPassword: string ,
computerName: string ,
osType: enum ,
osSku: string ,
osVersion: string ,
domainName: string ,
domainUsername: string ,
domainPassword: string ,
workgroup: string ,
productKey: string ,
timezone: integer ,
runOnceCommands: string ,
}
,
hardwareProfile:
{
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
}
,
networkProfile:
{
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
}
,
storageProfile:
{
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
}
,
infrastructureProfile:
{
inventoryItemId: string ,
vmmServerId: string ,
cloudId: string ,
templateId: string ,
vmName: string ,
uuid: string ,
lastRestoredVMCheckpoint:
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
checkpoints:
[
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
]
,
checkpointType: string ,
generation: integer ,
biosGuid: string ,
}
,
powerState: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
availabilitySets:
[
{
id: string ,
name: string ,
}
,
]
,
osProfile:
{
adminUsername: string ,
adminPassword: string ,
computerName: string ,
osType: enum ,
osSku: string ,
osVersion: string ,
domainName: string ,
domainUsername: string ,
domainPassword: string ,
workgroup: string ,
productKey: string ,
timezone: integer ,
runOnceCommands: string ,
}
,
hardwareProfile:
{
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
}
,
networkProfile:
{
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
}
,
storageProfile:
{
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
}
,
infrastructureProfile:
{
inventoryItemId: string ,
vmmServerId: string ,
cloudId: string ,
templateId: string ,
vmName: string ,
uuid: string ,
lastRestoredVMCheckpoint:
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
checkpoints:
[
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
]
,
checkpointType: string ,
generation: integer ,
biosGuid: string ,
}
,
powerState: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
availabilitySets:
[
{
id: string ,
name: string ,
}
,
]
,
osProfile:
{
adminUsername: string ,
adminPassword: string ,
computerName: string ,
osType: enum ,
osSku: string ,
osVersion: string ,
domainName: string ,
domainUsername: string ,
domainPassword: string ,
workgroup: string ,
productKey: string ,
timezone: integer ,
runOnceCommands: string ,
}
,
hardwareProfile:
{
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
}
,
networkProfile:
{
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
}
,
storageProfile:
{
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
}
,
infrastructureProfile:
{
inventoryItemId: string ,
vmmServerId: string ,
cloudId: string ,
templateId: string ,
vmName: string ,
uuid: string ,
lastRestoredVMCheckpoint:
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
checkpoints:
[
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
]
,
checkpointType: string ,
generation: integer ,
biosGuid: string ,
}
,
powerState: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_Update (new)
Description The operation to update a virtual machine instance.
Reference Link ¶

⚼ Request

PATCH:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default
{
api-version: string ,
resourceUri: string ,
properties:
{
properties:
{
availabilitySets:
[
{
id: string ,
name: string ,
}
,
]
,
hardwareProfile:
{
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
}
,
networkProfile:
{
networkInterfaces:
[
{
name: string ,
macAddress: string ,
virtualNetworkId: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
}
,
storageProfile:
{
disks:
[
{
name: string ,
diskId: string ,
diskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
}
,
]
,
}
,
infrastructureProfile:
{
checkpointType: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
availabilitySets:
[
{
id: string ,
name: string ,
}
,
]
,
osProfile:
{
adminUsername: string ,
adminPassword: string ,
computerName: string ,
osType: enum ,
osSku: string ,
osVersion: string ,
domainName: string ,
domainUsername: string ,
domainPassword: string ,
workgroup: string ,
productKey: string ,
timezone: integer ,
runOnceCommands: string ,
}
,
hardwareProfile:
{
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
}
,
networkProfile:
{
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
}
,
storageProfile:
{
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
}
,
infrastructureProfile:
{
inventoryItemId: string ,
vmmServerId: string ,
cloudId: string ,
templateId: string ,
vmName: string ,
uuid: string ,
lastRestoredVMCheckpoint:
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
checkpoints:
[
{
parentCheckpointID: string ,
checkpointID: string ,
name: string ,
description: string ,
}
,
]
,
checkpointType: string ,
generation: integer ,
biosGuid: string ,
}
,
powerState: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_Delete (new)
Description The operation to delete a virtual machine instance.
Reference Link ¶

⚼ Request

DELETE:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default
{
api-version: string ,
resourceUri: string ,
force: string ,
deleteFromHost: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_CreateCheckpoint (new)
Description Creates a checkpoint in virtual machine instance.
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/createCheckpoint
{
api-version: string ,
resourceUri: string ,
body:
{
name: string ,
description: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_DeleteCheckpoint (new)
Description Deletes a checkpoint in virtual machine instance.
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/deleteCheckpoint
{
api-version: string ,
resourceUri: string ,
body:
{
id: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
GuestAgents_ListByVirtualMachineInstance (new)
Description Returns the list of GuestAgent of the given vm.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/guestAgents
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
uuid: string ,
credentials:
{
username: string ,
password: string ,
}
,
httpProxyConfig:
{
httpsProxy: string ,
}
,
provisioningAction: enum ,
status: string ,
customResourceName: string ,
provisioningState: enum ,
privateLinkScopeResourceId: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
GuestAgents_Get (new)
Description Implements GuestAgent GET method.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/guestAgents/default
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
properties:
{
uuid: string ,
credentials:
{
username: string ,
password: string ,
}
,
httpProxyConfig:
{
httpsProxy: string ,
}
,
provisioningAction: enum ,
status: string ,
customResourceName: string ,
provisioningState: enum ,
privateLinkScopeResourceId: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
GuestAgents_Create (new)
Description Create Or Update GuestAgent.
Reference Link ¶

⚼ Request

PUT:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/guestAgents/default
{
api-version: string ,
resourceUri: string ,
resource:
{
properties:
{
uuid: string ,
credentials:
{
username: string ,
password: string ,
}
,
httpProxyConfig:
{
httpsProxy: string ,
}
,
provisioningAction: enum ,
status: string ,
customResourceName: string ,
provisioningState: enum ,
privateLinkScopeResourceId: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
uuid: string ,
credentials:
{
username: string ,
password: string ,
}
,
httpProxyConfig:
{
httpsProxy: string ,
}
,
provisioningAction: enum ,
status: string ,
customResourceName: string ,
provisioningState: enum ,
privateLinkScopeResourceId: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
uuid: string ,
credentials:
{
username: string ,
password: string ,
}
,
httpProxyConfig:
{
httpsProxy: string ,
}
,
provisioningAction: enum ,
status: string ,
customResourceName: string ,
provisioningState: enum ,
privateLinkScopeResourceId: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
GuestAgents_Delete (new)
Description Implements GuestAgent DELETE method.
Reference Link ¶

⚼ Request

DELETE:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/guestAgents/default
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VmInstanceHybridIdentityMetadatas_ListByVirtualMachineInstance (new)
Description Returns the list of HybridIdentityMetadata of the given VM.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/hybridIdentityMetadata
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
resourceUid: string ,
publicKey: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VmInstanceHybridIdentityMetadatas_Get (new)
Description Implements HybridIdentityMetadata GET method.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/hybridIdentityMetadata/default
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
properties:
{
resourceUid: string ,
publicKey: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_Restart (new)
Description The operation to restart a virtual machine instance.
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/restart
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_RestoreCheckpoint (new)
Description Restores to a checkpoint in virtual machine instance.
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/restoreCheckpoint
{
api-version: string ,
resourceUri: string ,
body:
{
id: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_Start (new)
Description The operation to start a virtual machine instance.
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/start
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineInstances_Stop (new)
Description The operation to power off (stop) a virtual machine instance.
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.ScVmm/virtualMachineInstances/default/stop
{
api-version: string ,
resourceUri: string ,
body:
{
skipShutdown: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ScVmm/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AvailabilitySets_ListBySubscription (new)
Description List of AvailabilitySets in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/availabilitySets
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
availabilitySetName: string ,
vmmServerId: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Clouds_ListBySubscription (new)
Description List of Clouds in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/clouds
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
cloudName: string ,
cloudCapacity:
{
cpuCount: integer ,
memoryMB: integer ,
vmCount: integer ,
storageGB: integer ,
}
,
storageQoSPolicies:
[
{
name: string ,
id: string ,
iopsMaximum: integer ,
iopsMinimum: integer ,
bandwidthLimit: integer ,
policyId: string ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineTemplates_ListBySubscription (new)
Description List of VirtualMachineTemplates in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/virtualMachineTemplates
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
osType: enum ,
osName: string ,
computerName: string ,
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
isCustomizable: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
generation: integer ,
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualNetworks_ListBySubscription (new)
Description List of VirtualNetworks in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/virtualNetworks
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
networkName: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VmmServers_ListBySubscription (new)
Description List of VmmServers in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ScVmm/vmmServers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
credentials:
{
username: string ,
password: string ,
}
,
fqdn: string ,
port: integer ,
connectionStatus: string ,
errorMessage: string ,
uuid: string ,
version: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AvailabilitySets_ListByResourceGroup (new)
Description List of AvailabilitySets in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/availabilitySets
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
availabilitySetName: string ,
vmmServerId: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AvailabilitySets_Get (new)
Description Implements AvailabilitySet GET method.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/availabilitySets/{availabilitySetResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
availabilitySetResourceName: string ,
}

⚐ Response (200)

{
properties:
{
availabilitySetName: string ,
vmmServerId: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AvailabilitySets_CreateOrUpdate (new)
Description Onboards the ScVmm availability set as an Azure resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/availabilitySets/{availabilitySetResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
availabilitySetResourceName: string ,
resource:
{
properties:
{
availabilitySetName: string ,
vmmServerId: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
availabilitySetName: string ,
vmmServerId: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
availabilitySetName: string ,
vmmServerId: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AvailabilitySets_Update (new)
Description Updates the AvailabilitySets resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/availabilitySets/{availabilitySetResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
availabilitySetResourceName: string ,
properties:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
availabilitySetName: string ,
vmmServerId: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AvailabilitySets_Delete (new)
Description Deregisters the ScVmm availability set from Azure.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/availabilitySets/{availabilitySetResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
force: string ,
availabilitySetResourceName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Clouds_ListByResourceGroup (new)
Description List of Clouds in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/clouds
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
cloudName: string ,
cloudCapacity:
{
cpuCount: integer ,
memoryMB: integer ,
vmCount: integer ,
storageGB: integer ,
}
,
storageQoSPolicies:
[
{
name: string ,
id: string ,
iopsMaximum: integer ,
iopsMinimum: integer ,
bandwidthLimit: integer ,
policyId: string ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Clouds_Get (new)
Description Implements Cloud GET method.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/clouds/{cloudResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
cloudResourceName: string ,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
cloudName: string ,
cloudCapacity:
{
cpuCount: integer ,
memoryMB: integer ,
vmCount: integer ,
storageGB: integer ,
}
,
storageQoSPolicies:
[
{
name: string ,
id: string ,
iopsMaximum: integer ,
iopsMinimum: integer ,
bandwidthLimit: integer ,
policyId: string ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Clouds_CreateOrUpdate (new)
Description Onboards the ScVmm fabric cloud as an Azure cloud resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/clouds/{cloudResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
cloudResourceName: string ,
resource:
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
cloudName: string ,
cloudCapacity:
{
cpuCount: integer ,
memoryMB: integer ,
vmCount: integer ,
storageGB: integer ,
}
,
storageQoSPolicies:
[
{
name: string ,
id: string ,
iopsMaximum: integer ,
iopsMinimum: integer ,
bandwidthLimit: integer ,
policyId: string ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
cloudName: string ,
cloudCapacity:
{
cpuCount: integer ,
memoryMB: integer ,
vmCount: integer ,
storageGB: integer ,
}
,
storageQoSPolicies:
[
{
name: string ,
id: string ,
iopsMaximum: integer ,
iopsMinimum: integer ,
bandwidthLimit: integer ,
policyId: string ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
cloudName: string ,
cloudCapacity:
{
cpuCount: integer ,
memoryMB: integer ,
vmCount: integer ,
storageGB: integer ,
}
,
storageQoSPolicies:
[
{
name: string ,
id: string ,
iopsMaximum: integer ,
iopsMinimum: integer ,
bandwidthLimit: integer ,
policyId: string ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Clouds_Update (new)
Description Updates the Clouds resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/clouds/{cloudResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
cloudResourceName: string ,
properties:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
cloudName: string ,
cloudCapacity:
{
cpuCount: integer ,
memoryMB: integer ,
vmCount: integer ,
storageGB: integer ,
}
,
storageQoSPolicies:
[
{
name: string ,
id: string ,
iopsMaximum: integer ,
iopsMinimum: integer ,
bandwidthLimit: integer ,
policyId: string ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Clouds_Delete (new)
Description Deregisters the ScVmm fabric cloud from Azure.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/clouds/{cloudResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
force: string ,
cloudResourceName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineTemplates_ListByResourceGroup (new)
Description List of VirtualMachineTemplates in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualMachineTemplates
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
osType: enum ,
osName: string ,
computerName: string ,
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
isCustomizable: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
generation: integer ,
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineTemplates_Get (new)
Description Implements VirtualMachineTemplate GET method.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualMachineTemplates/{virtualMachineTemplateName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualMachineTemplateName: string ,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
osType: enum ,
osName: string ,
computerName: string ,
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
isCustomizable: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
generation: integer ,
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineTemplates_CreateOrUpdate (new)
Description Onboards the ScVmm VM Template as an Azure VM Template resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualMachineTemplates/{virtualMachineTemplateName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualMachineTemplateName: string ,
resource:
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
osType: enum ,
osName: string ,
computerName: string ,
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
isCustomizable: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
generation: integer ,
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
osType: enum ,
osName: string ,
computerName: string ,
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
isCustomizable: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
generation: integer ,
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
osType: enum ,
osName: string ,
computerName: string ,
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
isCustomizable: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
generation: integer ,
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineTemplates_Update (new)
Description Updates the VirtualMachineTemplate resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualMachineTemplates/{virtualMachineTemplateName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualMachineTemplateName: string ,
properties:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
osType: enum ,
osName: string ,
computerName: string ,
memoryMB: integer ,
cpuCount: integer ,
limitCpuForMigration: enum ,
dynamicMemoryEnabled: enum ,
isCustomizable: enum ,
dynamicMemoryMaxMB: integer ,
dynamicMemoryMinMB: integer ,
isHighlyAvailable: enum ,
generation: integer ,
networkInterfaces:
[
{
name: string ,
displayName: string ,
ipv4Addresses:
[
string ,
]
,
ipv6Addresses:
[
string ,
]
,
macAddress: string ,
virtualNetworkId: string ,
networkName: string ,
ipv4AddressType: enum ,
ipv6AddressType: enum ,
macAddressType: enum ,
nicId: string ,
}
,
]
,
disks:
[
{
name: string ,
displayName: string ,
diskId: string ,
diskSizeGB: integer ,
maxDiskSizeGB: integer ,
bus: integer ,
lun: integer ,
busType: string ,
vhdType: string ,
volumeType: string ,
vhdFormatType: string ,
templateDiskId: string ,
storageQoSPolicy:
{
name: string ,
id: string ,
}
,
createDiffDisk: enum ,
}
,
]
,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualMachineTemplates_Delete (new)
Description Deregisters the ScVmm VM Template from Azure.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualMachineTemplates/{virtualMachineTemplateName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
force: string ,
virtualMachineTemplateName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualNetworks_ListByResourceGroup (new)
Description List of VirtualNetworks in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualNetworks
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
networkName: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualNetworks_Get (new)
Description Implements VirtualNetwork GET method.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualNetworks/{virtualNetworkName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualNetworkName: string ,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
networkName: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualNetworks_CreateOrUpdate (new)
Description Onboards the ScVmm virtual network as an Azure virtual network resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualNetworks/{virtualNetworkName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualNetworkName: string ,
resource:
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
networkName: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
networkName: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
networkName: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualNetworks_Update (new)
Description Updates the VirtualNetworks resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualNetworks/{virtualNetworkName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualNetworkName: string ,
properties:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
inventoryItemId: string ,
uuid: string ,
vmmServerId: string ,
networkName: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VirtualNetworks_Delete (new)
Description Deregisters the ScVmm virtual network from Azure.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/virtualNetworks/{virtualNetworkName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
force: string ,
virtualNetworkName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VmmServers_ListByResourceGroup (new)
Description List of VmmServers in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
credentials:
{
username: string ,
password: string ,
}
,
fqdn: string ,
port: integer ,
connectionStatus: string ,
errorMessage: string ,
uuid: string ,
version: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VmmServers_Get (new)
Description Implements VmmServer GET method.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vmmServerName: string ,
}

⚐ Response (200)

{
properties:
{
credentials:
{
username: string ,
password: string ,
}
,
fqdn: string ,
port: integer ,
connectionStatus: string ,
errorMessage: string ,
uuid: string ,
version: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VmmServers_CreateOrUpdate (new)
Description Onboards the SCVmm fabric as an Azure VmmServer resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vmmServerName: string ,
resource:
{
properties:
{
credentials:
{
username: string ,
password: string ,
}
,
fqdn: string ,
port: integer ,
connectionStatus: string ,
errorMessage: string ,
uuid: string ,
version: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
credentials:
{
username: string ,
password: string ,
}
,
fqdn: string ,
port: integer ,
connectionStatus: string ,
errorMessage: string ,
uuid: string ,
version: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
credentials:
{
username: string ,
password: string ,
}
,
fqdn: string ,
port: integer ,
connectionStatus: string ,
errorMessage: string ,
uuid: string ,
version: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VmmServers_Update (new)
Description Updates the VmmServers resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vmmServerName: string ,
properties:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
credentials:
{
username: string ,
password: string ,
}
,
fqdn: string ,
port: integer ,
connectionStatus: string ,
errorMessage: string ,
uuid: string ,
version: string ,
provisioningState: enum ,
}
,
extendedLocation:
{
type: string ,
name: string ,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VmmServers_Delete (new)
Description Removes the SCVmm fabric from Azure.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
force: string ,
vmmServerName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
InventoryItems_ListByVmmServer (new)
Description Returns the list of inventoryItems in the given VmmServer.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vmmServerName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
inventoryType: enum ,
managedResourceId: string ,
uuid: string ,
inventoryItemName: string ,
provisioningState: enum ,
}
,
kind: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
InventoryItems_Get (new)
Description Shows an inventory item.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems/{inventoryItemResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vmmServerName: string ,
inventoryItemResourceName: string ,
}

⚐ Response (200)

{
properties:
{
inventoryType: enum ,
managedResourceId: string ,
uuid: string ,
inventoryItemName: string ,
provisioningState: enum ,
}
,
kind: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
InventoryItems_Create (new)
Description Create Or Update InventoryItem.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems/{inventoryItemResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vmmServerName: string ,
inventoryItemResourceName: string ,
resource:
{
properties:
{
inventoryType: enum ,
managedResourceId: string ,
uuid: string ,
inventoryItemName: string ,
provisioningState: enum ,
}
,
kind: string ,
}
,
}

⚐ Response (200)

{
properties:
{
inventoryType: enum ,
managedResourceId: string ,
uuid: string ,
inventoryItemName: string ,
provisioningState: enum ,
}
,
kind: string ,
}

⚐ Response (201)

{
properties:
{
inventoryType: enum ,
managedResourceId: string ,
uuid: string ,
inventoryItemName: string ,
provisioningState: enum ,
}
,
kind: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
InventoryItems_Delete (new)
Description Deletes an inventoryItem.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}/inventoryItems/{inventoryItemResourceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
vmmServerName: string ,
inventoryItemResourceName: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}