1. Packages
  2. Powerscale Provider
  3. API Docs
  4. getCluster
powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell

powerscale.getCluster

Explore with Pulumi AI

powerscale logo
powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell

    This datasource is used to query the existing cluster from PowerScale array. The information fetched from this data source can be used for getting the details, including config, identity, nodes, internal_networks and acs.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as powerscale from "@pulumi/powerscale";
    
    const test = powerscale.getCluster({});
    export const powerscaleCluster = test;
    
    import pulumi
    import pulumi_powerscale as powerscale
    
    test = powerscale.get_cluster()
    pulumi.export("powerscaleCluster", test)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/powerscale/powerscale"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		test, err := powerscale.GetCluster(ctx, map[string]interface{}{}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("powerscaleCluster", test)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Powerscale = Pulumi.Powerscale;
    
    return await Deployment.RunAsync(() => 
    {
        var test = Powerscale.GetCluster.Invoke();
    
        return new Dictionary<string, object?>
        {
            ["powerscaleCluster"] = test,
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.powerscale.PowerscaleFunctions;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var test = PowerscaleFunctions.getCluster();
    
            ctx.export("powerscaleCluster", test.applyValue(getClusterResult -> getClusterResult));
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: powerscale:getCluster
          arguments: {}
    outputs:
      powerscaleCluster: ${test}
    

    Using getCluster

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCluster(opts?: InvokeOptions): Promise<GetClusterResult>
    function getClusterOutput(opts?: InvokeOptions): Output<GetClusterResult>
    def get_cluster(opts: Optional[InvokeOptions] = None) -> GetClusterResult
    def get_cluster_output(opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
    func GetCluster(ctx *Context, opts ...InvokeOption) (*GetClusterResult, error)
    func GetClusterOutput(ctx *Context, opts ...InvokeOption) GetClusterResultOutput

    > Note: This function is named GetCluster in the Go SDK.

    public static class GetCluster 
    {
        public static Task<GetClusterResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetClusterResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterResult> getCluster(InvokeOptions options)
    public static Output<GetClusterResult> getCluster(InvokeOptions options)
    
    fn::invoke:
      function: powerscale:index/getCluster:getCluster
      arguments:
        # arguments dictionary

    getCluster Result

    The following output properties are available:

    Acs GetClusterAcs
    Cluster ACS status.
    Config GetClusterConfig
    The configuration information of cluster.
    Id string
    Unique identifier of the cluster.
    Identity GetClusterIdentity
    Unprivileged cluster information for display when logging in.
    InternalNetworks GetClusterInternalNetworks
    Configuration fields for internal networks.
    Nodes GetClusterNodes
    Cluster node information
    Acs GetClusterAcs
    Cluster ACS status.
    Config GetClusterConfig
    The configuration information of cluster.
    Id string
    Unique identifier of the cluster.
    Identity GetClusterIdentityType
    Unprivileged cluster information for display when logging in.
    InternalNetworks GetClusterInternalNetworks
    Configuration fields for internal networks.
    Nodes GetClusterNodes
    Cluster node information
    acs GetClusterAcs
    Cluster ACS status.
    config GetClusterConfig
    The configuration information of cluster.
    id String
    Unique identifier of the cluster.
    identity GetClusterIdentity
    Unprivileged cluster information for display when logging in.
    internalNetworks GetClusterInternalNetworks
    Configuration fields for internal networks.
    nodes GetClusterNodes
    Cluster node information
    acs GetClusterAcs
    Cluster ACS status.
    config GetClusterConfig
    The configuration information of cluster.
    id string
    Unique identifier of the cluster.
    identity GetClusterIdentity
    Unprivileged cluster information for display when logging in.
    internalNetworks GetClusterInternalNetworks
    Configuration fields for internal networks.
    nodes GetClusterNodes
    Cluster node information
    acs GetClusterAcs
    Cluster ACS status.
    config GetClusterConfig
    The configuration information of cluster.
    id str
    Unique identifier of the cluster.
    identity GetClusterIdentity
    Unprivileged cluster information for display when logging in.
    internal_networks GetClusterInternalNetworks
    Configuration fields for internal networks.
    nodes GetClusterNodes
    Cluster node information
    acs Property Map
    Cluster ACS status.
    config Property Map
    The configuration information of cluster.
    id String
    Unique identifier of the cluster.
    identity Property Map
    Unprivileged cluster information for display when logging in.
    internalNetworks Property Map
    Configuration fields for internal networks.
    nodes Property Map
    Cluster node information

    Supporting Types

    GetClusterAcs

    FailedNodesSns List<string>
    list of failed nodes serial number.
    JoinedNodes double
    the number of joined nodes.
    LicenseStatus string
    the status of license activation.
    SrsStatus string
    the status of SRS enablement.
    TotalNodes double
    total nodes number of the cluster.
    UnresponsiveSns List<string>
    list of unresponsive nodes serial number.
    FailedNodesSns []string
    list of failed nodes serial number.
    JoinedNodes float64
    the number of joined nodes.
    LicenseStatus string
    the status of license activation.
    SrsStatus string
    the status of SRS enablement.
    TotalNodes float64
    total nodes number of the cluster.
    UnresponsiveSns []string
    list of unresponsive nodes serial number.
    failedNodesSns List<String>
    list of failed nodes serial number.
    joinedNodes Double
    the number of joined nodes.
    licenseStatus String
    the status of license activation.
    srsStatus String
    the status of SRS enablement.
    totalNodes Double
    total nodes number of the cluster.
    unresponsiveSns List<String>
    list of unresponsive nodes serial number.
    failedNodesSns string[]
    list of failed nodes serial number.
    joinedNodes number
    the number of joined nodes.
    licenseStatus string
    the status of license activation.
    srsStatus string
    the status of SRS enablement.
    totalNodes number
    total nodes number of the cluster.
    unresponsiveSns string[]
    list of unresponsive nodes serial number.
    failed_nodes_sns Sequence[str]
    list of failed nodes serial number.
    joined_nodes float
    the number of joined nodes.
    license_status str
    the status of license activation.
    srs_status str
    the status of SRS enablement.
    total_nodes float
    total nodes number of the cluster.
    unresponsive_sns Sequence[str]
    list of unresponsive nodes serial number.
    failedNodesSns List<String>
    list of failed nodes serial number.
    joinedNodes Number
    the number of joined nodes.
    licenseStatus String
    the status of license activation.
    srsStatus String
    the status of SRS enablement.
    totalNodes Number
    total nodes number of the cluster.
    unresponsiveSns List<String>
    list of unresponsive nodes serial number.

    GetClusterConfig

    Description string
    Customer configurable description.
    Devices List<GetClusterConfigDevice>
    device
    Guid string
    Cluster GUID.
    JoinMode string
    Node join mode: 'manual' or 'secure'.
    LocalDevid double
    Device ID of the queried node.
    LocalLnn double
    Device logical node number of the queried node.
    LocalSerial string
    Device serial number of the queried node.
    Name string
    Cluster name.
    OnefsVersion GetClusterConfigOnefsVersion
    version
    Timezone GetClusterConfigTimezone
    version
    Description string
    Customer configurable description.
    Devices []GetClusterConfigDevice
    device
    Guid string
    Cluster GUID.
    JoinMode string
    Node join mode: 'manual' or 'secure'.
    LocalDevid float64
    Device ID of the queried node.
    LocalLnn float64
    Device logical node number of the queried node.
    LocalSerial string
    Device serial number of the queried node.
    Name string
    Cluster name.
    OnefsVersion GetClusterConfigOnefsVersion
    version
    Timezone GetClusterConfigTimezone
    version
    description String
    Customer configurable description.
    devices List<GetClusterConfigDevice>
    device
    guid String
    Cluster GUID.
    joinMode String
    Node join mode: 'manual' or 'secure'.
    localDevid Double
    Device ID of the queried node.
    localLnn Double
    Device logical node number of the queried node.
    localSerial String
    Device serial number of the queried node.
    name String
    Cluster name.
    onefsVersion GetClusterConfigOnefsVersion
    version
    timezone GetClusterConfigTimezone
    version
    description string
    Customer configurable description.
    devices GetClusterConfigDevice[]
    device
    guid string
    Cluster GUID.
    joinMode string
    Node join mode: 'manual' or 'secure'.
    localDevid number
    Device ID of the queried node.
    localLnn number
    Device logical node number of the queried node.
    localSerial string
    Device serial number of the queried node.
    name string
    Cluster name.
    onefsVersion GetClusterConfigOnefsVersion
    version
    timezone GetClusterConfigTimezone
    version
    description str
    Customer configurable description.
    devices Sequence[GetClusterConfigDevice]
    device
    guid str
    Cluster GUID.
    join_mode str
    Node join mode: 'manual' or 'secure'.
    local_devid float
    Device ID of the queried node.
    local_lnn float
    Device logical node number of the queried node.
    local_serial str
    Device serial number of the queried node.
    name str
    Cluster name.
    onefs_version GetClusterConfigOnefsVersion
    version
    timezone GetClusterConfigTimezone
    version
    description String
    Customer configurable description.
    devices List<Property Map>
    device
    guid String
    Cluster GUID.
    joinMode String
    Node join mode: 'manual' or 'secure'.
    localDevid Number
    Device ID of the queried node.
    localLnn Number
    Device logical node number of the queried node.
    localSerial String
    Device serial number of the queried node.
    name String
    Cluster name.
    onefsVersion Property Map
    version
    timezone Property Map
    version

    GetClusterConfigDevice

    Devid double
    Device ID.
    Guid string
    Device GUID.
    IsUp bool
    If true, this node is online and communicating with the local node and every other node with the is_up property normally
    Lnn double
    Device logical node number.
    Devid float64
    Device ID.
    Guid string
    Device GUID.
    IsUp bool
    If true, this node is online and communicating with the local node and every other node with the is_up property normally
    Lnn float64
    Device logical node number.
    devid Double
    Device ID.
    guid String
    Device GUID.
    isUp Boolean
    If true, this node is online and communicating with the local node and every other node with the is_up property normally
    lnn Double
    Device logical node number.
    devid number
    Device ID.
    guid string
    Device GUID.
    isUp boolean
    If true, this node is online and communicating with the local node and every other node with the is_up property normally
    lnn number
    Device logical node number.
    devid float
    Device ID.
    guid str
    Device GUID.
    is_up bool
    If true, this node is online and communicating with the local node and every other node with the is_up property normally
    lnn float
    Device logical node number.
    devid Number
    Device ID.
    guid String
    Device GUID.
    isUp Boolean
    If true, this node is online and communicating with the local node and every other node with the is_up property normally
    lnn Number
    Device logical node number.

    GetClusterConfigOnefsVersion

    Build string
    OneFS build string.
    Release string
    Kernel release number.
    Revision string
    OneFS build number.
    Type string
    Kernel release type.
    Version string
    Kernel full version information.
    Build string
    OneFS build string.
    Release string
    Kernel release number.
    Revision string
    OneFS build number.
    Type string
    Kernel release type.
    Version string
    Kernel full version information.
    build String
    OneFS build string.
    release String
    Kernel release number.
    revision String
    OneFS build number.
    type String
    Kernel release type.
    version String
    Kernel full version information.
    build string
    OneFS build string.
    release string
    Kernel release number.
    revision string
    OneFS build number.
    type string
    Kernel release type.
    version string
    Kernel full version information.
    build str
    OneFS build string.
    release str
    Kernel release number.
    revision str
    OneFS build number.
    type str
    Kernel release type.
    version str
    Kernel full version information.
    build String
    OneFS build string.
    release String
    Kernel release number.
    revision String
    OneFS build number.
    type String
    Kernel release type.
    version String
    Kernel full version information.

    GetClusterConfigTimezone

    Abbreviation string
    Timezone abbreviation.
    Custom string
    Customer timezone information.
    Name string
    Timezone full name.
    Path string
    Timezone hierarchical name.
    Abbreviation string
    Timezone abbreviation.
    Custom string
    Customer timezone information.
    Name string
    Timezone full name.
    Path string
    Timezone hierarchical name.
    abbreviation String
    Timezone abbreviation.
    custom String
    Customer timezone information.
    name String
    Timezone full name.
    path String
    Timezone hierarchical name.
    abbreviation string
    Timezone abbreviation.
    custom string
    Customer timezone information.
    name string
    Timezone full name.
    path string
    Timezone hierarchical name.
    abbreviation str
    Timezone abbreviation.
    custom str
    Customer timezone information.
    name str
    Timezone full name.
    path str
    Timezone hierarchical name.
    abbreviation String
    Timezone abbreviation.
    custom String
    Customer timezone information.
    name String
    Timezone full name.
    path String
    Timezone hierarchical name.

    GetClusterIdentity

    Description string
    A description of the cluster.
    Logon GetClusterIdentityLogon
    //
    Name string
    The name of the cluster.
    Description string
    A description of the cluster.
    Logon GetClusterIdentityLogon
    //
    Name string
    The name of the cluster.
    description String
    A description of the cluster.
    logon GetClusterIdentityLogon
    //
    name String
    The name of the cluster.
    description string
    A description of the cluster.
    logon GetClusterIdentityLogon
    //
    name string
    The name of the cluster.
    description str
    A description of the cluster.
    logon GetClusterIdentityLogon
    //
    name str
    The name of the cluster.
    description String
    A description of the cluster.
    logon Property Map
    //
    name String
    The name of the cluster.

    GetClusterIdentityLogon

    Motd string
    The message of the day.
    MotdHeader string
    The header to the message of the day.
    Motd string
    The message of the day.
    MotdHeader string
    The header to the message of the day.
    motd String
    The message of the day.
    motdHeader String
    The header to the message of the day.
    motd string
    The message of the day.
    motdHeader string
    The header to the message of the day.
    motd str
    The message of the day.
    motd_header str
    The header to the message of the day.
    motd String
    The message of the day.
    motdHeader String
    The header to the message of the day.

    GetClusterInternalNetworks

    FailoverIpAddresses List<GetClusterInternalNetworksFailoverIpAddress>
    Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
    FailoverStatus string
    Status of failover network.
    IntAFabric string
    Network fabric used for the primary network int-a.
    IntAIpAddresses List<GetClusterInternalNetworksIntAIpAddress>
    Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
    IntAMtu double
    Maximum Transfer Unit (MTU) of the primary network int-a.
    IntAPrefixLength double
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    IntAStatus string
    Status of the primary network int-a.
    IntBFabric string
    Network fabric used for the failover network.
    IntBIpAddresses List<GetClusterInternalNetworksIntBIpAddress>
    Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
    IntBMtu double
    Maximum Transfer Unit (MTU) of the failover network int-b.
    IntBPrefixLength double
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    FailoverIpAddresses []GetClusterInternalNetworksFailoverIpAddress
    Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
    FailoverStatus string
    Status of failover network.
    IntAFabric string
    Network fabric used for the primary network int-a.
    IntAIpAddresses []GetClusterInternalNetworksIntAIpAddress
    Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
    IntAMtu float64
    Maximum Transfer Unit (MTU) of the primary network int-a.
    IntAPrefixLength float64
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    IntAStatus string
    Status of the primary network int-a.
    IntBFabric string
    Network fabric used for the failover network.
    IntBIpAddresses []GetClusterInternalNetworksIntBIpAddress
    Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
    IntBMtu float64
    Maximum Transfer Unit (MTU) of the failover network int-b.
    IntBPrefixLength float64
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    failoverIpAddresses List<GetClusterInternalNetworksFailoverIpAddress>
    Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
    failoverStatus String
    Status of failover network.
    intAFabric String
    Network fabric used for the primary network int-a.
    intAIpAddresses List<GetClusterInternalNetworksIntAIpAddress>
    Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
    intAMtu Double
    Maximum Transfer Unit (MTU) of the primary network int-a.
    intAPrefixLength Double
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    intAStatus String
    Status of the primary network int-a.
    intBFabric String
    Network fabric used for the failover network.
    intBIpAddresses List<GetClusterInternalNetworksIntBIpAddress>
    Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
    intBMtu Double
    Maximum Transfer Unit (MTU) of the failover network int-b.
    intBPrefixLength Double
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    failoverIpAddresses GetClusterInternalNetworksFailoverIpAddress[]
    Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
    failoverStatus string
    Status of failover network.
    intAFabric string
    Network fabric used for the primary network int-a.
    intAIpAddresses GetClusterInternalNetworksIntAIpAddress[]
    Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
    intAMtu number
    Maximum Transfer Unit (MTU) of the primary network int-a.
    intAPrefixLength number
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    intAStatus string
    Status of the primary network int-a.
    intBFabric string
    Network fabric used for the failover network.
    intBIpAddresses GetClusterInternalNetworksIntBIpAddress[]
    Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
    intBMtu number
    Maximum Transfer Unit (MTU) of the failover network int-b.
    intBPrefixLength number
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    failover_ip_addresses Sequence[GetClusterInternalNetworksFailoverIpAddress]
    Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
    failover_status str
    Status of failover network.
    int_a_fabric str
    Network fabric used for the primary network int-a.
    int_a_ip_addresses Sequence[GetClusterInternalNetworksIntAIpAddress]
    Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
    int_a_mtu float
    Maximum Transfer Unit (MTU) of the primary network int-a.
    int_a_prefix_length float
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    int_a_status str
    Status of the primary network int-a.
    int_b_fabric str
    Network fabric used for the failover network.
    int_b_ip_addresses Sequence[GetClusterInternalNetworksIntBIpAddress]
    Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
    int_b_mtu float
    Maximum Transfer Unit (MTU) of the failover network int-b.
    int_b_prefix_length float
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    failoverIpAddresses List<Property Map>
    Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
    failoverStatus String
    Status of failover network.
    intAFabric String
    Network fabric used for the primary network int-a.
    intAIpAddresses List<Property Map>
    Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
    intAMtu Number
    Maximum Transfer Unit (MTU) of the primary network int-a.
    intAPrefixLength Number
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.
    intAStatus String
    Status of the primary network int-a.
    intBFabric String
    Network fabric used for the failover network.
    intBIpAddresses List<Property Map>
    Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
    intBMtu Number
    Maximum Transfer Unit (MTU) of the failover network int-b.
    intBPrefixLength Number
    Prefixlen specifies the length of network bits used in an IP address. This field is the right-hand part of the CIDR notation representing the subnet mask.

    GetClusterInternalNetworksFailoverIpAddress

    High string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    Low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    High string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    Low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high str
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low str
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low String
    IPv4 address in the format: xxx.xxx.xxx.xxx

    GetClusterInternalNetworksIntAIpAddress

    High string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    Low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    High string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    Low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high str
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low str
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low String
    IPv4 address in the format: xxx.xxx.xxx.xxx

    GetClusterInternalNetworksIntBIpAddress

    High string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    Low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    High string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    Low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low string
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high str
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low str
    IPv4 address in the format: xxx.xxx.xxx.xxx
    high String
    IPv4 address in the format: xxx.xxx.xxx.xxx
    low String
    IPv4 address in the format: xxx.xxx.xxx.xxx

    GetClusterNodes

    Errors List<GetClusterNodesError>
    A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
    Nodes List<GetClusterNodesNode>
    The responses from the individual nodes involved in this request.
    Total double
    The total number of nodes responding.
    Errors []GetClusterNodesError
    A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
    Nodes []GetClusterNodesNode
    The responses from the individual nodes involved in this request.
    Total float64
    The total number of nodes responding.
    errors List<GetClusterNodesError>
    A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
    nodes List<GetClusterNodesNode>
    The responses from the individual nodes involved in this request.
    total Double
    The total number of nodes responding.
    errors GetClusterNodesError[]
    A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
    nodes GetClusterNodesNode[]
    The responses from the individual nodes involved in this request.
    total number
    The total number of nodes responding.
    errors Sequence[GetClusterNodesError]
    A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
    nodes Sequence[GetClusterNodesNode]
    The responses from the individual nodes involved in this request.
    total float
    The total number of nodes responding.
    errors List<Property Map>
    A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
    nodes List<Property Map>
    The responses from the individual nodes involved in this request.
    total Number
    The total number of nodes responding.

    GetClusterNodesError

    Code string
    The error code.
    Field string
    The field with the error if applicable.
    Id double
    Node ID (Device Number) of a node.
    Lnn double
    Logical Node Number (LNN) of a node.
    Message string
    The error message.
    Status double
    HTTP Status code returned by this node.
    Code string
    The error code.
    Field string
    The field with the error if applicable.
    Id float64
    Node ID (Device Number) of a node.
    Lnn float64
    Logical Node Number (LNN) of a node.
    Message string
    The error message.
    Status float64
    HTTP Status code returned by this node.
    code String
    The error code.
    field String
    The field with the error if applicable.
    id Double
    Node ID (Device Number) of a node.
    lnn Double
    Logical Node Number (LNN) of a node.
    message String
    The error message.
    status Double
    HTTP Status code returned by this node.
    code string
    The error code.
    field string
    The field with the error if applicable.
    id number
    Node ID (Device Number) of a node.
    lnn number
    Logical Node Number (LNN) of a node.
    message string
    The error message.
    status number
    HTTP Status code returned by this node.
    code str
    The error code.
    field str
    The field with the error if applicable.
    id float
    Node ID (Device Number) of a node.
    lnn float
    Logical Node Number (LNN) of a node.
    message str
    The error message.
    status float
    HTTP Status code returned by this node.
    code String
    The error code.
    field String
    The field with the error if applicable.
    id Number
    Node ID (Device Number) of a node.
    lnn Number
    Logical Node Number (LNN) of a node.
    message String
    The error message.
    status Number
    HTTP Status code returned by this node.

    GetClusterNodesNode

    Drives List<GetClusterNodesNodeDrife>
    List of the drives in this node.
    Error string
    Error message, if the HTTP status returned from this node was not 200.
    Hardware GetClusterNodesNodeHardware
    //
    Id double
    Node ID (Device Number) of a node.
    Lnn double
    Logical Node Number (LNN) of a node.
    Partitions GetClusterNodesNodePartitions
    //
    Sensors GetClusterNodesNodeSensors
    //
    State GetClusterNodesNodeState
    //
    Status GetClusterNodesNodeStatus
    //
    Drives []GetClusterNodesNodeDrife
    List of the drives in this node.
    Error string
    Error message, if the HTTP status returned from this node was not 200.
    Hardware GetClusterNodesNodeHardware
    //
    Id float64
    Node ID (Device Number) of a node.
    Lnn float64
    Logical Node Number (LNN) of a node.
    Partitions GetClusterNodesNodePartitions
    //
    Sensors GetClusterNodesNodeSensors
    //
    State GetClusterNodesNodeState
    //
    Status GetClusterNodesNodeStatus
    //
    drives List<GetClusterNodesNodeDrife>
    List of the drives in this node.
    error String
    Error message, if the HTTP status returned from this node was not 200.
    hardware GetClusterNodesNodeHardware
    //
    id Double
    Node ID (Device Number) of a node.
    lnn Double
    Logical Node Number (LNN) of a node.
    partitions GetClusterNodesNodePartitions
    //
    sensors GetClusterNodesNodeSensors
    //
    state GetClusterNodesNodeState
    //
    status GetClusterNodesNodeStatus
    //
    drives GetClusterNodesNodeDrife[]
    List of the drives in this node.
    error string
    Error message, if the HTTP status returned from this node was not 200.
    hardware GetClusterNodesNodeHardware
    //
    id number
    Node ID (Device Number) of a node.
    lnn number
    Logical Node Number (LNN) of a node.
    partitions GetClusterNodesNodePartitions
    //
    sensors GetClusterNodesNodeSensors
    //
    state GetClusterNodesNodeState
    //
    status GetClusterNodesNodeStatus
    //
    drives Sequence[GetClusterNodesNodeDrife]
    List of the drives in this node.
    error str
    Error message, if the HTTP status returned from this node was not 200.
    hardware GetClusterNodesNodeHardware
    //
    id float
    Node ID (Device Number) of a node.
    lnn float
    Logical Node Number (LNN) of a node.
    partitions GetClusterNodesNodePartitions
    //
    sensors GetClusterNodesNodeSensors
    //
    state GetClusterNodesNodeState
    //
    status GetClusterNodesNodeStatus
    //
    drives List<Property Map>
    List of the drives in this node.
    error String
    Error message, if the HTTP status returned from this node was not 200.
    hardware Property Map
    //
    id Number
    Node ID (Device Number) of a node.
    lnn Number
    Logical Node Number (LNN) of a node.
    partitions Property Map
    //
    sensors Property Map
    //
    state Property Map
    //
    status Property Map
    //

    GetClusterNodesNodeDrife

    Baynum double
    Numerical representation of this drive's bay.
    Blocks double
    Number of blocks on this drive.
    Chassis double
    The chassis number which contains this drive.
    Devname string
    This drive's device name.
    Firmware GetClusterNodesNodeDrifeFirmware
    Drive firmware information
    Handle double
    Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
    InterfaceType string
    String representation of this drive's interface type.
    Lnum double
    This drive's logical drive number in IFS.
    Locnstr string
    String representation of this drive's physical location.
    LogicalBlockLength double
    Size of a logical block on this drive.
    MediaType string
    String representation of this drive's media type.
    Model string
    This drive's manufacturer and model.
    PhysicalBlockLength double
    Size of a physical block on this drive.
    Present bool
    Indicates whether this drive is physically present in the node.
    Purpose string
    This drive's purpose in the DRV state machine.
    PurposeDescription string
    Description of this drive's purpose.
    Serial string
    Serial number for this drive.
    UiState string
    This drive's state as presented to the UI.
    Wwn string
    The drive's 'worldwide name' from its NAA identifiers.
    XLoc double
    This drive's x-axis grid location.
    YLoc double
    This drive's y-axis grid location.
    Baynum float64
    Numerical representation of this drive's bay.
    Blocks float64
    Number of blocks on this drive.
    Chassis float64
    The chassis number which contains this drive.
    Devname string
    This drive's device name.
    Firmware GetClusterNodesNodeDrifeFirmware
    Drive firmware information
    Handle float64
    Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
    InterfaceType string
    String representation of this drive's interface type.
    Lnum float64
    This drive's logical drive number in IFS.
    Locnstr string
    String representation of this drive's physical location.
    LogicalBlockLength float64
    Size of a logical block on this drive.
    MediaType string
    String representation of this drive's media type.
    Model string
    This drive's manufacturer and model.
    PhysicalBlockLength float64
    Size of a physical block on this drive.
    Present bool
    Indicates whether this drive is physically present in the node.
    Purpose string
    This drive's purpose in the DRV state machine.
    PurposeDescription string
    Description of this drive's purpose.
    Serial string
    Serial number for this drive.
    UiState string
    This drive's state as presented to the UI.
    Wwn string
    The drive's 'worldwide name' from its NAA identifiers.
    XLoc float64
    This drive's x-axis grid location.
    YLoc float64
    This drive's y-axis grid location.
    baynum Double
    Numerical representation of this drive's bay.
    blocks Double
    Number of blocks on this drive.
    chassis Double
    The chassis number which contains this drive.
    devname String
    This drive's device name.
    firmware GetClusterNodesNodeDrifeFirmware
    Drive firmware information
    handle Double
    Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
    interfaceType String
    String representation of this drive's interface type.
    lnum Double
    This drive's logical drive number in IFS.
    locnstr String
    String representation of this drive's physical location.
    logicalBlockLength Double
    Size of a logical block on this drive.
    mediaType String
    String representation of this drive's media type.
    model String
    This drive's manufacturer and model.
    physicalBlockLength Double
    Size of a physical block on this drive.
    present Boolean
    Indicates whether this drive is physically present in the node.
    purpose String
    This drive's purpose in the DRV state machine.
    purposeDescription String
    Description of this drive's purpose.
    serial String
    Serial number for this drive.
    uiState String
    This drive's state as presented to the UI.
    wwn String
    The drive's 'worldwide name' from its NAA identifiers.
    xLoc Double
    This drive's x-axis grid location.
    yLoc Double
    This drive's y-axis grid location.
    baynum number
    Numerical representation of this drive's bay.
    blocks number
    Number of blocks on this drive.
    chassis number
    The chassis number which contains this drive.
    devname string
    This drive's device name.
    firmware GetClusterNodesNodeDrifeFirmware
    Drive firmware information
    handle number
    Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
    interfaceType string
    String representation of this drive's interface type.
    lnum number
    This drive's logical drive number in IFS.
    locnstr string
    String representation of this drive's physical location.
    logicalBlockLength number
    Size of a logical block on this drive.
    mediaType string
    String representation of this drive's media type.
    model string
    This drive's manufacturer and model.
    physicalBlockLength number
    Size of a physical block on this drive.
    present boolean
    Indicates whether this drive is physically present in the node.
    purpose string
    This drive's purpose in the DRV state machine.
    purposeDescription string
    Description of this drive's purpose.
    serial string
    Serial number for this drive.
    uiState string
    This drive's state as presented to the UI.
    wwn string
    The drive's 'worldwide name' from its NAA identifiers.
    xLoc number
    This drive's x-axis grid location.
    yLoc number
    This drive's y-axis grid location.
    baynum float
    Numerical representation of this drive's bay.
    blocks float
    Number of blocks on this drive.
    chassis float
    The chassis number which contains this drive.
    devname str
    This drive's device name.
    firmware GetClusterNodesNodeDrifeFirmware
    Drive firmware information
    handle float
    Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
    interface_type str
    String representation of this drive's interface type.
    lnum float
    This drive's logical drive number in IFS.
    locnstr str
    String representation of this drive's physical location.
    logical_block_length float
    Size of a logical block on this drive.
    media_type str
    String representation of this drive's media type.
    model str
    This drive's manufacturer and model.
    physical_block_length float
    Size of a physical block on this drive.
    present bool
    Indicates whether this drive is physically present in the node.
    purpose str
    This drive's purpose in the DRV state machine.
    purpose_description str
    Description of this drive's purpose.
    serial str
    Serial number for this drive.
    ui_state str
    This drive's state as presented to the UI.
    wwn str
    The drive's 'worldwide name' from its NAA identifiers.
    x_loc float
    This drive's x-axis grid location.
    y_loc float
    This drive's y-axis grid location.
    baynum Number
    Numerical representation of this drive's bay.
    blocks Number
    Number of blocks on this drive.
    chassis Number
    The chassis number which contains this drive.
    devname String
    This drive's device name.
    firmware Property Map
    Drive firmware information
    handle Number
    Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
    interfaceType String
    String representation of this drive's interface type.
    lnum Number
    This drive's logical drive number in IFS.
    locnstr String
    String representation of this drive's physical location.
    logicalBlockLength Number
    Size of a logical block on this drive.
    mediaType String
    String representation of this drive's media type.
    model String
    This drive's manufacturer and model.
    physicalBlockLength Number
    Size of a physical block on this drive.
    present Boolean
    Indicates whether this drive is physically present in the node.
    purpose String
    This drive's purpose in the DRV state machine.
    purposeDescription String
    Description of this drive's purpose.
    serial String
    Serial number for this drive.
    uiState String
    This drive's state as presented to the UI.
    wwn String
    The drive's 'worldwide name' from its NAA identifiers.
    xLoc Number
    This drive's x-axis grid location.
    yLoc Number
    This drive's y-axis grid location.

    GetClusterNodesNodeDrifeFirmware

    CurrentFirmware string
    This drive's current firmware revision
    DesiredFirmware string
    This drive's desired firmware revision.
    CurrentFirmware string
    This drive's current firmware revision
    DesiredFirmware string
    This drive's desired firmware revision.
    currentFirmware String
    This drive's current firmware revision
    desiredFirmware String
    This drive's desired firmware revision.
    currentFirmware string
    This drive's current firmware revision
    desiredFirmware string
    This drive's desired firmware revision.
    current_firmware str
    This drive's current firmware revision
    desired_firmware str
    This drive's desired firmware revision.
    currentFirmware String
    This drive's current firmware revision
    desiredFirmware String
    This drive's desired firmware revision.

    GetClusterNodesNodeHardware

    Chassis string
    Name of this node's chassis.
    ChassisCode string
    Chassis code of this node (1U, 2U, etc.).
    ChassisCount string
    Number of chassis making up this node.
    Class string
    Class of this node (storage, accelerator, etc.).
    ConfigurationId string
    Node configuration ID.
    Cpu string
    Manufacturer and model of this node's CPU.
    DiskController string
    Manufacturer and model of this node's disk controller.
    DiskExpander string
    Manufacturer and model of this node's disk expander.
    FamilyCode string
    Family code of this node (X, S, NL, etc.).
    FlashDrive string
    Manufacturer, model, and device id of this node's flash drive.
    GenerationCode string
    Generation code of this node.
    Hwgen string
    PowerScale hardware generation name.
    ImbVersion string
    Version of this node's PowerScale Management Board.
    Infiniband string
    Infiniband card type.
    LcdVersion string
    Version of the LCD panel.
    Motherboard string
    Manufacturer and model of this node's motherboard.
    NetInterfaces string
    Description of all this node's network interfaces.
    Nvram string
    Manufacturer and model of this node's NVRAM board.
    Powersupplies List<string>
    Description strings for each power supply on this node.
    Processor string
    Number of processors and cores on this node.
    Product string
    PowerScale product name.
    Ram double
    Size of RAM in bytes.
    SerialNumber string
    Serial number of this node.
    Series string
    Series of this node (X, I, NL, etc.).
    StorageClass string
    Storage class of this node (storage or diskless).
    Chassis string
    Name of this node's chassis.
    ChassisCode string
    Chassis code of this node (1U, 2U, etc.).
    ChassisCount string
    Number of chassis making up this node.
    Class string
    Class of this node (storage, accelerator, etc.).
    ConfigurationId string
    Node configuration ID.
    Cpu string
    Manufacturer and model of this node's CPU.
    DiskController string
    Manufacturer and model of this node's disk controller.
    DiskExpander string
    Manufacturer and model of this node's disk expander.
    FamilyCode string
    Family code of this node (X, S, NL, etc.).
    FlashDrive string
    Manufacturer, model, and device id of this node's flash drive.
    GenerationCode string
    Generation code of this node.
    Hwgen string
    PowerScale hardware generation name.
    ImbVersion string
    Version of this node's PowerScale Management Board.
    Infiniband string
    Infiniband card type.
    LcdVersion string
    Version of the LCD panel.
    Motherboard string
    Manufacturer and model of this node's motherboard.
    NetInterfaces string
    Description of all this node's network interfaces.
    Nvram string
    Manufacturer and model of this node's NVRAM board.
    Powersupplies []string
    Description strings for each power supply on this node.
    Processor string
    Number of processors and cores on this node.
    Product string
    PowerScale product name.
    Ram float64
    Size of RAM in bytes.
    SerialNumber string
    Serial number of this node.
    Series string
    Series of this node (X, I, NL, etc.).
    StorageClass string
    Storage class of this node (storage or diskless).
    chassis String
    Name of this node's chassis.
    chassisCode String
    Chassis code of this node (1U, 2U, etc.).
    chassisCount String
    Number of chassis making up this node.
    class_ String
    Class of this node (storage, accelerator, etc.).
    configurationId String
    Node configuration ID.
    cpu String
    Manufacturer and model of this node's CPU.
    diskController String
    Manufacturer and model of this node's disk controller.
    diskExpander String
    Manufacturer and model of this node's disk expander.
    familyCode String
    Family code of this node (X, S, NL, etc.).
    flashDrive String
    Manufacturer, model, and device id of this node's flash drive.
    generationCode String
    Generation code of this node.
    hwgen String
    PowerScale hardware generation name.
    imbVersion String
    Version of this node's PowerScale Management Board.
    infiniband String
    Infiniband card type.
    lcdVersion String
    Version of the LCD panel.
    motherboard String
    Manufacturer and model of this node's motherboard.
    netInterfaces String
    Description of all this node's network interfaces.
    nvram String
    Manufacturer and model of this node's NVRAM board.
    powersupplies List<String>
    Description strings for each power supply on this node.
    processor String
    Number of processors and cores on this node.
    product String
    PowerScale product name.
    ram Double
    Size of RAM in bytes.
    serialNumber String
    Serial number of this node.
    series String
    Series of this node (X, I, NL, etc.).
    storageClass String
    Storage class of this node (storage or diskless).
    chassis string
    Name of this node's chassis.
    chassisCode string
    Chassis code of this node (1U, 2U, etc.).
    chassisCount string
    Number of chassis making up this node.
    class string
    Class of this node (storage, accelerator, etc.).
    configurationId string
    Node configuration ID.
    cpu string
    Manufacturer and model of this node's CPU.
    diskController string
    Manufacturer and model of this node's disk controller.
    diskExpander string
    Manufacturer and model of this node's disk expander.
    familyCode string
    Family code of this node (X, S, NL, etc.).
    flashDrive string
    Manufacturer, model, and device id of this node's flash drive.
    generationCode string
    Generation code of this node.
    hwgen string
    PowerScale hardware generation name.
    imbVersion string
    Version of this node's PowerScale Management Board.
    infiniband string
    Infiniband card type.
    lcdVersion string
    Version of the LCD panel.
    motherboard string
    Manufacturer and model of this node's motherboard.
    netInterfaces string
    Description of all this node's network interfaces.
    nvram string
    Manufacturer and model of this node's NVRAM board.
    powersupplies string[]
    Description strings for each power supply on this node.
    processor string
    Number of processors and cores on this node.
    product string
    PowerScale product name.
    ram number
    Size of RAM in bytes.
    serialNumber string
    Serial number of this node.
    series string
    Series of this node (X, I, NL, etc.).
    storageClass string
    Storage class of this node (storage or diskless).
    chassis str
    Name of this node's chassis.
    chassis_code str
    Chassis code of this node (1U, 2U, etc.).
    chassis_count str
    Number of chassis making up this node.
    class_ str
    Class of this node (storage, accelerator, etc.).
    configuration_id str
    Node configuration ID.
    cpu str
    Manufacturer and model of this node's CPU.
    disk_controller str
    Manufacturer and model of this node's disk controller.
    disk_expander str
    Manufacturer and model of this node's disk expander.
    family_code str
    Family code of this node (X, S, NL, etc.).
    flash_drive str
    Manufacturer, model, and device id of this node's flash drive.
    generation_code str
    Generation code of this node.
    hwgen str
    PowerScale hardware generation name.
    imb_version str
    Version of this node's PowerScale Management Board.
    infiniband str
    Infiniband card type.
    lcd_version str
    Version of the LCD panel.
    motherboard str
    Manufacturer and model of this node's motherboard.
    net_interfaces str
    Description of all this node's network interfaces.
    nvram str
    Manufacturer and model of this node's NVRAM board.
    powersupplies Sequence[str]
    Description strings for each power supply on this node.
    processor str
    Number of processors and cores on this node.
    product str
    PowerScale product name.
    ram float
    Size of RAM in bytes.
    serial_number str
    Serial number of this node.
    series str
    Series of this node (X, I, NL, etc.).
    storage_class str
    Storage class of this node (storage or diskless).
    chassis String
    Name of this node's chassis.
    chassisCode String
    Chassis code of this node (1U, 2U, etc.).
    chassisCount String
    Number of chassis making up this node.
    class String
    Class of this node (storage, accelerator, etc.).
    configurationId String
    Node configuration ID.
    cpu String
    Manufacturer and model of this node's CPU.
    diskController String
    Manufacturer and model of this node's disk controller.
    diskExpander String
    Manufacturer and model of this node's disk expander.
    familyCode String
    Family code of this node (X, S, NL, etc.).
    flashDrive String
    Manufacturer, model, and device id of this node's flash drive.
    generationCode String
    Generation code of this node.
    hwgen String
    PowerScale hardware generation name.
    imbVersion String
    Version of this node's PowerScale Management Board.
    infiniband String
    Infiniband card type.
    lcdVersion String
    Version of the LCD panel.
    motherboard String
    Manufacturer and model of this node's motherboard.
    netInterfaces String
    Description of all this node's network interfaces.
    nvram String
    Manufacturer and model of this node's NVRAM board.
    powersupplies List<String>
    Description strings for each power supply on this node.
    processor String
    Number of processors and cores on this node.
    product String
    PowerScale product name.
    ram Number
    Size of RAM in bytes.
    serialNumber String
    Serial number of this node.
    series String
    Series of this node (X, I, NL, etc.).
    storageClass String
    Storage class of this node (storage or diskless).

    GetClusterNodesNodePartitions

    Count double
    Count of how many partitions are included.
    Partitions List<GetClusterNodesNodePartitionsPartition>
    Partition information.
    Count float64
    Count of how many partitions are included.
    Partitions []GetClusterNodesNodePartitionsPartition
    Partition information.
    count Double
    Count of how many partitions are included.
    partitions List<GetClusterNodesNodePartitionsPartition>
    Partition information.
    count number
    Count of how many partitions are included.
    partitions GetClusterNodesNodePartitionsPartition[]
    Partition information.
    count float
    Count of how many partitions are included.
    partitions Sequence[GetClusterNodesNodePartitionsPartition]
    Partition information.
    count Number
    Count of how many partitions are included.
    partitions List<Property Map>
    Partition information.

    GetClusterNodesNodePartitionsPartition

    BlockSize double
    The block size used for the reported partition information.
    Capacity double
    Total blocks on this file system partition.
    ComponentDevices string
    Comma separated list of devices used for this file system partition.
    MountPoint string
    Directory on which this partition is mounted.
    PercentUsed string
    Used blocks on this file system partition, expressed as a percentage.
    Statfs GetClusterNodesNodePartitionsPartitionStatfs
    //
    Used double
    Used blocks on this file system partition.
    BlockSize float64
    The block size used for the reported partition information.
    Capacity float64
    Total blocks on this file system partition.
    ComponentDevices string
    Comma separated list of devices used for this file system partition.
    MountPoint string
    Directory on which this partition is mounted.
    PercentUsed string
    Used blocks on this file system partition, expressed as a percentage.
    Statfs GetClusterNodesNodePartitionsPartitionStatfs
    //
    Used float64
    Used blocks on this file system partition.
    blockSize Double
    The block size used for the reported partition information.
    capacity Double
    Total blocks on this file system partition.
    componentDevices String
    Comma separated list of devices used for this file system partition.
    mountPoint String
    Directory on which this partition is mounted.
    percentUsed String
    Used blocks on this file system partition, expressed as a percentage.
    statfs GetClusterNodesNodePartitionsPartitionStatfs
    //
    used Double
    Used blocks on this file system partition.
    blockSize number
    The block size used for the reported partition information.
    capacity number
    Total blocks on this file system partition.
    componentDevices string
    Comma separated list of devices used for this file system partition.
    mountPoint string
    Directory on which this partition is mounted.
    percentUsed string
    Used blocks on this file system partition, expressed as a percentage.
    statfs GetClusterNodesNodePartitionsPartitionStatfs
    //
    used number
    Used blocks on this file system partition.
    block_size float
    The block size used for the reported partition information.
    capacity float
    Total blocks on this file system partition.
    component_devices str
    Comma separated list of devices used for this file system partition.
    mount_point str
    Directory on which this partition is mounted.
    percent_used str
    Used blocks on this file system partition, expressed as a percentage.
    statfs GetClusterNodesNodePartitionsPartitionStatfs
    //
    used float
    Used blocks on this file system partition.
    blockSize Number
    The block size used for the reported partition information.
    capacity Number
    Total blocks on this file system partition.
    componentDevices String
    Comma separated list of devices used for this file system partition.
    mountPoint String
    Directory on which this partition is mounted.
    percentUsed String
    Used blocks on this file system partition, expressed as a percentage.
    statfs Property Map
    //
    used Number
    Used blocks on this file system partition.

    GetClusterNodesNodePartitionsPartitionStatfs

    FBavail double
    Free blocks available to non-superuser on this partition.
    FBfree double
    Free blocks on this partition.
    FBlocks double
    Total data blocks on this partition.
    FBsize double
    Filesystem fragment size; block size in OneFS.
    FFfree double
    Free file nodes avail to non-superuser.
    FFiles double
    Total file nodes in filesystem.
    FFlags double
    Mount exported flags.
    FFstypename string
    File system type name.
    FIosize double
    Optimal transfer block size.
    FMntfromname string
    Names of devices this partition is mounted from.
    FMntonname string
    Directory this partition is mounted to.
    FNamemax double
    Maximum filename length.
    FOwner double
    UID of user that mounted the filesystem.
    FType double
    Type of filesystem.
    FVersion double
    statfs() structure version number.
    FBavail float64
    Free blocks available to non-superuser on this partition.
    FBfree float64
    Free blocks on this partition.
    FBlocks float64
    Total data blocks on this partition.
    FBsize float64
    Filesystem fragment size; block size in OneFS.
    FFfree float64
    Free file nodes avail to non-superuser.
    FFiles float64
    Total file nodes in filesystem.
    FFlags float64
    Mount exported flags.
    FFstypename string
    File system type name.
    FIosize float64
    Optimal transfer block size.
    FMntfromname string
    Names of devices this partition is mounted from.
    FMntonname string
    Directory this partition is mounted to.
    FNamemax float64
    Maximum filename length.
    FOwner float64
    UID of user that mounted the filesystem.
    FType float64
    Type of filesystem.
    FVersion float64
    statfs() structure version number.
    fBavail Double
    Free blocks available to non-superuser on this partition.
    fBfree Double
    Free blocks on this partition.
    fBlocks Double
    Total data blocks on this partition.
    fBsize Double
    Filesystem fragment size; block size in OneFS.
    fFfree Double
    Free file nodes avail to non-superuser.
    fFiles Double
    Total file nodes in filesystem.
    fFlags Double
    Mount exported flags.
    fFstypename String
    File system type name.
    fIosize Double
    Optimal transfer block size.
    fMntfromname String
    Names of devices this partition is mounted from.
    fMntonname String
    Directory this partition is mounted to.
    fNamemax Double
    Maximum filename length.
    fOwner Double
    UID of user that mounted the filesystem.
    fType Double
    Type of filesystem.
    fVersion Double
    statfs() structure version number.
    fBavail number
    Free blocks available to non-superuser on this partition.
    fBfree number
    Free blocks on this partition.
    fBlocks number
    Total data blocks on this partition.
    fBsize number
    Filesystem fragment size; block size in OneFS.
    fFfree number
    Free file nodes avail to non-superuser.
    fFiles number
    Total file nodes in filesystem.
    fFlags number
    Mount exported flags.
    fFstypename string
    File system type name.
    fIosize number
    Optimal transfer block size.
    fMntfromname string
    Names of devices this partition is mounted from.
    fMntonname string
    Directory this partition is mounted to.
    fNamemax number
    Maximum filename length.
    fOwner number
    UID of user that mounted the filesystem.
    fType number
    Type of filesystem.
    fVersion number
    statfs() structure version number.
    f_bavail float
    Free blocks available to non-superuser on this partition.
    f_bfree float
    Free blocks on this partition.
    f_blocks float
    Total data blocks on this partition.
    f_bsize float
    Filesystem fragment size; block size in OneFS.
    f_ffree float
    Free file nodes avail to non-superuser.
    f_files float
    Total file nodes in filesystem.
    f_flags float
    Mount exported flags.
    f_fstypename str
    File system type name.
    f_iosize float
    Optimal transfer block size.
    f_mntfromname str
    Names of devices this partition is mounted from.
    f_mntonname str
    Directory this partition is mounted to.
    f_namemax float
    Maximum filename length.
    f_owner float
    UID of user that mounted the filesystem.
    f_type float
    Type of filesystem.
    f_version float
    statfs() structure version number.
    fBavail Number
    Free blocks available to non-superuser on this partition.
    fBfree Number
    Free blocks on this partition.
    fBlocks Number
    Total data blocks on this partition.
    fBsize Number
    Filesystem fragment size; block size in OneFS.
    fFfree Number
    Free file nodes avail to non-superuser.
    fFiles Number
    Total file nodes in filesystem.
    fFlags Number
    Mount exported flags.
    fFstypename String
    File system type name.
    fIosize Number
    Optimal transfer block size.
    fMntfromname String
    Names of devices this partition is mounted from.
    fMntonname String
    Directory this partition is mounted to.
    fNamemax Number
    Maximum filename length.
    fOwner Number
    UID of user that mounted the filesystem.
    fType Number
    Type of filesystem.
    fVersion Number
    statfs() structure version number.

    GetClusterNodesNodeSensors

    Sensors List<GetClusterNodesNodeSensorsSensor>
    This node's sensor information.
    Sensors []GetClusterNodesNodeSensorsSensor
    This node's sensor information.
    sensors List<GetClusterNodesNodeSensorsSensor>
    This node's sensor information.
    sensors GetClusterNodesNodeSensorsSensor[]
    This node's sensor information.
    sensors List<Property Map>
    This node's sensor information.

    GetClusterNodesNodeSensorsSensor

    Count double
    The count of values in this sensor group.
    Name string
    The name of this sensor group.
    Values List<GetClusterNodesNodeSensorsSensorValue>
    The list of specific sensor value info in this sensor group.
    Count float64
    The count of values in this sensor group.
    Name string
    The name of this sensor group.
    Values []GetClusterNodesNodeSensorsSensorValue
    The list of specific sensor value info in this sensor group.
    count Double
    The count of values in this sensor group.
    name String
    The name of this sensor group.
    values List<GetClusterNodesNodeSensorsSensorValue>
    The list of specific sensor value info in this sensor group.
    count number
    The count of values in this sensor group.
    name string
    The name of this sensor group.
    values GetClusterNodesNodeSensorsSensorValue[]
    The list of specific sensor value info in this sensor group.
    count float
    The count of values in this sensor group.
    name str
    The name of this sensor group.
    values Sequence[GetClusterNodesNodeSensorsSensorValue]
    The list of specific sensor value info in this sensor group.
    count Number
    The count of values in this sensor group.
    name String
    The name of this sensor group.
    values List<Property Map>
    The list of specific sensor value info in this sensor group.

    GetClusterNodesNodeSensorsSensorValue

    Desc string
    The descriptive name of this sensor.
    Name string
    The identifier name of this sensor.
    Units string
    The units of this sensor.
    Value string
    The value of this sensor.
    Desc string
    The descriptive name of this sensor.
    Name string
    The identifier name of this sensor.
    Units string
    The units of this sensor.
    Value string
    The value of this sensor.
    desc String
    The descriptive name of this sensor.
    name String
    The identifier name of this sensor.
    units String
    The units of this sensor.
    value String
    The value of this sensor.
    desc string
    The descriptive name of this sensor.
    name string
    The identifier name of this sensor.
    units string
    The units of this sensor.
    value string
    The value of this sensor.
    desc str
    The descriptive name of this sensor.
    name str
    The identifier name of this sensor.
    units str
    The units of this sensor.
    value str
    The value of this sensor.
    desc String
    The descriptive name of this sensor.
    name String
    The identifier name of this sensor.
    units String
    The units of this sensor.
    value String
    The value of this sensor.

    GetClusterNodesNodeState

    GetClusterNodesNodeStateReadonly

    Allowed bool
    The current read-only mode allowed status for the node.
    Enabled bool
    The current read-only user mode status for the node. NOTE: If read-only mode is currently disallowed for this node, it will remain read/write until read-only mode is allowed again. This value only sets or clears any user-specified requests for read-only mode. If the node has been placed into read-only mode by the system, it will remain in read-only mode until the system conditions which triggered read-only mode have cleared.
    Mode bool
    The current read-only mode status for the node.
    Status string
    The current read-only mode status description for the node.
    Valid bool
    The read-only state values are valid (False = Error).
    Value double
    The current read-only value (enumerated bitfield) for the node.
    Allowed bool
    The current read-only mode allowed status for the node.
    Enabled bool
    The current read-only user mode status for the node. NOTE: If read-only mode is currently disallowed for this node, it will remain read/write until read-only mode is allowed again. This value only sets or clears any user-specified requests for read-only mode. If the node has been placed into read-only mode by the system, it will remain in read-only mode until the system conditions which triggered read-only mode have cleared.
    Mode bool
    The current read-only mode status for the node.
    Status string
    The current read-only mode status description for the node.
    Valid bool
    The read-only state values are valid (False = Error).
    Value float64
    The current read-only value (enumerated bitfield) for the node.
    allowed Boolean
    The current read-only mode allowed status for the node.
    enabled Boolean
    The current read-only user mode status for the node. NOTE: If read-only mode is currently disallowed for this node, it will remain read/write until read-only mode is allowed again. This value only sets or clears any user-specified requests for read-only mode. If the node has been placed into read-only mode by the system, it will remain in read-only mode until the system conditions which triggered read-only mode have cleared.
    mode Boolean
    The current read-only mode status for the node.
    status String
    The current read-only mode status description for the node.
    valid Boolean
    The read-only state values are valid (False = Error).
    value Double
    The current read-only value (enumerated bitfield) for the node.
    allowed boolean
    The current read-only mode allowed status for the node.
    enabled boolean
    The current read-only user mode status for the node. NOTE: If read-only mode is currently disallowed for this node, it will remain read/write until read-only mode is allowed again. This value only sets or clears any user-specified requests for read-only mode. If the node has been placed into read-only mode by the system, it will remain in read-only mode until the system conditions which triggered read-only mode have cleared.
    mode boolean
    The current read-only mode status for the node.
    status string
    The current read-only mode status description for the node.
    valid boolean
    The read-only state values are valid (False = Error).
    value number
    The current read-only value (enumerated bitfield) for the node.
    allowed bool
    The current read-only mode allowed status for the node.
    enabled bool
    The current read-only user mode status for the node. NOTE: If read-only mode is currently disallowed for this node, it will remain read/write until read-only mode is allowed again. This value only sets or clears any user-specified requests for read-only mode. If the node has been placed into read-only mode by the system, it will remain in read-only mode until the system conditions which triggered read-only mode have cleared.
    mode bool
    The current read-only mode status for the node.
    status str
    The current read-only mode status description for the node.
    valid bool
    The read-only state values are valid (False = Error).
    value float
    The current read-only value (enumerated bitfield) for the node.
    allowed Boolean
    The current read-only mode allowed status for the node.
    enabled Boolean
    The current read-only user mode status for the node. NOTE: If read-only mode is currently disallowed for this node, it will remain read/write until read-only mode is allowed again. This value only sets or clears any user-specified requests for read-only mode. If the node has been placed into read-only mode by the system, it will remain in read-only mode until the system conditions which triggered read-only mode have cleared.
    mode Boolean
    The current read-only mode status for the node.
    status String
    The current read-only mode status description for the node.
    valid Boolean
    The read-only state values are valid (False = Error).
    value Number
    The current read-only value (enumerated bitfield) for the node.

    GetClusterNodesNodeStateServicelight

    Enabled bool
    The node service light state (True = on).
    Enabled bool
    The node service light state (True = on).
    enabled Boolean
    The node service light state (True = on).
    enabled boolean
    The node service light state (True = on).
    enabled bool
    The node service light state (True = on).
    enabled Boolean
    The node service light state (True = on).

    GetClusterNodesNodeStateSmartfail

    Smartfailed bool
    This node is smartfailed (soft_devs).
    Smartfailed bool
    This node is smartfailed (soft_devs).
    smartfailed Boolean
    This node is smartfailed (soft_devs).
    smartfailed boolean
    This node is smartfailed (soft_devs).
    smartfailed bool
    This node is smartfailed (soft_devs).
    smartfailed Boolean
    This node is smartfailed (soft_devs).

    GetClusterNodesNodeStatus

    batterystatus Property Map
    //
    capacities List<Property Map>
    Storage capacity of this node.
    cpu Property Map
    //
    nvram Property Map
    //
    powersupplies Property Map
    //
    release String
    OneFS release.
    uptime Number
    Seconds this node has been online.
    version String
    OneFS version.

    GetClusterNodesNodeStatusBatterystatus

    LastTestTime1 string
    The last battery test time for battery 1.
    LastTestTime2 string
    The last battery test time for battery 2.
    NextTestTime1 string
    The next checkup for battery 1.
    NextTestTime2 string
    The next checkup for battery 2.
    Present bool
    Node has battery status.
    Result1 string
    The result of the last battery test for battery 1.
    Result2 string
    The result of the last battery test for battery 2.
    Status1 string
    The status of battery 1.
    Status2 string
    The status of battery 2.
    Supported bool
    Node supports battery status.
    LastTestTime1 string
    The last battery test time for battery 1.
    LastTestTime2 string
    The last battery test time for battery 2.
    NextTestTime1 string
    The next checkup for battery 1.
    NextTestTime2 string
    The next checkup for battery 2.
    Present bool
    Node has battery status.
    Result1 string
    The result of the last battery test for battery 1.
    Result2 string
    The result of the last battery test for battery 2.
    Status1 string
    The status of battery 1.
    Status2 string
    The status of battery 2.
    Supported bool
    Node supports battery status.
    lastTestTime1 String
    The last battery test time for battery 1.
    lastTestTime2 String
    The last battery test time for battery 2.
    nextTestTime1 String
    The next checkup for battery 1.
    nextTestTime2 String
    The next checkup for battery 2.
    present Boolean
    Node has battery status.
    result1 String
    The result of the last battery test for battery 1.
    result2 String
    The result of the last battery test for battery 2.
    status1 String
    The status of battery 1.
    status2 String
    The status of battery 2.
    supported Boolean
    Node supports battery status.
    lastTestTime1 string
    The last battery test time for battery 1.
    lastTestTime2 string
    The last battery test time for battery 2.
    nextTestTime1 string
    The next checkup for battery 1.
    nextTestTime2 string
    The next checkup for battery 2.
    present boolean
    Node has battery status.
    result1 string
    The result of the last battery test for battery 1.
    result2 string
    The result of the last battery test for battery 2.
    status1 string
    The status of battery 1.
    status2 string
    The status of battery 2.
    supported boolean
    Node supports battery status.
    last_test_time1 str
    The last battery test time for battery 1.
    last_test_time2 str
    The last battery test time for battery 2.
    next_test_time1 str
    The next checkup for battery 1.
    next_test_time2 str
    The next checkup for battery 2.
    present bool
    Node has battery status.
    result1 str
    The result of the last battery test for battery 1.
    result2 str
    The result of the last battery test for battery 2.
    status1 str
    The status of battery 1.
    status2 str
    The status of battery 2.
    supported bool
    Node supports battery status.
    lastTestTime1 String
    The last battery test time for battery 1.
    lastTestTime2 String
    The last battery test time for battery 2.
    nextTestTime1 String
    The next checkup for battery 1.
    nextTestTime2 String
    The next checkup for battery 2.
    present Boolean
    Node has battery status.
    result1 String
    The result of the last battery test for battery 1.
    result2 String
    The result of the last battery test for battery 2.
    status1 String
    The status of battery 1.
    status2 String
    The status of battery 2.
    supported Boolean
    Node supports battery status.

    GetClusterNodesNodeStatusCapacity

    Bytes double
    Total device storage bytes.
    Count double
    Total device count.
    Type string
    Device type.
    Bytes float64
    Total device storage bytes.
    Count float64
    Total device count.
    Type string
    Device type.
    bytes Double
    Total device storage bytes.
    count Double
    Total device count.
    type String
    Device type.
    bytes number
    Total device storage bytes.
    count number
    Total device count.
    type string
    Device type.
    bytes float
    Total device storage bytes.
    count float
    Total device count.
    type str
    Device type.
    bytes Number
    Total device storage bytes.
    count Number
    Total device count.
    type String
    Device type.

    GetClusterNodesNodeStatusCpu

    Model string
    Manufacturer model description of this CPU.
    Overtemp string
    CPU overtemp state.
    Proc string
    Type of processor and core of this CPU.
    SpeedLimit string
    CPU throttling (expressed as a percentage).
    Model string
    Manufacturer model description of this CPU.
    Overtemp string
    CPU overtemp state.
    Proc string
    Type of processor and core of this CPU.
    SpeedLimit string
    CPU throttling (expressed as a percentage).
    model String
    Manufacturer model description of this CPU.
    overtemp String
    CPU overtemp state.
    proc String
    Type of processor and core of this CPU.
    speedLimit String
    CPU throttling (expressed as a percentage).
    model string
    Manufacturer model description of this CPU.
    overtemp string
    CPU overtemp state.
    proc string
    Type of processor and core of this CPU.
    speedLimit string
    CPU throttling (expressed as a percentage).
    model str
    Manufacturer model description of this CPU.
    overtemp str
    CPU overtemp state.
    proc str
    Type of processor and core of this CPU.
    speed_limit str
    CPU throttling (expressed as a percentage).
    model String
    Manufacturer model description of this CPU.
    overtemp String
    CPU overtemp state.
    proc String
    Type of processor and core of this CPU.
    speedLimit String
    CPU throttling (expressed as a percentage).

    GetClusterNodesNodeStatusNvram

    Batteries List<GetClusterNodesNodeStatusNvramBattery>
    This node's NVRAM battery status information.
    BatteryCount double
    This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
    ChargeStatus string
    This node's NVRAM battery charge status, as a color.
    ChargeStatusNumber double
    This node's NVRAM battery charge status, as a number. Error or not supported: -1. BR_BLACK: 0. BR_GREEN: 1. BR_YELLOW: 2. BR_RED: 3.
    Device string
    This node's NVRAM device name with path.
    Present bool
    This node has NVRAM.
    PresentFlash bool
    This node has NVRAM with flash storage.
    PresentSize double
    The size of the NVRAM, in bytes.
    PresentType string
    This node's NVRAM type.
    ShipMode double
    This node's current ship mode state for NVRAM batteries. If not supported or on failure: -1. Disabled: 0. Enabled: 1.
    Supported bool
    This node supports NVRAM.
    SupportedFlash bool
    This node supports NVRAM with flash storage.
    SupportedSize double
    The maximum size of the NVRAM, in bytes.
    SupportedType string
    This node's supported NVRAM type.
    Batteries []GetClusterNodesNodeStatusNvramBattery
    This node's NVRAM battery status information.
    BatteryCount float64
    This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
    ChargeStatus string
    This node's NVRAM battery charge status, as a color.
    ChargeStatusNumber float64
    This node's NVRAM battery charge status, as a number. Error or not supported: -1. BR_BLACK: 0. BR_GREEN: 1. BR_YELLOW: 2. BR_RED: 3.
    Device string
    This node's NVRAM device name with path.
    Present bool
    This node has NVRAM.
    PresentFlash bool
    This node has NVRAM with flash storage.
    PresentSize float64
    The size of the NVRAM, in bytes.
    PresentType string
    This node's NVRAM type.
    ShipMode float64
    This node's current ship mode state for NVRAM batteries. If not supported or on failure: -1. Disabled: 0. Enabled: 1.
    Supported bool
    This node supports NVRAM.
    SupportedFlash bool
    This node supports NVRAM with flash storage.
    SupportedSize float64
    The maximum size of the NVRAM, in bytes.
    SupportedType string
    This node's supported NVRAM type.
    batteries List<GetClusterNodesNodeStatusNvramBattery>
    This node's NVRAM battery status information.
    batteryCount Double
    This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
    chargeStatus String
    This node's NVRAM battery charge status, as a color.
    chargeStatusNumber Double
    This node's NVRAM battery charge status, as a number. Error or not supported: -1. BR_BLACK: 0. BR_GREEN: 1. BR_YELLOW: 2. BR_RED: 3.
    device String
    This node's NVRAM device name with path.
    present Boolean
    This node has NVRAM.
    presentFlash Boolean
    This node has NVRAM with flash storage.
    presentSize Double
    The size of the NVRAM, in bytes.
    presentType String
    This node's NVRAM type.
    shipMode Double
    This node's current ship mode state for NVRAM batteries. If not supported or on failure: -1. Disabled: 0. Enabled: 1.
    supported Boolean
    This node supports NVRAM.
    supportedFlash Boolean
    This node supports NVRAM with flash storage.
    supportedSize Double
    The maximum size of the NVRAM, in bytes.
    supportedType String
    This node's supported NVRAM type.
    batteries GetClusterNodesNodeStatusNvramBattery[]
    This node's NVRAM battery status information.
    batteryCount number
    This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
    chargeStatus string
    This node's NVRAM battery charge status, as a color.
    chargeStatusNumber number
    This node's NVRAM battery charge status, as a number. Error or not supported: -1. BR_BLACK: 0. BR_GREEN: 1. BR_YELLOW: 2. BR_RED: 3.
    device string
    This node's NVRAM device name with path.
    present boolean
    This node has NVRAM.
    presentFlash boolean
    This node has NVRAM with flash storage.
    presentSize number
    The size of the NVRAM, in bytes.
    presentType string
    This node's NVRAM type.
    shipMode number
    This node's current ship mode state for NVRAM batteries. If not supported or on failure: -1. Disabled: 0. Enabled: 1.
    supported boolean
    This node supports NVRAM.
    supportedFlash boolean
    This node supports NVRAM with flash storage.
    supportedSize number
    The maximum size of the NVRAM, in bytes.
    supportedType string
    This node's supported NVRAM type.
    batteries Sequence[GetClusterNodesNodeStatusNvramBattery]
    This node's NVRAM battery status information.
    battery_count float
    This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
    charge_status str
    This node's NVRAM battery charge status, as a color.
    charge_status_number float
    This node's NVRAM battery charge status, as a number. Error or not supported: -1. BR_BLACK: 0. BR_GREEN: 1. BR_YELLOW: 2. BR_RED: 3.
    device str
    This node's NVRAM device name with path.
    present bool
    This node has NVRAM.
    present_flash bool
    This node has NVRAM with flash storage.
    present_size float
    The size of the NVRAM, in bytes.
    present_type str
    This node's NVRAM type.
    ship_mode float
    This node's current ship mode state for NVRAM batteries. If not supported or on failure: -1. Disabled: 0. Enabled: 1.
    supported bool
    This node supports NVRAM.
    supported_flash bool
    This node supports NVRAM with flash storage.
    supported_size float
    The maximum size of the NVRAM, in bytes.
    supported_type str
    This node's supported NVRAM type.
    batteries List<Property Map>
    This node's NVRAM battery status information.
    batteryCount Number
    This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
    chargeStatus String
    This node's NVRAM battery charge status, as a color.
    chargeStatusNumber Number
    This node's NVRAM battery charge status, as a number. Error or not supported: -1. BR_BLACK: 0. BR_GREEN: 1. BR_YELLOW: 2. BR_RED: 3.
    device String
    This node's NVRAM device name with path.
    present Boolean
    This node has NVRAM.
    presentFlash Boolean
    This node has NVRAM with flash storage.
    presentSize Number
    The size of the NVRAM, in bytes.
    presentType String
    This node's NVRAM type.
    shipMode Number
    This node's current ship mode state for NVRAM batteries. If not supported or on failure: -1. Disabled: 0. Enabled: 1.
    supported Boolean
    This node supports NVRAM.
    supportedFlash Boolean
    This node supports NVRAM with flash storage.
    supportedSize Number
    The maximum size of the NVRAM, in bytes.
    supportedType String
    This node's supported NVRAM type.

    GetClusterNodesNodeStatusNvramBattery

    Color string
    The current status color of the NVRAM battery.
    Id double
    Unique identifier of the cluster.
    Status string
    The current status message of the NVRAM battery.
    Voltage string
    The current voltage of the NVRAM battery.
    Color string
    The current status color of the NVRAM battery.
    Id float64
    Unique identifier of the cluster.
    Status string
    The current status message of the NVRAM battery.
    Voltage string
    The current voltage of the NVRAM battery.
    color String
    The current status color of the NVRAM battery.
    id Double
    Unique identifier of the cluster.
    status String
    The current status message of the NVRAM battery.
    voltage String
    The current voltage of the NVRAM battery.
    color string
    The current status color of the NVRAM battery.
    id number
    Unique identifier of the cluster.
    status string
    The current status message of the NVRAM battery.
    voltage string
    The current voltage of the NVRAM battery.
    color str
    The current status color of the NVRAM battery.
    id float
    Unique identifier of the cluster.
    status str
    The current status message of the NVRAM battery.
    voltage str
    The current voltage of the NVRAM battery.
    color String
    The current status color of the NVRAM battery.
    id Number
    Unique identifier of the cluster.
    status String
    The current status message of the NVRAM battery.
    voltage String
    The current voltage of the NVRAM battery.

    GetClusterNodesNodeStatusPowersupplies

    Count double
    Count of how many power supplies are supported.
    Failures double
    Count of how many power supplies have failed.
    HasCff bool
    Does this node have a CFF power supply.
    Status string
    A descriptive status string for this node's power supplies.
    Supplies List<GetClusterNodesNodeStatusPowersuppliesSupply>
    List of this node's power supplies.
    SupportsCff bool
    Does this node support CFF power supplies.
    Count float64
    Count of how many power supplies are supported.
    Failures float64
    Count of how many power supplies have failed.
    HasCff bool
    Does this node have a CFF power supply.
    Status string
    A descriptive status string for this node's power supplies.
    Supplies []GetClusterNodesNodeStatusPowersuppliesSupply
    List of this node's power supplies.
    SupportsCff bool
    Does this node support CFF power supplies.
    count Double
    Count of how many power supplies are supported.
    failures Double
    Count of how many power supplies have failed.
    hasCff Boolean
    Does this node have a CFF power supply.
    status String
    A descriptive status string for this node's power supplies.
    supplies List<GetClusterNodesNodeStatusPowersuppliesSupply>
    List of this node's power supplies.
    supportsCff Boolean
    Does this node support CFF power supplies.
    count number
    Count of how many power supplies are supported.
    failures number
    Count of how many power supplies have failed.
    hasCff boolean
    Does this node have a CFF power supply.
    status string
    A descriptive status string for this node's power supplies.
    supplies GetClusterNodesNodeStatusPowersuppliesSupply[]
    List of this node's power supplies.
    supportsCff boolean
    Does this node support CFF power supplies.
    count float
    Count of how many power supplies are supported.
    failures float
    Count of how many power supplies have failed.
    has_cff bool
    Does this node have a CFF power supply.
    status str
    A descriptive status string for this node's power supplies.
    supplies Sequence[GetClusterNodesNodeStatusPowersuppliesSupply]
    List of this node's power supplies.
    supports_cff bool
    Does this node support CFF power supplies.
    count Number
    Count of how many power supplies are supported.
    failures Number
    Count of how many power supplies have failed.
    hasCff Boolean
    Does this node have a CFF power supply.
    status String
    A descriptive status string for this node's power supplies.
    supplies List<Property Map>
    List of this node's power supplies.
    supportsCff Boolean
    Does this node support CFF power supplies.

    GetClusterNodesNodeStatusPowersuppliesSupply

    Chassis double
    Which node chassis is this power supply in.
    Firmware string
    The current firmware revision of this power supply.
    Good string
    Is this power supply in a failure state.
    Id double
    Unique identifier of the cluster.
    Name string
    Complete identifying string for this power supply.
    Status string
    A descriptive status string for this power supply.
    Type string
    The type of this power supply.
    Chassis float64
    Which node chassis is this power supply in.
    Firmware string
    The current firmware revision of this power supply.
    Good string
    Is this power supply in a failure state.
    Id float64
    Unique identifier of the cluster.
    Name string
    Complete identifying string for this power supply.
    Status string
    A descriptive status string for this power supply.
    Type string
    The type of this power supply.
    chassis Double
    Which node chassis is this power supply in.
    firmware String
    The current firmware revision of this power supply.
    good String
    Is this power supply in a failure state.
    id Double
    Unique identifier of the cluster.
    name String
    Complete identifying string for this power supply.
    status String
    A descriptive status string for this power supply.
    type String
    The type of this power supply.
    chassis number
    Which node chassis is this power supply in.
    firmware string
    The current firmware revision of this power supply.
    good string
    Is this power supply in a failure state.
    id number
    Unique identifier of the cluster.
    name string
    Complete identifying string for this power supply.
    status string
    A descriptive status string for this power supply.
    type string
    The type of this power supply.
    chassis float
    Which node chassis is this power supply in.
    firmware str
    The current firmware revision of this power supply.
    good str
    Is this power supply in a failure state.
    id float
    Unique identifier of the cluster.
    name str
    Complete identifying string for this power supply.
    status str
    A descriptive status string for this power supply.
    type str
    The type of this power supply.
    chassis Number
    Which node chassis is this power supply in.
    firmware String
    The current firmware revision of this power supply.
    good String
    Is this power supply in a failure state.
    id Number
    Unique identifier of the cluster.
    name String
    Complete identifying string for this power supply.
    status String
    A descriptive status string for this power supply.
    type String
    The type of this power supply.

    Package Details

    Repository
    powerscale dell/terraform-provider-powerscale
    License
    Notes
    This Pulumi package is based on the powerscale Terraform Provider.
    powerscale logo
    powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell