Skip to main content

scale_unit_nodes

Creates, updates, deletes, gets or lists a scale_unit_nodes resource.

Overview

Namescale_unit_nodes
TypeResource
Idazure_stack.fabric_admin.scale_unit_nodes

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
bios_versiontextfield from the properties object
bmc_addresstextfield from the properties object
can_power_offtextfield from the properties object
capacitytextfield from the properties object
gpustextfield from the properties object
locationtextThe region where the resource is located.
modeltextfield from the properties object
power_statetextfield from the properties object
resourceGroupNametextfield from the properties object
scaleUnitNodetextfield from the properties object
scale_unit_nametextfield from the properties object
scale_unit_node_statustextfield from the properties object
scale_unit_uritextfield from the properties object
serial_numbertextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextList of key-value pairs.
typetextType of resource.
vendortextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, resourceGroupName, scaleUnitNode, subscriptionIdReturn the requested scale unit node.
listSELECTlocation, resourceGroupName, subscriptionIdReturns a list of all scale unit nodes in a location.
power_offEXEClocation, resourceGroupName, scaleUnitNode, subscriptionIdPower off a scale unit node.
power_onEXEClocation, resourceGroupName, scaleUnitNode, subscriptionIdPower on a scale unit node.
repairEXEClocation, resourceGroupName, scaleUnitNode, subscriptionIdRepairs a node of the cluster.
shutdownEXEClocation, resourceGroupName, scaleUnitNode, subscriptionIdShutdown a scale unit node.
start_maintenance_modeEXEClocation, resourceGroupName, scaleUnitNode, subscriptionIdStart maintenance mode for a scale unit node.
stop_maintenance_modeEXEClocation, resourceGroupName, scaleUnitNode, subscriptionIdStop maintenance mode for a scale unit node.

SELECT examples

Returns a list of all scale unit nodes in a location.

SELECT
id,
name,
bios_version,
bmc_address,
can_power_off,
capacity,
gpus,
location,
model,
power_state,
resourceGroupName,
scaleUnitNode,
scale_unit_name,
scale_unit_node_status,
scale_unit_uri,
serial_number,
subscriptionId,
tags,
type,
vendor
FROM azure_stack.fabric_admin.vw_scale_unit_nodes
WHERE location = '{{ location }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';