hatoba / Client / reboot_node

reboot_node

hatoba.Client.reboot_node(**kwargs)

ノードを再起動します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.reboot_node(
    ClusterName='string',
    Force=True|False,
    NodeName='string',
    NodePoolName='string'
)
Parameters:
  • ClusterName (string) – [REQUIRED]

  • Force (boolean) –

  • NodeName (string) – [REQUIRED]

  • NodePoolName (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'Node': {
        'AvailabilityZone': 'string',
        'Name': 'string',
        'PrivateIpAddress': 'string',
        'PublicIpAddress': 'string',
        'Status': 'string'
    }
}

Response Structure

  • (dict) –

    • Node (dict) –

      • AvailabilityZone (string) –

      • Name (string) –

      • PrivateIpAddress (string) –

      • PublicIpAddress (string) –

      • Status (string) –