Skip to main content

bare_metal_machines

Overview

Namebare_metal_machines
TypeResource
Idazure.nexus.bare_metal_machines

Fields

NameDatatypeDescription
extendedLocationobject
locationstringThe geo-location where the resource lives
propertiesobject
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTbareMetalMachineName, resourceGroupName, subscriptionIdGet properties of the provided bare metal machine.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGet a list of bare metal machines in the provided resource group.
list_by_subscriptionSELECTsubscriptionIdGet a list of bare metal machines in the provided subscription.
create_or_updateINSERTbareMetalMachineName, resourceGroupName, subscriptionId, data__extendedLocation, data__propertiesCreate a new bare metal machine or update the properties of the existing one.
All customer initiated requests will be rejected as the life cycle of this resource is managed by the system.
deleteDELETEbareMetalMachineName, resourceGroupName, subscriptionIdDelete the provided bare metal machine.
All customer initiated requests will be rejected as the life cycle of this resource is managed by the system.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdGet a list of bare metal machines in the provided resource group.
_list_by_subscriptionEXECsubscriptionIdGet a list of bare metal machines in the provided subscription.
cordonEXECbareMetalMachineName, resourceGroupName, subscriptionIdCordon the provided bare metal machine's Kubernetes node.
power_offEXECbareMetalMachineName, resourceGroupName, subscriptionIdPower off the provided bare metal machine.
reimageEXECbareMetalMachineName, resourceGroupName, subscriptionIdReimage the provided bare metal machine.
replaceEXECbareMetalMachineName, resourceGroupName, subscriptionIdReplace the provided bare metal machine.
restartEXECbareMetalMachineName, resourceGroupName, subscriptionIdRestart the provided bare metal machine.
run_commandEXECbareMetalMachineName, resourceGroupName, subscriptionId, data__limitTimeSeconds, data__scriptRun the command or the script on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available.
run_data_extractsEXECbareMetalMachineName, resourceGroupName, subscriptionId, data__commands, data__limitTimeSecondsRun one or more data extractions on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available.
run_read_commandsEXECbareMetalMachineName, resourceGroupName, subscriptionId, data__commands, data__limitTimeSecondsRun one or more read-only commands on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available.
startEXECbareMetalMachineName, resourceGroupName, subscriptionIdStart the provided bare metal machine.
uncordonEXECbareMetalMachineName, resourceGroupName, subscriptionIdUncordon the provided bare metal machine's Kubernetes node.
updateEXECbareMetalMachineName, resourceGroupName, subscriptionIdPatch properties of the provided bare metal machine, or update tags associated with the bare metal machine. Properties and tag updates can be done independently.