intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getApplianceNodeStatus
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Status of an Intersight Appliance node.
Using getApplianceNodeStatus
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 getApplianceNodeStatus(args: GetApplianceNodeStatusArgs, opts?: InvokeOptions): Promise<GetApplianceNodeStatusResult>
function getApplianceNodeStatusOutput(args: GetApplianceNodeStatusOutputArgs, opts?: InvokeOptions): Output<GetApplianceNodeStatusResult>
def get_appliance_node_status(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetApplianceNodeStatusAncestor]] = None,
class_id: Optional[str] = None,
cpu_usage: Optional[float] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
file_system_statuses: Optional[Sequence[GetApplianceNodeStatusFileSystemStatus]] = None,
id: Optional[str] = None,
mem_usage: Optional[float] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
node_id: Optional[float] = None,
node_info: Optional[GetApplianceNodeStatusNodeInfo] = None,
node_state: Optional[str] = None,
object_type: Optional[str] = None,
operational_status: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetApplianceNodeStatusParent] = None,
permission_resources: Optional[Sequence[GetApplianceNodeStatusPermissionResource]] = None,
shared_scope: Optional[str] = None,
status_checks: Optional[Sequence[GetApplianceNodeStatusStatusCheck]] = None,
system_status: Optional[GetApplianceNodeStatusSystemStatus] = None,
tags: Optional[Sequence[GetApplianceNodeStatusTag]] = None,
version_context: Optional[GetApplianceNodeStatusVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetApplianceNodeStatusResult
def get_appliance_node_status_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeStatusAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cpu_usage: Optional[pulumi.Input[float]] = None,
create_time: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
file_system_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeStatusFileSystemStatusArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
mem_usage: Optional[pulumi.Input[float]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
node_id: Optional[pulumi.Input[float]] = None,
node_info: Optional[pulumi.Input[GetApplianceNodeStatusNodeInfoArgs]] = None,
node_state: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
operational_status: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetApplianceNodeStatusParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeStatusPermissionResourceArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
status_checks: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeStatusStatusCheckArgs]]]] = None,
system_status: Optional[pulumi.Input[GetApplianceNodeStatusSystemStatusArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceNodeStatusTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetApplianceNodeStatusVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplianceNodeStatusResult]
func LookupApplianceNodeStatus(ctx *Context, args *LookupApplianceNodeStatusArgs, opts ...InvokeOption) (*LookupApplianceNodeStatusResult, error)
func LookupApplianceNodeStatusOutput(ctx *Context, args *LookupApplianceNodeStatusOutputArgs, opts ...InvokeOption) LookupApplianceNodeStatusResultOutput
> Note: This function is named LookupApplianceNodeStatus
in the Go SDK.
public static class GetApplianceNodeStatus
{
public static Task<GetApplianceNodeStatusResult> InvokeAsync(GetApplianceNodeStatusArgs args, InvokeOptions? opts = null)
public static Output<GetApplianceNodeStatusResult> Invoke(GetApplianceNodeStatusInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplianceNodeStatusResult> getApplianceNodeStatus(GetApplianceNodeStatusArgs args, InvokeOptions options)
public static Output<GetApplianceNodeStatusResult> getApplianceNodeStatus(GetApplianceNodeStatusArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getApplianceNodeStatus:getApplianceNodeStatus
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Appliance Node Status Ancestor> - Class
Id string - Cpu
Usage double - Percentage of CPU currently in use.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System List<GetStatuses Appliance Node Status File System Status> - Id string
- Mem
Usage double - Percentage of memory currently in use.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Id double - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- Node
Info GetAppliance Node Status Node Info - Node
State string - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - Object
Type string - Operational
Status string - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - Owners List<string>
- Parent
Get
Appliance Node Status Parent - Permission
Resources List<GetAppliance Node Status Permission Resource> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
Checks List<GetAppliance Node Status Status Check> - System
Status GetAppliance Node Status System Status - List<Get
Appliance Node Status Tag> - Version
Context GetAppliance Node Status Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Appliance Node Status Ancestor - Class
Id string - Cpu
Usage float64 - Percentage of CPU currently in use.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System []GetStatuses Appliance Node Status File System Status - Id string
- Mem
Usage float64 - Percentage of memory currently in use.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Id float64 - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- Node
Info GetAppliance Node Status Node Info - Node
State string - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - Object
Type string - Operational
Status string - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - Owners []string
- Parent
Get
Appliance Node Status Parent - Permission
Resources []GetAppliance Node Status Permission Resource - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
Checks []GetAppliance Node Status Status Check - System
Status GetAppliance Node Status System Status - []Get
Appliance Node Status Tag - Version
Context GetAppliance Node Status Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Appliance Node Status Ancestor> - class
Id String - cpu
Usage Double - Percentage of CPU currently in use.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System List<GetStatuses Appliance Node Status File System Status> - id String
- mem
Usage Double - Percentage of memory currently in use.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Id Double - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- node
Info GetAppliance Node Status Node Info - node
State String - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - object
Type String - operational
Status String - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners List<String>
- parent
Get
Appliance Node Status Parent - permission
Resources List<GetAppliance Node Status Permission Resource> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Checks List<GetAppliance Node Status Status Check> - system
Status GetAppliance Node Status System Status - List<Get
Appliance Node Status Tag> - version
Context GetAppliance Node Status Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Appliance Node Status Ancestor[] - class
Id string - cpu
Usage number - Percentage of CPU currently in use.
- create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
System GetStatuses Appliance Node Status File System Status[] - id string
- mem
Usage number - Percentage of memory currently in use.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Id number - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- node
Info GetAppliance Node Status Node Info - node
State string - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - object
Type string - operational
Status string - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners string[]
- parent
Get
Appliance Node Status Parent - permission
Resources GetAppliance Node Status Permission Resource[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Checks GetAppliance Node Status Status Check[] - system
Status GetAppliance Node Status System Status - Get
Appliance Node Status Tag[] - version
Context GetAppliance Node Status Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Appliance Node Status Ancestor] - class_
id str - cpu_
usage float - Percentage of CPU currently in use.
- create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
system_ Sequence[Getstatuses Appliance Node Status File System Status] - id str
- mem_
usage float - Percentage of memory currently in use.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
id float - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- node_
info GetAppliance Node Status Node Info - node_
state str - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - object_
type str - operational_
status str - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners Sequence[str]
- parent
Get
Appliance Node Status Parent - permission_
resources Sequence[GetAppliance Node Status Permission Resource] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status_
checks Sequence[GetAppliance Node Status Status Check] - system_
status GetAppliance Node Status System Status - Sequence[Get
Appliance Node Status Tag] - version_
context GetAppliance Node Status Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - cpu
Usage Number - Percentage of CPU currently in use.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System List<Property Map>Statuses - id String
- mem
Usage Number - Percentage of memory currently in use.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Id Number - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- node
Info Property Map - node
State String - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - object
Type String - operational
Status String - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Checks List<Property Map> - system
Status Property Map - List<Property Map>
- version
Context Property Map
getApplianceNodeStatus Result
The following output properties are available:
- Id string
- Results
List<Get
Appliance Node Status Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Appliance Node Status Ancestor> - Class
Id string - Cpu
Usage double - Create
Time string - Domain
Group stringMoid - File
System List<GetStatuses Appliance Node Status File System Status> - Mem
Usage double - Mod
Time string - Moid string
- Node
Id double - Node
Info GetAppliance Node Status Node Info - Node
State string - Object
Type string - Operational
Status string - Owners List<string>
- Parent
Get
Appliance Node Status Parent - Permission
Resources List<GetAppliance Node Status Permission Resource> - string
- Status
Checks List<GetAppliance Node Status Status Check> - System
Status GetAppliance Node Status System Status - List<Get
Appliance Node Status Tag> - Version
Context GetAppliance Node Status Version Context
- Id string
- Results
[]Get
Appliance Node Status Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Appliance Node Status Ancestor - Class
Id string - Cpu
Usage float64 - Create
Time string - Domain
Group stringMoid - File
System []GetStatuses Appliance Node Status File System Status - Mem
Usage float64 - Mod
Time string - Moid string
- Node
Id float64 - Node
Info GetAppliance Node Status Node Info - Node
State string - Object
Type string - Operational
Status string - Owners []string
- Parent
Get
Appliance Node Status Parent - Permission
Resources []GetAppliance Node Status Permission Resource - string
- Status
Checks []GetAppliance Node Status Status Check - System
Status GetAppliance Node Status System Status - []Get
Appliance Node Status Tag - Version
Context GetAppliance Node Status Version Context
- id String
- results
List<Get
Appliance Node Status Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Appliance Node Status Ancestor> - class
Id String - cpu
Usage Double - create
Time String - domain
Group StringMoid - file
System List<GetStatuses Appliance Node Status File System Status> - mem
Usage Double - mod
Time String - moid String
- node
Id Double - node
Info GetAppliance Node Status Node Info - node
State String - object
Type String - operational
Status String - owners List<String>
- parent
Get
Appliance Node Status Parent - permission
Resources List<GetAppliance Node Status Permission Resource> - String
- status
Checks List<GetAppliance Node Status Status Check> - system
Status GetAppliance Node Status System Status - List<Get
Appliance Node Status Tag> - version
Context GetAppliance Node Status Version Context
- id string
- results
Get
Appliance Node Status Result[] - account
Moid string - additional
Properties string - ancestors
Get
Appliance Node Status Ancestor[] - class
Id string - cpu
Usage number - create
Time string - domain
Group stringMoid - file
System GetStatuses Appliance Node Status File System Status[] - mem
Usage number - mod
Time string - moid string
- node
Id number - node
Info GetAppliance Node Status Node Info - node
State string - object
Type string - operational
Status string - owners string[]
- parent
Get
Appliance Node Status Parent - permission
Resources GetAppliance Node Status Permission Resource[] - string
- status
Checks GetAppliance Node Status Status Check[] - system
Status GetAppliance Node Status System Status - Get
Appliance Node Status Tag[] - version
Context GetAppliance Node Status Version Context
- id str
- results
Sequence[Get
Appliance Node Status Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Appliance Node Status Ancestor] - class_
id str - cpu_
usage float - create_
time str - domain_
group_ strmoid - file_
system_ Sequence[Getstatuses Appliance Node Status File System Status] - mem_
usage float - mod_
time str - moid str
- node_
id float - node_
info GetAppliance Node Status Node Info - node_
state str - object_
type str - operational_
status str - owners Sequence[str]
- parent
Get
Appliance Node Status Parent - permission_
resources Sequence[GetAppliance Node Status Permission Resource] - str
- status_
checks Sequence[GetAppliance Node Status Status Check] - system_
status GetAppliance Node Status System Status - Sequence[Get
Appliance Node Status Tag] - version_
context GetAppliance Node Status Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - cpu
Usage Number - create
Time String - domain
Group StringMoid - file
System List<Property Map>Statuses - mem
Usage Number - mod
Time String - moid String
- node
Id Number - node
Info Property Map - node
State String - object
Type String - operational
Status String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - String
- status
Checks List<Property Map> - system
Status Property Map - List<Property Map>
- version
Context Property Map
Supporting Types
GetApplianceNodeStatusAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeStatusFileSystemStatus
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeStatusNodeInfo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeStatusParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeStatusPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeStatusResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Appliance Node Status Result Ancestor> - Class
Id string - Cpu
Usage double - Percentage of CPU currently in use.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System List<GetStatuses Appliance Node Status Result File System Status> - Mem
Usage double - Percentage of memory currently in use.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Id double - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- Node
Infos List<GetAppliance Node Status Result Node Info> - Node
State string - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - Object
Type string - Operational
Status string - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - Owners List<string>
- Parents
List<Get
Appliance Node Status Result Parent> - Permission
Resources List<GetAppliance Node Status Result Permission Resource> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
Checks List<GetAppliance Node Status Result Status Check> - System
Statuses List<GetAppliance Node Status Result System Status> - List<Get
Appliance Node Status Result Tag> - Version
Contexts List<GetAppliance Node Status Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Appliance Node Status Result Ancestor - Class
Id string - Cpu
Usage float64 - Percentage of CPU currently in use.
- Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
System []GetStatuses Appliance Node Status Result File System Status - Mem
Usage float64 - Percentage of memory currently in use.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Id float64 - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- Node
Infos []GetAppliance Node Status Result Node Info - Node
State string - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - Object
Type string - Operational
Status string - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - Owners []string
- Parents
[]Get
Appliance Node Status Result Parent - Permission
Resources []GetAppliance Node Status Result Permission Resource - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status
Checks []GetAppliance Node Status Result Status Check - System
Statuses []GetAppliance Node Status Result System Status - []Get
Appliance Node Status Result Tag - Version
Contexts []GetAppliance Node Status Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Appliance Node Status Result Ancestor> - class
Id String - cpu
Usage Double - Percentage of CPU currently in use.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System List<GetStatuses Appliance Node Status Result File System Status> - mem
Usage Double - Percentage of memory currently in use.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Id Double - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- node
Infos List<GetAppliance Node Status Result Node Info> - node
State String - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - object
Type String - operational
Status String - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners List<String>
- parents
List<Get
Appliance Node Status Result Parent> - permission
Resources List<GetAppliance Node Status Result Permission Resource> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Checks List<GetAppliance Node Status Result Status Check> - system
Statuses List<GetAppliance Node Status Result System Status> - List<Get
Appliance Node Status Result Tag> - version
Contexts List<GetAppliance Node Status Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Appliance Node Status Result Ancestor[] - class
Id string - cpu
Usage number - Percentage of CPU currently in use.
- create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
System GetStatuses Appliance Node Status Result File System Status[] - mem
Usage number - Percentage of memory currently in use.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Id number - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- node
Infos GetAppliance Node Status Result Node Info[] - node
State string - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - object
Type string - operational
Status string - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners string[]
- parents
Get
Appliance Node Status Result Parent[] - permission
Resources GetAppliance Node Status Result Permission Resource[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Checks GetAppliance Node Status Result Status Check[] - system
Statuses GetAppliance Node Status Result System Status[] - Get
Appliance Node Status Result Tag[] - version
Contexts GetAppliance Node Status Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Appliance Node Status Result Ancestor] - class_
id str - cpu_
usage float - Percentage of CPU currently in use.
- create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
system_ Sequence[Getstatuses Appliance Node Status Result File System Status] - mem_
usage float - Percentage of memory currently in use.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
id float - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- node_
infos Sequence[GetAppliance Node Status Result Node Info] - node_
state str - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - object_
type str - operational_
status str - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners Sequence[str]
- parents
Sequence[Get
Appliance Node Status Result Parent] - permission_
resources Sequence[GetAppliance Node Status Result Permission Resource] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status_
checks Sequence[GetAppliance Node Status Result Status Check] - system_
statuses Sequence[GetAppliance Node Status Result System Status] - Sequence[Get
Appliance Node Status Result Tag] - version_
contexts Sequence[GetAppliance Node Status Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - cpu
Usage Number - Percentage of CPU currently in use.
- create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
System List<Property Map>Statuses - mem
Usage Number - Percentage of memory currently in use.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Id Number - System assigned unique ID of the Intersight Appliance node.The system incrementally assigns identifiers to each node inthe Intersight Appliance cluster starting with a value of 1.
- node
Infos List<Property Map> - node
State String - State of the node in terms of its readiness to host Kubernetes pods.*
Down
- The node is yet to come up and join as a member of theKubernetes cluster.*Preparing
- The node has come up and joined the Kubernetes cluster,preparing to host Kubernetes pods.*Ready
- The node is ready to host Kubernetes pods. - object
Type String - operational
Status String - Operational status of the Intersight Appliance node.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed. - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status
Checks List<Property Map> - system
Statuses List<Property Map> - List<Property Map>
- version
Contexts List<Property Map>
GetApplianceNodeStatusResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeStatusResultFileSystemStatus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeStatusResultNodeInfo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeStatusResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeStatusResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeStatusResultStatusCheck
- Additional
Properties string - Class
Id string - Code string
- Object
Type string - Result string
- Additional
Properties string - Class
Id string - Code string
- Object
Type string - Result string
- additional
Properties String - class
Id String - code String
- object
Type String - result String
- additional
Properties string - class
Id string - code string
- object
Type string - result string
- additional_
properties str - class_
id str - code str
- object_
type str - result str
- additional
Properties String - class
Id String - code String
- object
Type String - result String
GetApplianceNodeStatusResultSystemStatus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeStatusResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetApplianceNodeStatusResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetAppliance Node Status Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetAppliance Node Status Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetApplianceNodeStatusResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeStatusResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceNodeStatusStatusCheck
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Code string
- Unique identifier of the status check.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Result string
- Result of this status check.
OK
- Result of the check is OK.Warning
- Result of the check is Warning.Critical
- Result of the check is Critical.Info
- Result of the check is low.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Code string
- Unique identifier of the status check.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Result string
- Result of this status check.
OK
- Result of the check is OK.Warning
- Result of the check is Warning.Critical
- Result of the check is Critical.Info
- Result of the check is low.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- code String
- Unique identifier of the status check.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- result String
- Result of this status check.
OK
- Result of the check is OK.Warning
- Result of the check is Warning.Critical
- Result of the check is Critical.Info
- Result of the check is low.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- code string
- Unique identifier of the status check.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- result string
- Result of this status check.
OK
- Result of the check is OK.Warning
- Result of the check is Warning.Critical
- Result of the check is Critical.Info
- Result of the check is low.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- code str
- Unique identifier of the status check.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- result str
- Result of this status check.
OK
- Result of the check is OK.Warning
- Result of the check is Warning.Critical
- Result of the check is Critical.Info
- Result of the check is low.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- code String
- Unique identifier of the status check.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- result String
- Result of this status check.
OK
- Result of the check is OK.Warning
- Result of the check is Warning.Critical
- Result of the check is Critical.Info
- Result of the check is low.
GetApplianceNodeStatusSystemStatus
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeStatusTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetApplianceNodeStatusVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetAppliance Node Status Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAppliance Node Status Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetAppliance Node Status Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetAppliance Node Status Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetAppliance Node Status Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAppliance Node Status Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetAppliance Node Status Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetAppliance Node Status Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetAppliance Node Status Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetAppliance Node Status Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetApplianceNodeStatusVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetApplianceNodeStatusVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet