powerscale 1.7.1 published on Wednesday, Apr 30, 2025 by dell
powerscale.getCluster
Explore with Pulumi AI
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
Get
Cluster Acs - Cluster ACS status.
- Config
Get
Cluster Config - The configuration information of cluster.
- Id string
- Unique identifier of the cluster.
- Identity
Get
Cluster Identity - Unprivileged cluster information for display when logging in.
- Internal
Networks GetCluster Internal Networks - Configuration fields for internal networks.
- Nodes
Get
Cluster Nodes - Cluster node information
- Acs
Get
Cluster Acs - Cluster ACS status.
- Config
Get
Cluster Config - The configuration information of cluster.
- Id string
- Unique identifier of the cluster.
- Identity
Get
Cluster Identity Type - Unprivileged cluster information for display when logging in.
- Internal
Networks GetCluster Internal Networks - Configuration fields for internal networks.
- Nodes
Get
Cluster Nodes - Cluster node information
- acs
Get
Cluster Acs - Cluster ACS status.
- config
Get
Cluster Config - The configuration information of cluster.
- id String
- Unique identifier of the cluster.
- identity
Get
Cluster Identity - Unprivileged cluster information for display when logging in.
- internal
Networks GetCluster Internal Networks - Configuration fields for internal networks.
- nodes
Get
Cluster Nodes - Cluster node information
- acs
Get
Cluster Acs - Cluster ACS status.
- config
Get
Cluster Config - The configuration information of cluster.
- id string
- Unique identifier of the cluster.
- identity
Get
Cluster Identity - Unprivileged cluster information for display when logging in.
- internal
Networks GetCluster Internal Networks - Configuration fields for internal networks.
- nodes
Get
Cluster Nodes - Cluster node information
- acs
Get
Cluster Acs - Cluster ACS status.
- config
Get
Cluster Config - The configuration information of cluster.
- id str
- Unique identifier of the cluster.
- identity
Get
Cluster Identity - Unprivileged cluster information for display when logging in.
- internal_
networks GetCluster Internal Networks - Configuration fields for internal networks.
- nodes
Get
Cluster Nodes - 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.
- internal
Networks Property Map - Configuration fields for internal networks.
- nodes Property Map
- Cluster node information
Supporting Types
GetClusterAcs
- Failed
Nodes List<string>Sns - list of failed nodes serial number.
- Joined
Nodes double - the number of joined nodes.
- License
Status string - the status of license activation.
- Srs
Status string - the status of SRS enablement.
- Total
Nodes double - total nodes number of the cluster.
- Unresponsive
Sns List<string> - list of unresponsive nodes serial number.
- Failed
Nodes []stringSns - list of failed nodes serial number.
- Joined
Nodes float64 - the number of joined nodes.
- License
Status string - the status of license activation.
- Srs
Status string - the status of SRS enablement.
- Total
Nodes float64 - total nodes number of the cluster.
- Unresponsive
Sns []string - list of unresponsive nodes serial number.
- failed
Nodes List<String>Sns - list of failed nodes serial number.
- joined
Nodes Double - the number of joined nodes.
- license
Status String - the status of license activation.
- srs
Status String - the status of SRS enablement.
- total
Nodes Double - total nodes number of the cluster.
- unresponsive
Sns List<String> - list of unresponsive nodes serial number.
- failed
Nodes string[]Sns - list of failed nodes serial number.
- joined
Nodes number - the number of joined nodes.
- license
Status string - the status of license activation.
- srs
Status string - the status of SRS enablement.
- total
Nodes number - total nodes number of the cluster.
- unresponsive
Sns string[] - list of unresponsive nodes serial number.
- failed_
nodes_ Sequence[str]sns - 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.
- failed
Nodes List<String>Sns - list of failed nodes serial number.
- joined
Nodes Number - the number of joined nodes.
- license
Status String - the status of license activation.
- srs
Status String - the status of SRS enablement.
- total
Nodes Number - total nodes number of the cluster.
- unresponsive
Sns List<String> - list of unresponsive nodes serial number.
GetClusterConfig
- Description string
- Customer configurable description.
- Devices
List<Get
Cluster Config Device> - device
- Guid string
- Cluster GUID.
- Join
Mode string - Node join mode: 'manual' or 'secure'.
- Local
Devid double - Device ID of the queried node.
- Local
Lnn double - Device logical node number of the queried node.
- Local
Serial string - Device serial number of the queried node.
- Name string
- Cluster name.
- Onefs
Version GetCluster Config Onefs Version - version
- Timezone
Get
Cluster Config Timezone - version
- Description string
- Customer configurable description.
- Devices
[]Get
Cluster Config Device - device
- Guid string
- Cluster GUID.
- Join
Mode string - Node join mode: 'manual' or 'secure'.
- Local
Devid float64 - Device ID of the queried node.
- Local
Lnn float64 - Device logical node number of the queried node.
- Local
Serial string - Device serial number of the queried node.
- Name string
- Cluster name.
- Onefs
Version GetCluster Config Onefs Version - version
- Timezone
Get
Cluster Config Timezone - version
- description String
- Customer configurable description.
- devices
List<Get
Cluster Config Device> - device
- guid String
- Cluster GUID.
- join
Mode String - Node join mode: 'manual' or 'secure'.
- local
Devid Double - Device ID of the queried node.
- local
Lnn Double - Device logical node number of the queried node.
- local
Serial String - Device serial number of the queried node.
- name String
- Cluster name.
- onefs
Version GetCluster Config Onefs Version - version
- timezone
Get
Cluster Config Timezone - version
- description string
- Customer configurable description.
- devices
Get
Cluster Config Device[] - device
- guid string
- Cluster GUID.
- join
Mode string - Node join mode: 'manual' or 'secure'.
- local
Devid number - Device ID of the queried node.
- local
Lnn number - Device logical node number of the queried node.
- local
Serial string - Device serial number of the queried node.
- name string
- Cluster name.
- onefs
Version GetCluster Config Onefs Version - version
- timezone
Get
Cluster Config Timezone - version
- description str
- Customer configurable description.
- devices
Sequence[Get
Cluster Config Device] - 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 GetCluster Config Onefs Version - version
- timezone
Get
Cluster Config Timezone - version
- description String
- Customer configurable description.
- devices List<Property Map>
- device
- guid String
- Cluster GUID.
- join
Mode String - Node join mode: 'manual' or 'secure'.
- local
Devid Number - Device ID of the queried node.
- local
Lnn Number - Device logical node number of the queried node.
- local
Serial String - Device serial number of the queried node.
- name String
- Cluster name.
- onefs
Version Property Map - version
- timezone Property Map
- version
GetClusterConfigDevice
GetClusterConfigOnefsVersion
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
Get
Cluster Identity Logon - //
- Name string
- The name of the cluster.
- Description string
- A description of the cluster.
- Logon
Get
Cluster Identity Logon - //
- Name string
- The name of the cluster.
- description String
- A description of the cluster.
- logon
Get
Cluster Identity Logon - //
- name String
- The name of the cluster.
- description string
- A description of the cluster.
- logon
Get
Cluster Identity Logon - //
- name string
- The name of the cluster.
- description str
- A description of the cluster.
- logon
Get
Cluster Identity Logon - //
- 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.
- Motd
Header string - The header to the message of the day.
- Motd string
- The message of the day.
- Motd
Header string - The header to the message of the day.
- motd String
- The message of the day.
- motd
Header String - The header to the message of the day.
- motd string
- The message of the day.
- motd
Header 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.
- motd
Header String - The header to the message of the day.
GetClusterInternalNetworks
- Failover
Ip List<GetAddresses Cluster Internal Networks Failover Ip Address> - Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
- Failover
Status string - Status of failover network.
- Int
AFabric string - Network fabric used for the primary network int-a.
- Int
AIp List<GetAddresses Cluster Internal Networks Int AIp Address> - Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
- Int
AMtu double - Maximum Transfer Unit (MTU) of the primary network int-a.
- Int
APrefix doubleLength - 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
AStatus string - Status of the primary network int-a.
- Int
BFabric string - Network fabric used for the failover network.
- Int
BIp List<GetAddresses Cluster Internal Networks Int BIp Address> - Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
- Int
BMtu double - Maximum Transfer Unit (MTU) of the failover network int-b.
- Int
BPrefix doubleLength - 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 []GetAddresses Cluster Internal Networks Failover Ip Address - Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
- Failover
Status string - Status of failover network.
- Int
AFabric string - Network fabric used for the primary network int-a.
- Int
AIp []GetAddresses Cluster Internal Networks Int AIp Address - Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
- Int
AMtu float64 - Maximum Transfer Unit (MTU) of the primary network int-a.
- Int
APrefix float64Length - 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
AStatus string - Status of the primary network int-a.
- Int
BFabric string - Network fabric used for the failover network.
- Int
BIp []GetAddresses Cluster Internal Networks Int BIp Address - Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
- Int
BMtu float64 - Maximum Transfer Unit (MTU) of the failover network int-b.
- Int
BPrefix float64Length - 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 List<GetAddresses Cluster Internal Networks Failover Ip Address> - Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
- failover
Status String - Status of failover network.
- int
AFabric String - Network fabric used for the primary network int-a.
- int
AIp List<GetAddresses Cluster Internal Networks Int AIp Address> - Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
- int
AMtu Double - Maximum Transfer Unit (MTU) of the primary network int-a.
- int
APrefix DoubleLength - 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
AStatus String - Status of the primary network int-a.
- int
BFabric String - Network fabric used for the failover network.
- int
BIp List<GetAddresses Cluster Internal Networks Int BIp Address> - Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
- int
BMtu Double - Maximum Transfer Unit (MTU) of the failover network int-b.
- int
BPrefix DoubleLength - 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 GetAddresses Cluster Internal Networks Failover Ip Address[] - Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
- failover
Status string - Status of failover network.
- int
AFabric string - Network fabric used for the primary network int-a.
- int
AIp GetAddresses Cluster Internal Networks Int AIp Address[] - Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
- int
AMtu number - Maximum Transfer Unit (MTU) of the primary network int-a.
- int
APrefix numberLength - 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
AStatus string - Status of the primary network int-a.
- int
BFabric string - Network fabric used for the failover network.
- int
BIp GetAddresses Cluster Internal Networks Int BIp Address[] - Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
- int
BMtu number - Maximum Transfer Unit (MTU) of the failover network int-b.
- int
BPrefix numberLength - 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_ Sequence[Getaddresses Cluster Internal Networks Failover Ip Address] - 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_ strfabric - Network fabric used for the primary network int-a.
- int_
a_ Sequence[Getip_ addresses Cluster Internal Networks Int AIp Address] - Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
- int_
a_ floatmtu - Maximum Transfer Unit (MTU) of the primary network int-a.
- int_
a_ floatprefix_ length - 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_ strstatus - Status of the primary network int-a.
- int_
b_ strfabric - Network fabric used for the failover network.
- int_
b_ Sequence[Getip_ addresses Cluster Internal Networks Int BIp Address] - Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
- int_
b_ floatmtu - Maximum Transfer Unit (MTU) of the failover network int-b.
- int_
b_ floatprefix_ length - 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 List<Property Map>Addresses - Array of IP address ranges to be used to configure the internal failover network of the OneFS cluster.
- failover
Status String - Status of failover network.
- int
AFabric String - Network fabric used for the primary network int-a.
- int
AIp List<Property Map>Addresses - Array of IP address ranges to be used to configure the internal int-a network of the OneFS cluster.
- int
AMtu Number - Maximum Transfer Unit (MTU) of the primary network int-a.
- int
APrefix NumberLength - 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
AStatus String - Status of the primary network int-a.
- int
BFabric String - Network fabric used for the failover network.
- int
BIp List<Property Map>Addresses - Array of IP address ranges to be used to configure the internal int-b network of the OneFS cluster.
- int
BMtu Number - Maximum Transfer Unit (MTU) of the failover network int-b.
- int
BPrefix NumberLength - 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
GetClusterInternalNetworksIntAIpAddress
GetClusterInternalNetworksIntBIpAddress
GetClusterNodes
- Errors
List<Get
Cluster Nodes Error> - A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
- Nodes
List<Get
Cluster Nodes Node> - The responses from the individual nodes involved in this request.
- Total double
- The total number of nodes responding.
- Errors
[]Get
Cluster Nodes Error - A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
- Nodes
[]Get
Cluster Nodes Node - The responses from the individual nodes involved in this request.
- Total float64
- The total number of nodes responding.
- errors
List<Get
Cluster Nodes Error> - A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
- nodes
List<Get
Cluster Nodes Node> - The responses from the individual nodes involved in this request.
- total Double
- The total number of nodes responding.
- errors
Get
Cluster Nodes Error[] - A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
- nodes
Get
Cluster Nodes Node[] - The responses from the individual nodes involved in this request.
- total number
- The total number of nodes responding.
- errors
Sequence[Get
Cluster Nodes Error] - A list of errors encountered by the individual nodes involved in this request, or an empty list if there were no errors.
- nodes
Sequence[Get
Cluster Nodes Node] - 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
GetClusterNodesNode
- Drives
List<Get
Cluster Nodes Node Drife> - List of the drives in this node.
- Error string
- Error message, if the HTTP status returned from this node was not 200.
- Hardware
Get
Cluster Nodes Node Hardware - //
- Id double
- Node ID (Device Number) of a node.
- Lnn double
- Logical Node Number (LNN) of a node.
- Partitions
Get
Cluster Nodes Node Partitions - //
- Sensors
Get
Cluster Nodes Node Sensors - //
- State
Get
Cluster Nodes Node State - //
- Status
Get
Cluster Nodes Node Status - //
- Drives
[]Get
Cluster Nodes Node Drife - List of the drives in this node.
- Error string
- Error message, if the HTTP status returned from this node was not 200.
- Hardware
Get
Cluster Nodes Node Hardware - //
- Id float64
- Node ID (Device Number) of a node.
- Lnn float64
- Logical Node Number (LNN) of a node.
- Partitions
Get
Cluster Nodes Node Partitions - //
- Sensors
Get
Cluster Nodes Node Sensors - //
- State
Get
Cluster Nodes Node State - //
- Status
Get
Cluster Nodes Node Status - //
- drives
List<Get
Cluster Nodes Node Drife> - List of the drives in this node.
- error String
- Error message, if the HTTP status returned from this node was not 200.
- hardware
Get
Cluster Nodes Node Hardware - //
- id Double
- Node ID (Device Number) of a node.
- lnn Double
- Logical Node Number (LNN) of a node.
- partitions
Get
Cluster Nodes Node Partitions - //
- sensors
Get
Cluster Nodes Node Sensors - //
- state
Get
Cluster Nodes Node State - //
- status
Get
Cluster Nodes Node Status - //
- drives
Get
Cluster Nodes Node Drife[] - List of the drives in this node.
- error string
- Error message, if the HTTP status returned from this node was not 200.
- hardware
Get
Cluster Nodes Node Hardware - //
- id number
- Node ID (Device Number) of a node.
- lnn number
- Logical Node Number (LNN) of a node.
- partitions
Get
Cluster Nodes Node Partitions - //
- sensors
Get
Cluster Nodes Node Sensors - //
- state
Get
Cluster Nodes Node State - //
- status
Get
Cluster Nodes Node Status - //
- drives
Sequence[Get
Cluster Nodes Node Drife] - List of the drives in this node.
- error str
- Error message, if the HTTP status returned from this node was not 200.
- hardware
Get
Cluster Nodes Node Hardware - //
- id float
- Node ID (Device Number) of a node.
- lnn float
- Logical Node Number (LNN) of a node.
- partitions
Get
Cluster Nodes Node Partitions - //
- sensors
Get
Cluster Nodes Node Sensors - //
- state
Get
Cluster Nodes Node State - //
- status
Get
Cluster Nodes Node Status - //
- 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
Get
Cluster Nodes Node Drife Firmware - Drive firmware information
- Handle double
- Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
- Interface
Type 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.
- Logical
Block doubleLength - Size of a logical block on this drive.
- Media
Type string - String representation of this drive's media type.
- Model string
- This drive's manufacturer and model.
- Physical
Block doubleLength - 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.
- Purpose
Description string - Description of this drive's purpose.
- Serial string
- Serial number for this drive.
- Ui
State 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
Get
Cluster Nodes Node Drife Firmware - Drive firmware information
- Handle float64
- Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
- Interface
Type 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.
- Logical
Block float64Length - Size of a logical block on this drive.
- Media
Type string - String representation of this drive's media type.
- Model string
- This drive's manufacturer and model.
- Physical
Block float64Length - 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.
- Purpose
Description string - Description of this drive's purpose.
- Serial string
- Serial number for this drive.
- Ui
State 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
Get
Cluster Nodes Node Drife Firmware - Drive firmware information
- handle Double
- Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
- interface
Type 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.
- logical
Block DoubleLength - Size of a logical block on this drive.
- media
Type String - String representation of this drive's media type.
- model String
- This drive's manufacturer and model.
- physical
Block DoubleLength - 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.
- purpose
Description String - Description of this drive's purpose.
- serial String
- Serial number for this drive.
- ui
State String - This drive's state as presented to the UI.
- wwn String
- The drive's 'worldwide name' from its NAA identifiers.
- x
Loc Double - This drive's x-axis grid location.
- y
Loc 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
Get
Cluster Nodes Node Drife Firmware - Drive firmware information
- handle number
- Drived's handle representation for this driveIf we fail to retrieve the handle for this drive from drived: -1
- interface
Type 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.
- logical
Block numberLength - Size of a logical block on this drive.
- media
Type string - String representation of this drive's media type.
- model string
- This drive's manufacturer and model.
- physical
Block numberLength - 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.
- purpose
Description string - Description of this drive's purpose.
- serial string
- Serial number for this drive.
- ui
State string - This drive's state as presented to the UI.
- wwn string
- The drive's 'worldwide name' from its NAA identifiers.
- x
Loc number - This drive's x-axis grid location.
- y
Loc 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
Get
Cluster Nodes Node Drife Firmware - 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_ floatlength - 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_ floatlength - 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
- interface
Type 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.
- logical
Block NumberLength - Size of a logical block on this drive.
- media
Type String - String representation of this drive's media type.
- model String
- This drive's manufacturer and model.
- physical
Block NumberLength - 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.
- purpose
Description String - Description of this drive's purpose.
- serial String
- Serial number for this drive.
- ui
State String - This drive's state as presented to the UI.
- wwn String
- The drive's 'worldwide name' from its NAA identifiers.
- x
Loc Number - This drive's x-axis grid location.
- y
Loc Number - This drive's y-axis grid location.
GetClusterNodesNodeDrifeFirmware
- Current
Firmware string - This drive's current firmware revision
- Desired
Firmware string - This drive's desired firmware revision.
- Current
Firmware string - This drive's current firmware revision
- Desired
Firmware string - This drive's desired firmware revision.
- current
Firmware String - This drive's current firmware revision
- desired
Firmware String - This drive's desired firmware revision.
- current
Firmware string - This drive's current firmware revision
- desired
Firmware 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.
- current
Firmware String - This drive's current firmware revision
- desired
Firmware String - This drive's desired firmware revision.
GetClusterNodesNodeHardware
- Chassis string
- Name of this node's chassis.
- Chassis
Code string - Chassis code of this node (1U, 2U, etc.).
- Chassis
Count string - Number of chassis making up this node.
- Class string
- Class of this node (storage, accelerator, etc.).
- Configuration
Id string - Node configuration ID.
- Cpu string
- Manufacturer and model of this node's CPU.
- Disk
Controller string - Manufacturer and model of this node's disk controller.
- Disk
Expander string - Manufacturer and model of this node's disk expander.
- Family
Code string - Family code of this node (X, S, NL, etc.).
- Flash
Drive string - Manufacturer, model, and device id of this node's flash drive.
- Generation
Code string - Generation code of this node.
- Hwgen string
- PowerScale hardware generation name.
- Imb
Version string - Version of this node's PowerScale Management Board.
- Infiniband string
- Infiniband card type.
- Lcd
Version string - Version of the LCD panel.
- Motherboard string
- Manufacturer and model of this node's motherboard.
- Net
Interfaces 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.
- Serial
Number string - Serial number of this node.
- Series string
- Series of this node (X, I, NL, etc.).
- Storage
Class string - Storage class of this node (storage or diskless).
- Chassis string
- Name of this node's chassis.
- Chassis
Code string - Chassis code of this node (1U, 2U, etc.).
- Chassis
Count string - Number of chassis making up this node.
- Class string
- Class of this node (storage, accelerator, etc.).
- Configuration
Id string - Node configuration ID.
- Cpu string
- Manufacturer and model of this node's CPU.
- Disk
Controller string - Manufacturer and model of this node's disk controller.
- Disk
Expander string - Manufacturer and model of this node's disk expander.
- Family
Code string - Family code of this node (X, S, NL, etc.).
- Flash
Drive string - Manufacturer, model, and device id of this node's flash drive.
- Generation
Code string - Generation code of this node.
- Hwgen string
- PowerScale hardware generation name.
- Imb
Version string - Version of this node's PowerScale Management Board.
- Infiniband string
- Infiniband card type.
- Lcd
Version string - Version of the LCD panel.
- Motherboard string
- Manufacturer and model of this node's motherboard.
- Net
Interfaces 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.
- Serial
Number string - Serial number of this node.
- Series string
- Series of this node (X, I, NL, etc.).
- Storage
Class string - Storage class of this node (storage or diskless).
- chassis String
- Name of this node's chassis.
- chassis
Code String - Chassis code of this node (1U, 2U, etc.).
- chassis
Count String - Number of chassis making up this node.
- class_ String
- Class of this node (storage, accelerator, etc.).
- configuration
Id String - Node configuration ID.
- cpu String
- Manufacturer and model of this node's CPU.
- disk
Controller String - Manufacturer and model of this node's disk controller.
- disk
Expander String - Manufacturer and model of this node's disk expander.
- family
Code String - Family code of this node (X, S, NL, etc.).
- flash
Drive String - Manufacturer, model, and device id of this node's flash drive.
- generation
Code String - Generation code of this node.
- hwgen String
- PowerScale hardware generation name.
- imb
Version String - Version of this node's PowerScale Management Board.
- infiniband String
- Infiniband card type.
- lcd
Version String - Version of the LCD panel.
- motherboard String
- Manufacturer and model of this node's motherboard.
- net
Interfaces 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.
- serial
Number String - Serial number of this node.
- series String
- Series of this node (X, I, NL, etc.).
- storage
Class String - Storage class of this node (storage or diskless).
- chassis string
- Name of this node's chassis.
- chassis
Code string - Chassis code of this node (1U, 2U, etc.).
- chassis
Count string - Number of chassis making up this node.
- class string
- Class of this node (storage, accelerator, etc.).
- configuration
Id string - Node configuration ID.
- cpu string
- Manufacturer and model of this node's CPU.
- disk
Controller string - Manufacturer and model of this node's disk controller.
- disk
Expander string - Manufacturer and model of this node's disk expander.
- family
Code string - Family code of this node (X, S, NL, etc.).
- flash
Drive string - Manufacturer, model, and device id of this node's flash drive.
- generation
Code string - Generation code of this node.
- hwgen string
- PowerScale hardware generation name.
- imb
Version string - Version of this node's PowerScale Management Board.
- infiniband string
- Infiniband card type.
- lcd
Version string - Version of the LCD panel.
- motherboard string
- Manufacturer and model of this node's motherboard.
- net
Interfaces 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.
- serial
Number string - Serial number of this node.
- series string
- Series of this node (X, I, NL, etc.).
- storage
Class 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.
- chassis
Code String - Chassis code of this node (1U, 2U, etc.).
- chassis
Count String - Number of chassis making up this node.
- class String
- Class of this node (storage, accelerator, etc.).
- configuration
Id String - Node configuration ID.
- cpu String
- Manufacturer and model of this node's CPU.
- disk
Controller String - Manufacturer and model of this node's disk controller.
- disk
Expander String - Manufacturer and model of this node's disk expander.
- family
Code String - Family code of this node (X, S, NL, etc.).
- flash
Drive String - Manufacturer, model, and device id of this node's flash drive.
- generation
Code String - Generation code of this node.
- hwgen String
- PowerScale hardware generation name.
- imb
Version String - Version of this node's PowerScale Management Board.
- infiniband String
- Infiniband card type.
- lcd
Version String - Version of the LCD panel.
- motherboard String
- Manufacturer and model of this node's motherboard.
- net
Interfaces 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.
- serial
Number String - Serial number of this node.
- series String
- Series of this node (X, I, NL, etc.).
- storage
Class String - Storage class of this node (storage or diskless).
GetClusterNodesNodePartitions
- Count double
- Count of how many partitions are included.
- Partitions
List<Get
Cluster Nodes Node Partitions Partition> - Partition information.
- Count float64
- Count of how many partitions are included.
- Partitions
[]Get
Cluster Nodes Node Partitions Partition - Partition information.
- count Double
- Count of how many partitions are included.
- partitions
List<Get
Cluster Nodes Node Partitions Partition> - Partition information.
- count number
- Count of how many partitions are included.
- partitions
Get
Cluster Nodes Node Partitions Partition[] - Partition information.
- count float
- Count of how many partitions are included.
- partitions
Sequence[Get
Cluster Nodes Node Partitions Partition] - Partition information.
- count Number
- Count of how many partitions are included.
- partitions List<Property Map>
- Partition information.
GetClusterNodesNodePartitionsPartition
- Block
Size double - The block size used for the reported partition information.
- Capacity double
- Total blocks on this file system partition.
- Component
Devices string - Comma separated list of devices used for this file system partition.
- Mount
Point string - Directory on which this partition is mounted.
- Percent
Used string - Used blocks on this file system partition, expressed as a percentage.
- Statfs
Get
Cluster Nodes Node Partitions Partition Statfs - //
- Used double
- Used blocks on this file system partition.
- Block
Size float64 - The block size used for the reported partition information.
- Capacity float64
- Total blocks on this file system partition.
- Component
Devices string - Comma separated list of devices used for this file system partition.
- Mount
Point string - Directory on which this partition is mounted.
- Percent
Used string - Used blocks on this file system partition, expressed as a percentage.
- Statfs
Get
Cluster Nodes Node Partitions Partition Statfs - //
- Used float64
- Used blocks on this file system partition.
- block
Size Double - The block size used for the reported partition information.
- capacity Double
- Total blocks on this file system partition.
- component
Devices String - Comma separated list of devices used for this file system partition.
- mount
Point String - Directory on which this partition is mounted.
- percent
Used String - Used blocks on this file system partition, expressed as a percentage.
- statfs
Get
Cluster Nodes Node Partitions Partition Statfs - //
- used Double
- Used blocks on this file system partition.
- block
Size number - The block size used for the reported partition information.
- capacity number
- Total blocks on this file system partition.
- component
Devices string - Comma separated list of devices used for this file system partition.
- mount
Point string - Directory on which this partition is mounted.
- percent
Used string - Used blocks on this file system partition, expressed as a percentage.
- statfs
Get
Cluster Nodes Node Partitions Partition Statfs - //
- 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
Get
Cluster Nodes Node Partitions Partition Statfs - //
- used float
- Used blocks on this file system partition.
- block
Size Number - The block size used for the reported partition information.
- capacity Number
- Total blocks on this file system partition.
- component
Devices String - Comma separated list of devices used for this file system partition.
- mount
Point String - Directory on which this partition is mounted.
- percent
Used 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.
- f
Bavail Double - Free blocks available to non-superuser on this partition.
- f
Bfree Double - Free blocks on this partition.
- f
Blocks Double - Total data blocks on this partition.
- f
Bsize Double - Filesystem fragment size; block size in OneFS.
- f
Ffree Double - Free file nodes avail to non-superuser.
- f
Files Double - Total file nodes in filesystem.
- f
Flags Double - Mount exported flags.
- f
Fstypename String - File system type name.
- f
Iosize Double - Optimal transfer block size.
- f
Mntfromname String - Names of devices this partition is mounted from.
- f
Mntonname String - Directory this partition is mounted to.
- f
Namemax Double - Maximum filename length.
- f
Owner Double - UID of user that mounted the filesystem.
- f
Type Double - Type of filesystem.
- f
Version Double - statfs() structure version number.
- f
Bavail number - Free blocks available to non-superuser on this partition.
- f
Bfree number - Free blocks on this partition.
- f
Blocks number - Total data blocks on this partition.
- f
Bsize number - Filesystem fragment size; block size in OneFS.
- f
Ffree number - Free file nodes avail to non-superuser.
- f
Files number - Total file nodes in filesystem.
- f
Flags number - Mount exported flags.
- f
Fstypename string - File system type name.
- f
Iosize number - Optimal transfer block size.
- f
Mntfromname string - Names of devices this partition is mounted from.
- f
Mntonname string - Directory this partition is mounted to.
- f
Namemax number - Maximum filename length.
- f
Owner number - UID of user that mounted the filesystem.
- f
Type number - Type of filesystem.
- f
Version 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.
- f
Bavail Number - Free blocks available to non-superuser on this partition.
- f
Bfree Number - Free blocks on this partition.
- f
Blocks Number - Total data blocks on this partition.
- f
Bsize Number - Filesystem fragment size; block size in OneFS.
- f
Ffree Number - Free file nodes avail to non-superuser.
- f
Files Number - Total file nodes in filesystem.
- f
Flags Number - Mount exported flags.
- f
Fstypename String - File system type name.
- f
Iosize Number - Optimal transfer block size.
- f
Mntfromname String - Names of devices this partition is mounted from.
- f
Mntonname String - Directory this partition is mounted to.
- f
Namemax Number - Maximum filename length.
- f
Owner Number - UID of user that mounted the filesystem.
- f
Type Number - Type of filesystem.
- f
Version Number - statfs() structure version number.
GetClusterNodesNodeSensors
- Sensors
List<Get
Cluster Nodes Node Sensors Sensor> - This node's sensor information.
- Sensors
[]Get
Cluster Nodes Node Sensors Sensor - This node's sensor information.
- sensors
List<Get
Cluster Nodes Node Sensors Sensor> - This node's sensor information.
- sensors
Get
Cluster Nodes Node Sensors Sensor[] - This node's sensor information.
- sensors
Sequence[Get
Cluster Nodes Node Sensors Sensor] - 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<Get
Cluster Nodes Node Sensors Sensor Value> - 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
[]Get
Cluster Nodes Node Sensors Sensor Value - 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<Get
Cluster Nodes Node Sensors Sensor Value> - 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
Get
Cluster Nodes Node Sensors Sensor Value[] - 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[Get
Cluster Nodes Node Sensors Sensor Value] - 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
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
Get
Cluster Nodes Node Status Batterystatus - //
- Capacities
List<Get
Cluster Nodes Node Status Capacity> - Storage capacity of this node.
- Cpu
Get
Cluster Nodes Node Status Cpu - //
- Nvram
Get
Cluster Nodes Node Status Nvram - //
- Powersupplies
Get
Cluster Nodes Node Status Powersupplies - //
- Release string
- OneFS release.
- Uptime double
- Seconds this node has been online.
- Version string
- OneFS version.
- Batterystatus
Get
Cluster Nodes Node Status Batterystatus - //
- Capacities
[]Get
Cluster Nodes Node Status Capacity - Storage capacity of this node.
- Cpu
Get
Cluster Nodes Node Status Cpu - //
- Nvram
Get
Cluster Nodes Node Status Nvram - //
- Powersupplies
Get
Cluster Nodes Node Status Powersupplies - //
- Release string
- OneFS release.
- Uptime float64
- Seconds this node has been online.
- Version string
- OneFS version.
- batterystatus
Get
Cluster Nodes Node Status Batterystatus - //
- capacities
List<Get
Cluster Nodes Node Status Capacity> - Storage capacity of this node.
- cpu
Get
Cluster Nodes Node Status Cpu - //
- nvram
Get
Cluster Nodes Node Status Nvram - //
- powersupplies
Get
Cluster Nodes Node Status Powersupplies - //
- release String
- OneFS release.
- uptime Double
- Seconds this node has been online.
- version String
- OneFS version.
- batterystatus
Get
Cluster Nodes Node Status Batterystatus - //
- capacities
Get
Cluster Nodes Node Status Capacity[] - Storage capacity of this node.
- cpu
Get
Cluster Nodes Node Status Cpu - //
- nvram
Get
Cluster Nodes Node Status Nvram - //
- powersupplies
Get
Cluster Nodes Node Status Powersupplies - //
- release string
- OneFS release.
- uptime number
- Seconds this node has been online.
- version string
- OneFS version.
- batterystatus
Get
Cluster Nodes Node Status Batterystatus - //
- capacities
Sequence[Get
Cluster Nodes Node Status Capacity] - Storage capacity of this node.
- cpu
Get
Cluster Nodes Node Status Cpu - //
- nvram
Get
Cluster Nodes Node Status Nvram - //
- powersupplies
Get
Cluster Nodes Node Status Powersupplies - //
- release str
- OneFS release.
- uptime float
- Seconds this node has been online.
- version str
- OneFS version.
- 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
- Last
Test stringTime1 - The last battery test time for battery 1.
- Last
Test stringTime2 - The last battery test time for battery 2.
- Next
Test stringTime1 - The next checkup for battery 1.
- Next
Test stringTime2 - 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.
- Last
Test stringTime1 - The last battery test time for battery 1.
- Last
Test stringTime2 - The last battery test time for battery 2.
- Next
Test stringTime1 - The next checkup for battery 1.
- Next
Test stringTime2 - 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.
- last
Test StringTime1 - The last battery test time for battery 1.
- last
Test StringTime2 - The last battery test time for battery 2.
- next
Test StringTime1 - The next checkup for battery 1.
- next
Test StringTime2 - 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 stringTime1 - The last battery test time for battery 1.
- last
Test stringTime2 - The last battery test time for battery 2.
- next
Test stringTime1 - The next checkup for battery 1.
- next
Test stringTime2 - 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_ strtime1 - The last battery test time for battery 1.
- last_
test_ strtime2 - The last battery test time for battery 2.
- next_
test_ strtime1 - The next checkup for battery 1.
- next_
test_ strtime2 - 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.
- last
Test StringTime1 - The last battery test time for battery 1.
- last
Test StringTime2 - The last battery test time for battery 2.
- next
Test StringTime1 - The next checkup for battery 1.
- next
Test StringTime2 - 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
GetClusterNodesNodeStatusCpu
- Model string
- Manufacturer model description of this CPU.
- Overtemp string
- CPU overtemp state.
- Proc string
- Type of processor and core of this CPU.
- Speed
Limit 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.
- Speed
Limit 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.
- speed
Limit 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.
- speed
Limit 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.
- speed
Limit String - CPU throttling (expressed as a percentage).
GetClusterNodesNodeStatusNvram
- Batteries
List<Get
Cluster Nodes Node Status Nvram Battery> - This node's NVRAM battery status information.
- Battery
Count double - This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
- Charge
Status string - This node's NVRAM battery charge status, as a color.
- Charge
Status doubleNumber - 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.
- Present
Flash bool - This node has NVRAM with flash storage.
- Present
Size double - The size of the NVRAM, in bytes.
- Present
Type string - This node's NVRAM type.
- Ship
Mode 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.
- Supported
Flash bool - This node supports NVRAM with flash storage.
- Supported
Size double - The maximum size of the NVRAM, in bytes.
- Supported
Type string - This node's supported NVRAM type.
- Batteries
[]Get
Cluster Nodes Node Status Nvram Battery - This node's NVRAM battery status information.
- Battery
Count float64 - This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
- Charge
Status string - This node's NVRAM battery charge status, as a color.
- Charge
Status float64Number - 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.
- Present
Flash bool - This node has NVRAM with flash storage.
- Present
Size float64 - The size of the NVRAM, in bytes.
- Present
Type string - This node's NVRAM type.
- Ship
Mode 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.
- Supported
Flash bool - This node supports NVRAM with flash storage.
- Supported
Size float64 - The maximum size of the NVRAM, in bytes.
- Supported
Type string - This node's supported NVRAM type.
- batteries
List<Get
Cluster Nodes Node Status Nvram Battery> - This node's NVRAM battery status information.
- battery
Count Double - This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
- charge
Status String - This node's NVRAM battery charge status, as a color.
- charge
Status DoubleNumber - 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.
- present
Flash Boolean - This node has NVRAM with flash storage.
- present
Size Double - The size of the NVRAM, in bytes.
- present
Type String - This node's NVRAM type.
- ship
Mode 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.
- supported
Flash Boolean - This node supports NVRAM with flash storage.
- supported
Size Double - The maximum size of the NVRAM, in bytes.
- supported
Type String - This node's supported NVRAM type.
- batteries
Get
Cluster Nodes Node Status Nvram Battery[] - This node's NVRAM battery status information.
- battery
Count number - This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
- charge
Status string - This node's NVRAM battery charge status, as a color.
- charge
Status numberNumber - 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.
- present
Flash boolean - This node has NVRAM with flash storage.
- present
Size number - The size of the NVRAM, in bytes.
- present
Type string - This node's NVRAM type.
- ship
Mode 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.
- supported
Flash boolean - This node supports NVRAM with flash storage.
- supported
Size number - The maximum size of the NVRAM, in bytes.
- supported
Type string - This node's supported NVRAM type.
- batteries
Sequence[Get
Cluster Nodes Node Status Nvram Battery] - 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_ floatnumber - 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.
- battery
Count Number - This node's NVRAM battery count. On failure: -1, otherwise 1 or 2.
- charge
Status String - This node's NVRAM battery charge status, as a color.
- charge
Status NumberNumber - 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.
- present
Flash Boolean - This node has NVRAM with flash storage.
- present
Size Number - The size of the NVRAM, in bytes.
- present
Type String - This node's NVRAM type.
- ship
Mode 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.
- supported
Flash Boolean - This node supports NVRAM with flash storage.
- supported
Size Number - The maximum size of the NVRAM, in bytes.
- supported
Type String - This node's supported NVRAM type.
GetClusterNodesNodeStatusNvramBattery
GetClusterNodesNodeStatusPowersupplies
- Count double
- Count of how many power supplies are supported.
- Failures double
- Count of how many power supplies have failed.
- Has
Cff bool - Does this node have a CFF power supply.
- Status string
- A descriptive status string for this node's power supplies.
- Supplies
List<Get
Cluster Nodes Node Status Powersupplies Supply> - List of this node's power supplies.
- Supports
Cff 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.
- Has
Cff bool - Does this node have a CFF power supply.
- Status string
- A descriptive status string for this node's power supplies.
- Supplies
[]Get
Cluster Nodes Node Status Powersupplies Supply - List of this node's power supplies.
- Supports
Cff 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.
- has
Cff Boolean - Does this node have a CFF power supply.
- status String
- A descriptive status string for this node's power supplies.
- supplies
List<Get
Cluster Nodes Node Status Powersupplies Supply> - List of this node's power supplies.
- supports
Cff 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.
- has
Cff boolean - Does this node have a CFF power supply.
- status string
- A descriptive status string for this node's power supplies.
- supplies
Get
Cluster Nodes Node Status Powersupplies Supply[] - List of this node's power supplies.
- supports
Cff 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[Get
Cluster Nodes Node Status Powersupplies Supply] - 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.
- has
Cff 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.
- supports
Cff 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.