1. Packages
  2. Intersight Provider
  3. API Docs
  4. getApplianceClusterInstall
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getApplianceClusterInstall

Explore with Pulumi AI

ClusterInstall is a singleton that tracks the Intersight Appliance’s install of two additional nodes.

Using getApplianceClusterInstall

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 getApplianceClusterInstall(args: GetApplianceClusterInstallArgs, opts?: InvokeOptions): Promise<GetApplianceClusterInstallResult>
function getApplianceClusterInstallOutput(args: GetApplianceClusterInstallOutputArgs, opts?: InvokeOptions): Output<GetApplianceClusterInstallResult>
Copy
def get_appliance_cluster_install(account: Optional[GetApplianceClusterInstallAccount] = None,
                                  account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetApplianceClusterInstallAncestor]] = None,
                                  class_id: Optional[str] = None,
                                  completed_phases: Optional[Sequence[GetApplianceClusterInstallCompletedPhase]] = None,
                                  create_time: Optional[str] = None,
                                  current_phase: Optional[GetApplianceClusterInstallCurrentPhase] = None,
                                  domain_group_moid: Optional[str] = None,
                                  elapsed_time: Optional[float] = None,
                                  end_time: Optional[str] = None,
                                  error_code: Optional[float] = None,
                                  id: Optional[str] = None,
                                  messages: Optional[Sequence[str]] = None,
                                  mod_time: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  node_infos: Optional[Sequence[GetApplianceClusterInstallNodeInfo]] = None,
                                  object_type: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetApplianceClusterInstallParent] = None,
                                  permission_resources: Optional[Sequence[GetApplianceClusterInstallPermissionResource]] = None,
                                  remote_dns: Optional[str] = None,
                                  shared_scope: Optional[str] = None,
                                  start_time: Optional[str] = None,
                                  status: Optional[str] = None,
                                  tags: Optional[Sequence[GetApplianceClusterInstallTag]] = None,
                                  total_nodes: Optional[float] = None,
                                  total_phases: Optional[float] = None,
                                  version_context: Optional[GetApplianceClusterInstallVersionContext] = None,
                                  vip: Optional[GetApplianceClusterInstallVip] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetApplianceClusterInstallResult
def get_appliance_cluster_install_output(account: Optional[pulumi.Input[GetApplianceClusterInstallAccountArgs]] = None,
                                  account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceClusterInstallAncestorArgs]]]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  completed_phases: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceClusterInstallCompletedPhaseArgs]]]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  current_phase: Optional[pulumi.Input[GetApplianceClusterInstallCurrentPhaseArgs]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  elapsed_time: Optional[pulumi.Input[float]] = None,
                                  end_time: Optional[pulumi.Input[str]] = None,
                                  error_code: Optional[pulumi.Input[float]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  messages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  node_infos: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceClusterInstallNodeInfoArgs]]]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetApplianceClusterInstallParentArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceClusterInstallPermissionResourceArgs]]]] = None,
                                  remote_dns: Optional[pulumi.Input[str]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  start_time: Optional[pulumi.Input[str]] = None,
                                  status: Optional[pulumi.Input[str]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceClusterInstallTagArgs]]]] = None,
                                  total_nodes: Optional[pulumi.Input[float]] = None,
                                  total_phases: Optional[pulumi.Input[float]] = None,
                                  version_context: Optional[pulumi.Input[GetApplianceClusterInstallVersionContextArgs]] = None,
                                  vip: Optional[pulumi.Input[GetApplianceClusterInstallVipArgs]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetApplianceClusterInstallResult]
Copy
func LookupApplianceClusterInstall(ctx *Context, args *LookupApplianceClusterInstallArgs, opts ...InvokeOption) (*LookupApplianceClusterInstallResult, error)
func LookupApplianceClusterInstallOutput(ctx *Context, args *LookupApplianceClusterInstallOutputArgs, opts ...InvokeOption) LookupApplianceClusterInstallResultOutput
Copy

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

public static class GetApplianceClusterInstall 
{
    public static Task<GetApplianceClusterInstallResult> InvokeAsync(GetApplianceClusterInstallArgs args, InvokeOptions? opts = null)
    public static Output<GetApplianceClusterInstallResult> Invoke(GetApplianceClusterInstallInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetApplianceClusterInstallResult> getApplianceClusterInstall(GetApplianceClusterInstallArgs args, InvokeOptions options)
public static Output<GetApplianceClusterInstallResult> getApplianceClusterInstall(GetApplianceClusterInstallArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getApplianceClusterInstall:getApplianceClusterInstall
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Account GetApplianceClusterInstallAccount
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetApplianceClusterInstallAncestor>
ClassId string
CompletedPhases List<GetApplianceClusterInstallCompletedPhase>
CreateTime string
The time when this managed object was created.
CurrentPhase GetApplianceClusterInstallCurrentPhase
DomainGroupMoid string
The DomainGroup ID for this managed object.
ElapsedTime double
Elapsed time in seconds during the software install.
EndTime string
End date of the software install.
ErrorCode double
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
Id string
Messages List<string>
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
NodeInfos List<GetApplianceClusterInstallNodeInfo>
ObjectType string
Owners List<string>
Parent GetApplianceClusterInstallParent
PermissionResources List<GetApplianceClusterInstallPermissionResource>
RemoteDns string
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
SharedScope 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.
StartTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
Tags List<GetApplianceClusterInstallTag>
TotalNodes double
Total number of nodes in the system.
TotalPhases double
TotalPhase represents the total number of the install phases for one install.
VersionContext GetApplianceClusterInstallVersionContext
Vip GetApplianceClusterInstallVip
Account GetApplianceClusterInstallAccount
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetApplianceClusterInstallAncestor
ClassId string
CompletedPhases []GetApplianceClusterInstallCompletedPhase
CreateTime string
The time when this managed object was created.
CurrentPhase GetApplianceClusterInstallCurrentPhase
DomainGroupMoid string
The DomainGroup ID for this managed object.
ElapsedTime float64
Elapsed time in seconds during the software install.
EndTime string
End date of the software install.
ErrorCode float64
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
Id string
Messages []string
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
NodeInfos []GetApplianceClusterInstallNodeInfo
ObjectType string
Owners []string
Parent GetApplianceClusterInstallParent
PermissionResources []GetApplianceClusterInstallPermissionResource
RemoteDns string
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
SharedScope 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.
StartTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
Tags []GetApplianceClusterInstallTag
TotalNodes float64
Total number of nodes in the system.
TotalPhases float64
TotalPhase represents the total number of the install phases for one install.
VersionContext GetApplianceClusterInstallVersionContext
Vip GetApplianceClusterInstallVip
account GetApplianceClusterInstallAccount
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetApplianceClusterInstallAncestor>
classId String
completedPhases List<GetApplianceClusterInstallCompletedPhase>
createTime String
The time when this managed object was created.
currentPhase GetApplianceClusterInstallCurrentPhase
domainGroupMoid String
The DomainGroup ID for this managed object.
elapsedTime Double
Elapsed time in seconds during the software install.
endTime String
End date of the software install.
errorCode Double
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
id String
messages List<String>
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
nodeInfos List<GetApplianceClusterInstallNodeInfo>
objectType String
owners List<String>
parent GetApplianceClusterInstallParent
permissionResources List<GetApplianceClusterInstallPermissionResource>
remoteDns String
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
sharedScope 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.
startTime String
Start date of the software install. UI can modify startTime to re-schedule an install.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
tags List<GetApplianceClusterInstallTag>
totalNodes Double
Total number of nodes in the system.
totalPhases Double
TotalPhase represents the total number of the install phases for one install.
versionContext GetApplianceClusterInstallVersionContext
vip GetApplianceClusterInstallVip
account GetApplianceClusterInstallAccount
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetApplianceClusterInstallAncestor[]
classId string
completedPhases GetApplianceClusterInstallCompletedPhase[]
createTime string
The time when this managed object was created.
currentPhase GetApplianceClusterInstallCurrentPhase
domainGroupMoid string
The DomainGroup ID for this managed object.
elapsedTime number
Elapsed time in seconds during the software install.
endTime string
End date of the software install.
errorCode number
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
id string
messages string[]
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
nodeInfos GetApplianceClusterInstallNodeInfo[]
objectType string
owners string[]
parent GetApplianceClusterInstallParent
permissionResources GetApplianceClusterInstallPermissionResource[]
remoteDns string
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
sharedScope 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.
startTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
tags GetApplianceClusterInstallTag[]
totalNodes number
Total number of nodes in the system.
totalPhases number
TotalPhase represents the total number of the install phases for one install.
versionContext GetApplianceClusterInstallVersionContext
vip GetApplianceClusterInstallVip
account GetApplianceClusterInstallAccount
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetApplianceClusterInstallAncestor]
class_id str
completed_phases Sequence[GetApplianceClusterInstallCompletedPhase]
create_time str
The time when this managed object was created.
current_phase GetApplianceClusterInstallCurrentPhase
domain_group_moid str
The DomainGroup ID for this managed object.
elapsed_time float
Elapsed time in seconds during the software install.
end_time str
End date of the software install.
error_code float
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
id str
messages Sequence[str]
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
node_infos Sequence[GetApplianceClusterInstallNodeInfo]
object_type str
owners Sequence[str]
parent GetApplianceClusterInstallParent
permission_resources Sequence[GetApplianceClusterInstallPermissionResource]
remote_dns str
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
shared_scope 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.
start_time str
Start date of the software install. UI can modify startTime to re-schedule an install.
status str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
tags Sequence[GetApplianceClusterInstallTag]
total_nodes float
Total number of nodes in the system.
total_phases float
TotalPhase represents the total number of the install phases for one install.
version_context GetApplianceClusterInstallVersionContext
vip GetApplianceClusterInstallVip
account Property Map
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
classId String
completedPhases List<Property Map>
createTime String
The time when this managed object was created.
currentPhase Property Map
domainGroupMoid String
The DomainGroup ID for this managed object.
elapsedTime Number
Elapsed time in seconds during the software install.
endTime String
End date of the software install.
errorCode Number
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
id String
messages List<String>
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
nodeInfos List<Property Map>
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
remoteDns String
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
sharedScope 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.
startTime String
Start date of the software install. UI can modify startTime to re-schedule an install.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
tags List<Property Map>
totalNodes Number
Total number of nodes in the system.
totalPhases Number
TotalPhase represents the total number of the install phases for one install.
versionContext Property Map
vip Property Map

getApplianceClusterInstall Result

The following output properties are available:

Id string
Results List<GetApplianceClusterInstallResult>
Account GetApplianceClusterInstallAccount
AccountMoid string
AdditionalProperties string
Ancestors List<GetApplianceClusterInstallAncestor>
ClassId string
CompletedPhases List<GetApplianceClusterInstallCompletedPhase>
CreateTime string
CurrentPhase GetApplianceClusterInstallCurrentPhase
DomainGroupMoid string
ElapsedTime double
EndTime string
ErrorCode double
Messages List<string>
ModTime string
Moid string
NodeInfos List<GetApplianceClusterInstallNodeInfo>
ObjectType string
Owners List<string>
Parent GetApplianceClusterInstallParent
PermissionResources List<GetApplianceClusterInstallPermissionResource>
RemoteDns string
SharedScope string
StartTime string
Status string
Tags List<GetApplianceClusterInstallTag>
TotalNodes double
TotalPhases double
VersionContext GetApplianceClusterInstallVersionContext
Vip GetApplianceClusterInstallVip
Id string
Results []GetApplianceClusterInstallResult
Account GetApplianceClusterInstallAccount
AccountMoid string
AdditionalProperties string
Ancestors []GetApplianceClusterInstallAncestor
ClassId string
CompletedPhases []GetApplianceClusterInstallCompletedPhase
CreateTime string
CurrentPhase GetApplianceClusterInstallCurrentPhase
DomainGroupMoid string
ElapsedTime float64
EndTime string
ErrorCode float64
Messages []string
ModTime string
Moid string
NodeInfos []GetApplianceClusterInstallNodeInfo
ObjectType string
Owners []string
Parent GetApplianceClusterInstallParent
PermissionResources []GetApplianceClusterInstallPermissionResource
RemoteDns string
SharedScope string
StartTime string
Status string
Tags []GetApplianceClusterInstallTag
TotalNodes float64
TotalPhases float64
VersionContext GetApplianceClusterInstallVersionContext
Vip GetApplianceClusterInstallVip
id String
results List<GetApplianceClusterInstallResult>
account GetApplianceClusterInstallAccount
accountMoid String
additionalProperties String
ancestors List<GetApplianceClusterInstallAncestor>
classId String
completedPhases List<GetApplianceClusterInstallCompletedPhase>
createTime String
currentPhase GetApplianceClusterInstallCurrentPhase
domainGroupMoid String
elapsedTime Double
endTime String
errorCode Double
messages List<String>
modTime String
moid String
nodeInfos List<GetApplianceClusterInstallNodeInfo>
objectType String
owners List<String>
parent GetApplianceClusterInstallParent
permissionResources List<GetApplianceClusterInstallPermissionResource>
remoteDns String
sharedScope String
startTime String
status String
tags List<GetApplianceClusterInstallTag>
totalNodes Double
totalPhases Double
versionContext GetApplianceClusterInstallVersionContext
vip GetApplianceClusterInstallVip
id str
results Sequence[GetApplianceClusterInstallResult]
account GetApplianceClusterInstallAccount
account_moid str
additional_properties str
ancestors Sequence[GetApplianceClusterInstallAncestor]
class_id str
completed_phases Sequence[GetApplianceClusterInstallCompletedPhase]
create_time str
current_phase GetApplianceClusterInstallCurrentPhase
domain_group_moid str
elapsed_time float
end_time str
error_code float
messages Sequence[str]
mod_time str
moid str
node_infos Sequence[GetApplianceClusterInstallNodeInfo]
object_type str
owners Sequence[str]
parent GetApplianceClusterInstallParent
permission_resources Sequence[GetApplianceClusterInstallPermissionResource]
remote_dns str
shared_scope str
start_time str
status str
tags Sequence[GetApplianceClusterInstallTag]
total_nodes float
total_phases float
version_context GetApplianceClusterInstallVersionContext
vip GetApplianceClusterInstallVip

Supporting Types

GetApplianceClusterInstallAccount

AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties string
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetApplianceClusterInstallAncestor

AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties string
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetApplianceClusterInstallCompletedPhase

AdditionalProperties string
ClassId 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.
CurrentNode double
Node number install is running on.
CurrentSubphase double
Subphase of the phase currently running.
ElapsedTime double
Elapsed time in seconds during the software install.
EndTime string
End date of the software install.
Failed bool
Indicates if the install phase has failed or not.
Message string
Status message set during the install phase.
Name string
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PendingNodes List<double>
StartTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
AdditionalProperties string
ClassId 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.
CurrentNode float64
Node number install is running on.
CurrentSubphase float64
Subphase of the phase currently running.
ElapsedTime float64
Elapsed time in seconds during the software install.
EndTime string
End date of the software install.
Failed bool
Indicates if the install phase has failed or not.
Message string
Status message set during the install phase.
Name string
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PendingNodes []float64
StartTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties String
classId 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.
currentNode Double
Node number install is running on.
currentSubphase Double
Subphase of the phase currently running.
elapsedTime Double
Elapsed time in seconds during the software install.
endTime String
End date of the software install.
failed Boolean
Indicates if the install phase has failed or not.
message String
Status message set during the install phase.
name String
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pendingNodes List<Double>
startTime String
Start date of the software install. UI can modify startTime to re-schedule an install.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties string
classId 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.
currentNode number
Node number install is running on.
currentSubphase number
Subphase of the phase currently running.
elapsedTime number
Elapsed time in seconds during the software install.
endTime string
End date of the software install.
failed boolean
Indicates if the install phase has failed or not.
message string
Status message set during the install phase.
name string
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pendingNodes number[]
startTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
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.
current_node float
Node number install is running on.
current_subphase float
Subphase of the phase currently running.
elapsed_time float
Elapsed time in seconds during the software install.
end_time str
End date of the software install.
failed bool
Indicates if the install phase has failed or not.
message str
Status message set during the install phase.
name str
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pending_nodes Sequence[float]
start_time str
Start date of the software install. UI can modify startTime to re-schedule an install.
status str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties String
classId 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.
currentNode Number
Node number install is running on.
currentSubphase Number
Subphase of the phase currently running.
elapsedTime Number
Elapsed time in seconds during the software install.
endTime String
End date of the software install.
failed Boolean
Indicates if the install phase has failed or not.
message String
Status message set during the install phase.
name String
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pendingNodes List<Number>
startTime String
Start date of the software install. UI can modify startTime to re-schedule an install.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.

GetApplianceClusterInstallCurrentPhase

AdditionalProperties string
ClassId 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.
CurrentNode double
Node number install is running on.
CurrentSubphase double
Subphase of the phase currently running.
ElapsedTime double
Elapsed time in seconds during the software install.
EndTime string
End date of the software install.
Failed bool
Indicates if the install phase has failed or not.
Message string
Status message set during the install phase.
Name string
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PendingNodes List<double>
StartTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
AdditionalProperties string
ClassId 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.
CurrentNode float64
Node number install is running on.
CurrentSubphase float64
Subphase of the phase currently running.
ElapsedTime float64
Elapsed time in seconds during the software install.
EndTime string
End date of the software install.
Failed bool
Indicates if the install phase has failed or not.
Message string
Status message set during the install phase.
Name string
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PendingNodes []float64
StartTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties String
classId 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.
currentNode Double
Node number install is running on.
currentSubphase Double
Subphase of the phase currently running.
elapsedTime Double
Elapsed time in seconds during the software install.
endTime String
End date of the software install.
failed Boolean
Indicates if the install phase has failed or not.
message String
Status message set during the install phase.
name String
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pendingNodes List<Double>
startTime String
Start date of the software install. UI can modify startTime to re-schedule an install.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties string
classId 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.
currentNode number
Node number install is running on.
currentSubphase number
Subphase of the phase currently running.
elapsedTime number
Elapsed time in seconds during the software install.
endTime string
End date of the software install.
failed boolean
Indicates if the install phase has failed or not.
message string
Status message set during the install phase.
name string
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pendingNodes number[]
startTime string
Start date of the software install. UI can modify startTime to re-schedule an install.
status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
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.
current_node float
Node number install is running on.
current_subphase float
Subphase of the phase currently running.
elapsed_time float
Elapsed time in seconds during the software install.
end_time str
End date of the software install.
failed bool
Indicates if the install phase has failed or not.
message str
Status message set during the install phase.
name str
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pending_nodes Sequence[float]
start_time str
Start date of the software install. UI can modify startTime to re-schedule an install.
status str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties String
classId 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.
currentNode Number
Node number install is running on.
currentSubphase Number
Subphase of the phase currently running.
elapsedTime Number
Elapsed time in seconds during the software install.
endTime String
End date of the software install.
failed Boolean
Indicates if the install phase has failed or not.
message String
Status message set during the install phase.
name String
Name of the install phase.

  • Backup - Backup the currently running node.
  • EnableBootstrap - Disable echo and enable nginx on the currently running node.
  • UpdateAnsibleHosts - Update /etc/ansible/hosts on each node.
  • UpdateNetworkConfig - Update Network config for node IP change scenario.
  • SyncImages - Sync images and manifest to each node.
  • ConfigureEtcd - Configure etcd on each node.
  • DeployServices - Deploy kubernetes services from node 1.
  • InstallEquinox - Configure and install equinox on each node.
  • Validate - Validate equinox is running in primary/secondary mode.
  • CheckApplianceClusterState - Check the appliance cluster status.
  • Success - Upgrade completed successfully.
  • Fail - Indicates that the upgrade process has failed.
  • Cancel - Indicates that the upgrade was canceled by the Intersight Appliance.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pendingNodes List<Number>
startTime String
Start date of the software install. UI can modify startTime to re-schedule an install.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.

GetApplianceClusterInstallNodeInfo

AdditionalProperties string
ClassId 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.
Gateway string
Gateway ip address of the cluster node.
Hostname string
Hostname of the cluster node.
IpAddress string
Ip address of the cluster node.
Netmask string
Netmask of the cluster node.
NodeId double
Id number of the cluster node.
NodeMoid string
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
NodeType string
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
AdditionalProperties string
ClassId 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.
Gateway string
Gateway ip address of the cluster node.
Hostname string
Hostname of the cluster node.
IpAddress string
Ip address of the cluster node.
Netmask string
Netmask of the cluster node.
NodeId float64
Id number of the cluster node.
NodeMoid string
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
NodeType string
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties String
classId 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.
gateway String
Gateway ip address of the cluster node.
hostname String
Hostname of the cluster node.
ipAddress String
Ip address of the cluster node.
netmask String
Netmask of the cluster node.
nodeId Double
Id number of the cluster node.
nodeMoid String
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
nodeType String
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties string
classId 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.
gateway string
Gateway ip address of the cluster node.
hostname string
Hostname of the cluster node.
ipAddress string
Ip address of the cluster node.
netmask string
Netmask of the cluster node.
nodeId number
Id number of the cluster node.
nodeMoid string
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
nodeType string
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
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.
gateway str
Gateway ip address of the cluster node.
hostname str
Hostname of the cluster node.
ip_address str
Ip address of the cluster node.
netmask str
Netmask of the cluster node.
node_id float
Id number of the cluster node.
node_moid str
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
node_type str
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties String
classId 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.
gateway String
Gateway ip address of the cluster node.
hostname String
Hostname of the cluster node.
ipAddress String
Ip address of the cluster node.
netmask String
Netmask of the cluster node.
nodeId Number
Id number of the cluster node.
nodeMoid String
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
nodeType String
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.

GetApplianceClusterInstallParent

AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties string
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetApplianceClusterInstallPermissionResource

AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties string
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetApplianceClusterInstallResult

AccountMoid This property is required. string
The Account ID for this managed object.
Accounts This property is required. List<GetApplianceClusterInstallResultAccount>
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetApplianceClusterInstallResultAncestor>
ClassId This property is required. string
CompletedPhases This property is required. List<GetApplianceClusterInstallResultCompletedPhase>
CreateTime This property is required. string
The time when this managed object was created.
CurrentPhases This property is required. List<GetApplianceClusterInstallResultCurrentPhase>
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ElapsedTime This property is required. double
Elapsed time in seconds during the software install.
EndTime This property is required. string
End date of the software install.
ErrorCode This property is required. double
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
Messages This property is required. List<string>
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NodeInfos This property is required. List<GetApplianceClusterInstallResultNodeInfo>
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetApplianceClusterInstallResultParent>
PermissionResources This property is required. List<GetApplianceClusterInstallResultPermissionResource>
RemoteDns This property is required. string
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
SharedScope This property is required. 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.
StartTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
Tags This property is required. List<GetApplianceClusterInstallResultTag>
TotalNodes This property is required. double
Total number of nodes in the system.
TotalPhases This property is required. double
TotalPhase represents the total number of the install phases for one install.
VersionContexts This property is required. List<GetApplianceClusterInstallResultVersionContext>
Vips This property is required. List<GetApplianceClusterInstallResultVip>
AccountMoid This property is required. string
The Account ID for this managed object.
Accounts This property is required. []GetApplianceClusterInstallResultAccount
AdditionalProperties This property is required. string
Ancestors This property is required. []GetApplianceClusterInstallResultAncestor
ClassId This property is required. string
CompletedPhases This property is required. []GetApplianceClusterInstallResultCompletedPhase
CreateTime This property is required. string
The time when this managed object was created.
CurrentPhases This property is required. []GetApplianceClusterInstallResultCurrentPhase
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ElapsedTime This property is required. float64
Elapsed time in seconds during the software install.
EndTime This property is required. string
End date of the software install.
ErrorCode This property is required. float64
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
Messages This property is required. []string
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NodeInfos This property is required. []GetApplianceClusterInstallResultNodeInfo
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetApplianceClusterInstallResultParent
PermissionResources This property is required. []GetApplianceClusterInstallResultPermissionResource
RemoteDns This property is required. string
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
SharedScope This property is required. 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.
StartTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
Tags This property is required. []GetApplianceClusterInstallResultTag
TotalNodes This property is required. float64
Total number of nodes in the system.
TotalPhases This property is required. float64
TotalPhase represents the total number of the install phases for one install.
VersionContexts This property is required. []GetApplianceClusterInstallResultVersionContext
Vips This property is required. []GetApplianceClusterInstallResultVip
accountMoid This property is required. String
The Account ID for this managed object.
accounts This property is required. List<GetApplianceClusterInstallResultAccount>
additionalProperties This property is required. String
ancestors This property is required. List<GetApplianceClusterInstallResultAncestor>
classId This property is required. String
completedPhases This property is required. List<GetApplianceClusterInstallResultCompletedPhase>
createTime This property is required. String
The time when this managed object was created.
currentPhases This property is required. List<GetApplianceClusterInstallResultCurrentPhase>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
elapsedTime This property is required. Double
Elapsed time in seconds during the software install.
endTime This property is required. String
End date of the software install.
errorCode This property is required. Double
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
messages This property is required. List<String>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
nodeInfos This property is required. List<GetApplianceClusterInstallResultNodeInfo>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetApplianceClusterInstallResultParent>
permissionResources This property is required. List<GetApplianceClusterInstallResultPermissionResource>
remoteDns This property is required. String
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
sharedScope This property is required. 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.
startTime This property is required. String
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
tags This property is required. List<GetApplianceClusterInstallResultTag>
totalNodes This property is required. Double
Total number of nodes in the system.
totalPhases This property is required. Double
TotalPhase represents the total number of the install phases for one install.
versionContexts This property is required. List<GetApplianceClusterInstallResultVersionContext>
vips This property is required. List<GetApplianceClusterInstallResultVip>
accountMoid This property is required. string
The Account ID for this managed object.
accounts This property is required. GetApplianceClusterInstallResultAccount[]
additionalProperties This property is required. string
ancestors This property is required. GetApplianceClusterInstallResultAncestor[]
classId This property is required. string
completedPhases This property is required. GetApplianceClusterInstallResultCompletedPhase[]
createTime This property is required. string
The time when this managed object was created.
currentPhases This property is required. GetApplianceClusterInstallResultCurrentPhase[]
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
elapsedTime This property is required. number
Elapsed time in seconds during the software install.
endTime This property is required. string
End date of the software install.
errorCode This property is required. number
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
messages This property is required. string[]
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
nodeInfos This property is required. GetApplianceClusterInstallResultNodeInfo[]
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetApplianceClusterInstallResultParent[]
permissionResources This property is required. GetApplianceClusterInstallResultPermissionResource[]
remoteDns This property is required. string
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
sharedScope This property is required. 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.
startTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
tags This property is required. GetApplianceClusterInstallResultTag[]
totalNodes This property is required. number
Total number of nodes in the system.
totalPhases This property is required. number
TotalPhase represents the total number of the install phases for one install.
versionContexts This property is required. GetApplianceClusterInstallResultVersionContext[]
vips This property is required. GetApplianceClusterInstallResultVip[]
account_moid This property is required. str
The Account ID for this managed object.
accounts This property is required. Sequence[GetApplianceClusterInstallResultAccount]
additional_properties This property is required. str
ancestors This property is required. Sequence[GetApplianceClusterInstallResultAncestor]
class_id This property is required. str
completed_phases This property is required. Sequence[GetApplianceClusterInstallResultCompletedPhase]
create_time This property is required. str
The time when this managed object was created.
current_phases This property is required. Sequence[GetApplianceClusterInstallResultCurrentPhase]
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
elapsed_time This property is required. float
Elapsed time in seconds during the software install.
end_time This property is required. str
End date of the software install.
error_code This property is required. float
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
messages This property is required. Sequence[str]
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
node_infos This property is required. Sequence[GetApplianceClusterInstallResultNodeInfo]
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetApplianceClusterInstallResultParent]
permission_resources This property is required. Sequence[GetApplianceClusterInstallResultPermissionResource]
remote_dns This property is required. str
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
shared_scope This property is required. 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.
start_time This property is required. str
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
tags This property is required. Sequence[GetApplianceClusterInstallResultTag]
total_nodes This property is required. float
Total number of nodes in the system.
total_phases This property is required. float
TotalPhase represents the total number of the install phases for one install.
version_contexts This property is required. Sequence[GetApplianceClusterInstallResultVersionContext]
vips This property is required. Sequence[GetApplianceClusterInstallResultVip]
accountMoid This property is required. String
The Account ID for this managed object.
accounts This property is required. List<Property Map>
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
completedPhases This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
currentPhases This property is required. List<Property Map>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
elapsedTime This property is required. Number
Elapsed time in seconds during the software install.
endTime This property is required. String
End date of the software install.
errorCode This property is required. Number
Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
messages This property is required. List<String>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
nodeInfos This property is required. List<Property Map>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
remoteDns This property is required. String
Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
sharedScope This property is required. 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.
startTime This property is required. String
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
tags This property is required. List<Property Map>
totalNodes This property is required. Number
Total number of nodes in the system.
totalPhases This property is required. Number
TotalPhase represents the total number of the install phases for one install.
versionContexts This property is required. List<Property Map>
vips This property is required. List<Property Map>

GetApplianceClusterInstallResultAccount

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetApplianceClusterInstallResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetApplianceClusterInstallResultCompletedPhase

AdditionalProperties This property is required. string
ClassId This property is required. string
CurrentNode This property is required. double
CurrentSubphase This property is required. double
ElapsedTime This property is required. double
Elapsed time in seconds during the software install.
EndTime This property is required. string
End date of the software install.
Failed This property is required. bool
Message This property is required. string
Name This property is required. string
ObjectType This property is required. string
PendingNodes This property is required. List<double>
StartTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
AdditionalProperties This property is required. string
ClassId This property is required. string
CurrentNode This property is required. float64
CurrentSubphase This property is required. float64
ElapsedTime This property is required. float64
Elapsed time in seconds during the software install.
EndTime This property is required. string
End date of the software install.
Failed This property is required. bool
Message This property is required. string
Name This property is required. string
ObjectType This property is required. string
PendingNodes This property is required. []float64
StartTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. String
classId This property is required. String
currentNode This property is required. Double
currentSubphase This property is required. Double
elapsedTime This property is required. Double
Elapsed time in seconds during the software install.
endTime This property is required. String
End date of the software install.
failed This property is required. Boolean
message This property is required. String
name This property is required. String
objectType This property is required. String
pendingNodes This property is required. List<Double>
startTime This property is required. String
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. string
classId This property is required. string
currentNode This property is required. number
currentSubphase This property is required. number
elapsedTime This property is required. number
Elapsed time in seconds during the software install.
endTime This property is required. string
End date of the software install.
failed This property is required. boolean
message This property is required. string
name This property is required. string
objectType This property is required. string
pendingNodes This property is required. number[]
startTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additional_properties This property is required. str
class_id This property is required. str
current_node This property is required. float
current_subphase This property is required. float
elapsed_time This property is required. float
Elapsed time in seconds during the software install.
end_time This property is required. str
End date of the software install.
failed This property is required. bool
message This property is required. str
name This property is required. str
object_type This property is required. str
pending_nodes This property is required. Sequence[float]
start_time This property is required. str
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. String
classId This property is required. String
currentNode This property is required. Number
currentSubphase This property is required. Number
elapsedTime This property is required. Number
Elapsed time in seconds during the software install.
endTime This property is required. String
End date of the software install.
failed This property is required. Boolean
message This property is required. String
name This property is required. String
objectType This property is required. String
pendingNodes This property is required. List<Number>
startTime This property is required. String
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.

GetApplianceClusterInstallResultCurrentPhase

AdditionalProperties This property is required. string
ClassId This property is required. string
CurrentNode This property is required. double
CurrentSubphase This property is required. double
ElapsedTime This property is required. double
Elapsed time in seconds during the software install.
EndTime This property is required. string
End date of the software install.
Failed This property is required. bool
Message This property is required. string
Name This property is required. string
ObjectType This property is required. string
PendingNodes This property is required. List<double>
StartTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
AdditionalProperties This property is required. string
ClassId This property is required. string
CurrentNode This property is required. float64
CurrentSubphase This property is required. float64
ElapsedTime This property is required. float64
Elapsed time in seconds during the software install.
EndTime This property is required. string
End date of the software install.
Failed This property is required. bool
Message This property is required. string
Name This property is required. string
ObjectType This property is required. string
PendingNodes This property is required. []float64
StartTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. String
classId This property is required. String
currentNode This property is required. Double
currentSubphase This property is required. Double
elapsedTime This property is required. Double
Elapsed time in seconds during the software install.
endTime This property is required. String
End date of the software install.
failed This property is required. Boolean
message This property is required. String
name This property is required. String
objectType This property is required. String
pendingNodes This property is required. List<Double>
startTime This property is required. String
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. string
classId This property is required. string
currentNode This property is required. number
currentSubphase This property is required. number
elapsedTime This property is required. number
Elapsed time in seconds during the software install.
endTime This property is required. string
End date of the software install.
failed This property is required. boolean
message This property is required. string
name This property is required. string
objectType This property is required. string
pendingNodes This property is required. number[]
startTime This property is required. string
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additional_properties This property is required. str
class_id This property is required. str
current_node This property is required. float
current_subphase This property is required. float
elapsed_time This property is required. float
Elapsed time in seconds during the software install.
end_time This property is required. str
End date of the software install.
failed This property is required. bool
message This property is required. str
name This property is required. str
object_type This property is required. str
pending_nodes This property is required. Sequence[float]
start_time This property is required. str
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. String
classId This property is required. String
currentNode This property is required. Number
currentSubphase This property is required. Number
elapsedTime This property is required. Number
Elapsed time in seconds during the software install.
endTime This property is required. String
End date of the software install.
failed This property is required. Boolean
message This property is required. String
name This property is required. String
objectType This property is required. String
pendingNodes This property is required. List<Number>
startTime This property is required. String
Start date of the software install. UI can modify startTime to re-schedule an install.
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.

GetApplianceClusterInstallResultNodeInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
Gateway This property is required. string
Hostname This property is required. string
IpAddress This property is required. string
Netmask This property is required. string
NodeId This property is required. double
NodeMoid This property is required. string
NodeType This property is required. string
ObjectType This property is required. string
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
AdditionalProperties This property is required. string
ClassId This property is required. string
Gateway This property is required. string
Hostname This property is required. string
IpAddress This property is required. string
Netmask This property is required. string
NodeId This property is required. float64
NodeMoid This property is required. string
NodeType This property is required. string
ObjectType This property is required. string
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. String
classId This property is required. String
gateway This property is required. String
hostname This property is required. String
ipAddress This property is required. String
netmask This property is required. String
nodeId This property is required. Double
nodeMoid This property is required. String
nodeType This property is required. String
objectType This property is required. String
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. string
classId This property is required. string
gateway This property is required. string
hostname This property is required. string
ipAddress This property is required. string
netmask This property is required. string
nodeId This property is required. number
nodeMoid This property is required. string
nodeType This property is required. string
objectType This property is required. string
status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additional_properties This property is required. str
class_id This property is required. str
gateway This property is required. str
hostname This property is required. str
ip_address This property is required. str
netmask This property is required. str
node_id This property is required. float
node_moid This property is required. str
node_type This property is required. str
object_type This property is required. str
status This property is required. str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. String
classId This property is required. String
gateway This property is required. String
hostname This property is required. String
ipAddress This property is required. String
netmask This property is required. String
nodeId This property is required. Number
nodeMoid This property is required. String
nodeType This property is required. String
objectType This property is required. String
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.

GetApplianceClusterInstallResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetApplianceClusterInstallResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetApplianceClusterInstallResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetApplianceClusterInstallResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetApplianceClusterInstallResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetApplianceClusterInstallResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetApplianceClusterInstallResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetApplianceClusterInstallResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetApplianceClusterInstallResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetApplianceClusterInstallResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetApplianceClusterInstallResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetApplianceClusterInstallResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetApplianceClusterInstallResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetApplianceClusterInstallResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetApplianceClusterInstallResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetApplianceClusterInstallResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetApplianceClusterInstallResultVip

AdditionalProperties This property is required. string
ClassId This property is required. string
Gateway This property is required. string
Hostname This property is required. string
IpAddress This property is required. string
Netmask This property is required. string
NodeId This property is required. double
NodeMoid This property is required. string
NodeType This property is required. string
ObjectType This property is required. string
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
AdditionalProperties This property is required. string
ClassId This property is required. string
Gateway This property is required. string
Hostname This property is required. string
IpAddress This property is required. string
Netmask This property is required. string
NodeId This property is required. float64
NodeMoid This property is required. string
NodeType This property is required. string
ObjectType This property is required. string
Status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. String
classId This property is required. String
gateway This property is required. String
hostname This property is required. String
ipAddress This property is required. String
netmask This property is required. String
nodeId This property is required. Double
nodeMoid This property is required. String
nodeType This property is required. String
objectType This property is required. String
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. string
classId This property is required. string
gateway This property is required. string
hostname This property is required. string
ipAddress This property is required. string
netmask This property is required. string
nodeId This property is required. number
nodeMoid This property is required. string
nodeType This property is required. string
objectType This property is required. string
status This property is required. string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additional_properties This property is required. str
class_id This property is required. str
gateway This property is required. str
hostname This property is required. str
ip_address This property is required. str
netmask This property is required. str
node_id This property is required. float
node_moid This property is required. str
node_type This property is required. str
object_type This property is required. str
status This property is required. str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties This property is required. String
classId This property is required. String
gateway This property is required. String
hostname This property is required. String
ipAddress This property is required. String
netmask This property is required. String
nodeId This property is required. Number
nodeMoid This property is required. String
nodeType This property is required. String
objectType This property is required. String
status This property is required. String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.

GetApplianceClusterInstallTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties 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.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetApplianceClusterInstallVersionContext

AdditionalProperties string
ClassId 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.
InterestedMos List<GetApplianceClusterInstallVersionContextInterestedMo>
MarkedForDeletion bool
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.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetApplianceClusterInstallVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType 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.
AdditionalProperties string
ClassId 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.
InterestedMos []GetApplianceClusterInstallVersionContextInterestedMo
MarkedForDeletion bool
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.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetApplianceClusterInstallVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType 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.
additionalProperties String
classId 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.
interestedMos List<GetApplianceClusterInstallVersionContextInterestedMo>
markedForDeletion Boolean
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.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetApplianceClusterInstallVersionContextRefMo
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType 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.
additionalProperties string
classId 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.
interestedMos GetApplianceClusterInstallVersionContextInterestedMo[]
markedForDeletion boolean
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.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetApplianceClusterInstallVersionContextRefMo
A reference to the original Managed Object.
timestamp string
The time this versioned Managed Object was created.
versionType 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[GetApplianceClusterInstallVersionContextInterestedMo]
marked_for_deletion bool
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 GetApplianceClusterInstallVersionContextRefMo
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.
additionalProperties String
classId 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.
interestedMos List<Property Map>
markedForDeletion Boolean
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.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo Property Map
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType 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.

GetApplianceClusterInstallVersionContextInterestedMo

AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties string
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetApplianceClusterInstallVersionContextRefMo

AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
AdditionalProperties string
ClassId 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.
ObjectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties string
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.
additionalProperties String
classId 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.
objectType 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetApplianceClusterInstallVip

AdditionalProperties string
ClassId 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.
Gateway string
Gateway ip address of the cluster node.
Hostname string
Hostname of the cluster node.
IpAddress string
Ip address of the cluster node.
Netmask string
Netmask of the cluster node.
NodeId double
Id number of the cluster node.
NodeMoid string
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
NodeType string
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
AdditionalProperties string
ClassId 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.
Gateway string
Gateway ip address of the cluster node.
Hostname string
Hostname of the cluster node.
IpAddress string
Ip address of the cluster node.
Netmask string
Netmask of the cluster node.
NodeId float64
Id number of the cluster node.
NodeMoid string
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
NodeType string
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties String
classId 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.
gateway String
Gateway ip address of the cluster node.
hostname String
Hostname of the cluster node.
ipAddress String
Ip address of the cluster node.
netmask String
Netmask of the cluster node.
nodeId Double
Id number of the cluster node.
nodeMoid String
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
nodeType String
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties string
classId 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.
gateway string
Gateway ip address of the cluster node.
hostname string
Hostname of the cluster node.
ipAddress string
Ip address of the cluster node.
netmask string
Netmask of the cluster node.
nodeId number
Id number of the cluster node.
nodeMoid string
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
nodeType string
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status string
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
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.
gateway str
Gateway ip address of the cluster node.
hostname str
Hostname of the cluster node.
ip_address str
Ip address of the cluster node.
netmask str
Netmask of the cluster node.
node_id float
Id number of the cluster node.
node_moid str
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
node_type str
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status str
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.
additionalProperties String
classId 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.
gateway String
Gateway ip address of the cluster node.
hostname String
Hostname of the cluster node.
ipAddress String
Ip address of the cluster node.
netmask String
Netmask of the cluster node.
nodeId Number
Id number of the cluster node.
nodeMoid String
Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
nodeType String
The node type of Intersight Virtual Appliance.

  • standalone - Single Node Intersight Virtual Appliance.
  • management - Management node type when Intersight Virtual Appliance is running as management-worker deployment.
  • hamanagement - Management node type when Intersight Virtual Appliance is running as multi node HA deployment.
  • metrics - Metrics node when Intersight Virtual Appliance is running management-metrics node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
status String
Status of the Intersight Appliance's software install.* NotReady - Cluster is not ready. Install cannot be triggered.* Ready - Cluster is ready. Install can be triggered.* InProgress - Install is currently in progress.* Success - Install was run and succeeded.* Fail - Install was run and failed.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.