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

intersight.getApplianceDeviceState

Explore with Pulumi AI

DeviceState keeps tracks the Intersight Appliance’s current state. Intersight Appliance’s device connector queries its DeviceState managed object during the startup. Device connector also updates DeviceState managed object periodically by pushing modified DeviceState managed object from the Intersight Appliance to the Intersight.

Using getApplianceDeviceState

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 getApplianceDeviceState(args: GetApplianceDeviceStateArgs, opts?: InvokeOptions): Promise<GetApplianceDeviceStateResult>
function getApplianceDeviceStateOutput(args: GetApplianceDeviceStateOutputArgs, opts?: InvokeOptions): Output<GetApplianceDeviceStateResult>
Copy
def get_appliance_device_state(account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               ancestors: Optional[Sequence[GetApplianceDeviceStateAncestor]] = None,
                               block_reasons: Optional[Sequence[str]] = None,
                               blocked_version: Optional[str] = None,
                               capabilities: Optional[Sequence[GetApplianceDeviceStateCapability]] = None,
                               certificate: Optional[str] = None,
                               certificate_not_after: Optional[str] = None,
                               class_id: Optional[str] = None,
                               cluster_info: Optional[GetApplianceDeviceStateClusterInfo] = None,
                               connection_status: Optional[str] = None,
                               create_time: Optional[str] = None,
                               current_fingerprint: Optional[str] = None,
                               current_version: Optional[str] = None,
                               dc_version: Optional[str] = None,
                               desired_version: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               downloaded_fingerprint: Optional[str] = None,
                               downloaded_metadata_versions: Optional[Sequence[GetApplianceDeviceStateDownloadedMetadataVersion]] = None,
                               downloaded_version: Optional[str] = None,
                               hostname: Optional[str] = None,
                               id: Optional[str] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               object_type: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parent: Optional[GetApplianceDeviceStateParent] = None,
                               pending_fingerprint: Optional[str] = None,
                               pending_version: Optional[str] = None,
                               permission_resources: Optional[Sequence[GetApplianceDeviceStatePermissionResource]] = None,
                               registered_device: Optional[GetApplianceDeviceStateRegisteredDevice] = None,
                               serial_id: Optional[str] = None,
                               shared_scope: Optional[str] = None,
                               tags: Optional[Sequence[GetApplianceDeviceStateTag]] = None,
                               upgrade_blocked: Optional[bool] = None,
                               upgrade_policy: Optional[GetApplianceDeviceStateUpgradePolicy] = None,
                               version_context: Optional[GetApplianceDeviceStateVersionContext] = None,
                               opts: Optional[InvokeOptions] = None) -> GetApplianceDeviceStateResult
def get_appliance_device_state_output(account_moid: Optional[pulumi.Input[str]] = None,
                               additional_properties: Optional[pulumi.Input[str]] = None,
                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceDeviceStateAncestorArgs]]]] = None,
                               block_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               blocked_version: Optional[pulumi.Input[str]] = None,
                               capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceDeviceStateCapabilityArgs]]]] = None,
                               certificate: Optional[pulumi.Input[str]] = None,
                               certificate_not_after: Optional[pulumi.Input[str]] = None,
                               class_id: Optional[pulumi.Input[str]] = None,
                               cluster_info: Optional[pulumi.Input[GetApplianceDeviceStateClusterInfoArgs]] = None,
                               connection_status: Optional[pulumi.Input[str]] = None,
                               create_time: Optional[pulumi.Input[str]] = None,
                               current_fingerprint: Optional[pulumi.Input[str]] = None,
                               current_version: Optional[pulumi.Input[str]] = None,
                               dc_version: Optional[pulumi.Input[str]] = None,
                               desired_version: Optional[pulumi.Input[str]] = None,
                               domain_group_moid: Optional[pulumi.Input[str]] = None,
                               downloaded_fingerprint: Optional[pulumi.Input[str]] = None,
                               downloaded_metadata_versions: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceDeviceStateDownloadedMetadataVersionArgs]]]] = None,
                               downloaded_version: Optional[pulumi.Input[str]] = None,
                               hostname: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               mod_time: Optional[pulumi.Input[str]] = None,
                               moid: Optional[pulumi.Input[str]] = None,
                               object_type: Optional[pulumi.Input[str]] = None,
                               owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               parent: Optional[pulumi.Input[GetApplianceDeviceStateParentArgs]] = None,
                               pending_fingerprint: Optional[pulumi.Input[str]] = None,
                               pending_version: Optional[pulumi.Input[str]] = None,
                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceDeviceStatePermissionResourceArgs]]]] = None,
                               registered_device: Optional[pulumi.Input[GetApplianceDeviceStateRegisteredDeviceArgs]] = None,
                               serial_id: Optional[pulumi.Input[str]] = None,
                               shared_scope: Optional[pulumi.Input[str]] = None,
                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceDeviceStateTagArgs]]]] = None,
                               upgrade_blocked: Optional[pulumi.Input[bool]] = None,
                               upgrade_policy: Optional[pulumi.Input[GetApplianceDeviceStateUpgradePolicyArgs]] = None,
                               version_context: Optional[pulumi.Input[GetApplianceDeviceStateVersionContextArgs]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetApplianceDeviceStateResult]
Copy
func LookupApplianceDeviceState(ctx *Context, args *LookupApplianceDeviceStateArgs, opts ...InvokeOption) (*LookupApplianceDeviceStateResult, error)
func LookupApplianceDeviceStateOutput(ctx *Context, args *LookupApplianceDeviceStateOutputArgs, opts ...InvokeOption) LookupApplianceDeviceStateResultOutput
Copy

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

public static class GetApplianceDeviceState 
{
    public static Task<GetApplianceDeviceStateResult> InvokeAsync(GetApplianceDeviceStateArgs args, InvokeOptions? opts = null)
    public static Output<GetApplianceDeviceStateResult> Invoke(GetApplianceDeviceStateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetApplianceDeviceStateResult> getApplianceDeviceState(GetApplianceDeviceStateArgs args, InvokeOptions options)
public static Output<GetApplianceDeviceStateResult> getApplianceDeviceState(GetApplianceDeviceStateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getApplianceDeviceState:getApplianceDeviceState
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetApplianceDeviceStateAncestor>
BlockReasons List<string>
BlockedVersion string
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
Capabilities List<GetApplianceDeviceStateCapability>
Certificate string
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
CertificateNotAfter string
Expiration date of the software bundle verification certificate.
ClassId string
ClusterInfo GetApplianceDeviceStateClusterInfo
ConnectionStatus string
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
CreateTime string
The time when this managed object was created.
CurrentFingerprint string
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
CurrentVersion string
Version string of the current software bundle that is installed in the Intersight Appliance.
DcVersion string
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
DesiredVersion string
The desired software bundle version of the Intersight Appliance.
DomainGroupMoid string
The DomainGroup ID for this managed object.
DownloadedFingerprint string
Fingerprint of the downloaded software bundle.
DownloadedMetadataVersions List<GetApplianceDeviceStateDownloadedMetadataVersion>
DownloadedVersion string
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
Hostname string
Hostname of the Intersight Appliance.
Id string
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
Owners List<string>
Parent GetApplianceDeviceStateParent
PendingFingerprint string
Fingerprint of the pending software bundle.
PendingVersion string
Version string of the pending software bundle that the Intersight Appliance will install.
PermissionResources List<GetApplianceDeviceStatePermissionResource>
RegisteredDevice GetApplianceDeviceStateRegisteredDevice
SerialId string
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
Tags List<GetApplianceDeviceStateTag>
UpgradeBlocked bool
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
UpgradePolicy GetApplianceDeviceStateUpgradePolicy
VersionContext GetApplianceDeviceStateVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetApplianceDeviceStateAncestor
BlockReasons []string
BlockedVersion string
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
Capabilities []GetApplianceDeviceStateCapability
Certificate string
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
CertificateNotAfter string
Expiration date of the software bundle verification certificate.
ClassId string
ClusterInfo GetApplianceDeviceStateClusterInfo
ConnectionStatus string
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
CreateTime string
The time when this managed object was created.
CurrentFingerprint string
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
CurrentVersion string
Version string of the current software bundle that is installed in the Intersight Appliance.
DcVersion string
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
DesiredVersion string
The desired software bundle version of the Intersight Appliance.
DomainGroupMoid string
The DomainGroup ID for this managed object.
DownloadedFingerprint string
Fingerprint of the downloaded software bundle.
DownloadedMetadataVersions []GetApplianceDeviceStateDownloadedMetadataVersion
DownloadedVersion string
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
Hostname string
Hostname of the Intersight Appliance.
Id string
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
Owners []string
Parent GetApplianceDeviceStateParent
PendingFingerprint string
Fingerprint of the pending software bundle.
PendingVersion string
Version string of the pending software bundle that the Intersight Appliance will install.
PermissionResources []GetApplianceDeviceStatePermissionResource
RegisteredDevice GetApplianceDeviceStateRegisteredDevice
SerialId string
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
Tags []GetApplianceDeviceStateTag
UpgradeBlocked bool
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
UpgradePolicy GetApplianceDeviceStateUpgradePolicy
VersionContext GetApplianceDeviceStateVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetApplianceDeviceStateAncestor>
blockReasons List<String>
blockedVersion String
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
capabilities List<GetApplianceDeviceStateCapability>
certificate String
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
certificateNotAfter String
Expiration date of the software bundle verification certificate.
classId String
clusterInfo GetApplianceDeviceStateClusterInfo
connectionStatus String
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
createTime String
The time when this managed object was created.
currentFingerprint String
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
currentVersion String
Version string of the current software bundle that is installed in the Intersight Appliance.
dcVersion String
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
desiredVersion String
The desired software bundle version of the Intersight Appliance.
domainGroupMoid String
The DomainGroup ID for this managed object.
downloadedFingerprint String
Fingerprint of the downloaded software bundle.
downloadedMetadataVersions List<GetApplianceDeviceStateDownloadedMetadataVersion>
downloadedVersion String
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
hostname String
Hostname of the Intersight Appliance.
id String
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
objectType String
owners List<String>
parent GetApplianceDeviceStateParent
pendingFingerprint String
Fingerprint of the pending software bundle.
pendingVersion String
Version string of the pending software bundle that the Intersight Appliance will install.
permissionResources List<GetApplianceDeviceStatePermissionResource>
registeredDevice GetApplianceDeviceStateRegisteredDevice
serialId String
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
tags List<GetApplianceDeviceStateTag>
upgradeBlocked Boolean
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
upgradePolicy GetApplianceDeviceStateUpgradePolicy
versionContext GetApplianceDeviceStateVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetApplianceDeviceStateAncestor[]
blockReasons string[]
blockedVersion string
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
capabilities GetApplianceDeviceStateCapability[]
certificate string
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
certificateNotAfter string
Expiration date of the software bundle verification certificate.
classId string
clusterInfo GetApplianceDeviceStateClusterInfo
connectionStatus string
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
createTime string
The time when this managed object was created.
currentFingerprint string
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
currentVersion string
Version string of the current software bundle that is installed in the Intersight Appliance.
dcVersion string
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
desiredVersion string
The desired software bundle version of the Intersight Appliance.
domainGroupMoid string
The DomainGroup ID for this managed object.
downloadedFingerprint string
Fingerprint of the downloaded software bundle.
downloadedMetadataVersions GetApplianceDeviceStateDownloadedMetadataVersion[]
downloadedVersion string
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
hostname string
Hostname of the Intersight Appliance.
id string
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
objectType string
owners string[]
parent GetApplianceDeviceStateParent
pendingFingerprint string
Fingerprint of the pending software bundle.
pendingVersion string
Version string of the pending software bundle that the Intersight Appliance will install.
permissionResources GetApplianceDeviceStatePermissionResource[]
registeredDevice GetApplianceDeviceStateRegisteredDevice
serialId string
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
tags GetApplianceDeviceStateTag[]
upgradeBlocked boolean
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
upgradePolicy GetApplianceDeviceStateUpgradePolicy
versionContext GetApplianceDeviceStateVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetApplianceDeviceStateAncestor]
block_reasons Sequence[str]
blocked_version str
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
capabilities Sequence[GetApplianceDeviceStateCapability]
certificate str
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
certificate_not_after str
Expiration date of the software bundle verification certificate.
class_id str
cluster_info GetApplianceDeviceStateClusterInfo
connection_status str
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
create_time str
The time when this managed object was created.
current_fingerprint str
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
current_version str
Version string of the current software bundle that is installed in the Intersight Appliance.
dc_version str
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
desired_version str
The desired software bundle version of the Intersight Appliance.
domain_group_moid str
The DomainGroup ID for this managed object.
downloaded_fingerprint str
Fingerprint of the downloaded software bundle.
downloaded_metadata_versions Sequence[GetApplianceDeviceStateDownloadedMetadataVersion]
downloaded_version str
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
hostname str
Hostname of the Intersight Appliance.
id str
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
object_type str
owners Sequence[str]
parent GetApplianceDeviceStateParent
pending_fingerprint str
Fingerprint of the pending software bundle.
pending_version str
Version string of the pending software bundle that the Intersight Appliance will install.
permission_resources Sequence[GetApplianceDeviceStatePermissionResource]
registered_device GetApplianceDeviceStateRegisteredDevice
serial_id str
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
tags Sequence[GetApplianceDeviceStateTag]
upgrade_blocked bool
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
upgrade_policy GetApplianceDeviceStateUpgradePolicy
version_context GetApplianceDeviceStateVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
blockReasons List<String>
blockedVersion String
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
capabilities List<Property Map>
certificate String
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
certificateNotAfter String
Expiration date of the software bundle verification certificate.
classId String
clusterInfo Property Map
connectionStatus String
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
createTime String
The time when this managed object was created.
currentFingerprint String
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
currentVersion String
Version string of the current software bundle that is installed in the Intersight Appliance.
dcVersion String
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
desiredVersion String
The desired software bundle version of the Intersight Appliance.
domainGroupMoid String
The DomainGroup ID for this managed object.
downloadedFingerprint String
Fingerprint of the downloaded software bundle.
downloadedMetadataVersions List<Property Map>
downloadedVersion String
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
hostname String
Hostname of the Intersight Appliance.
id String
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
objectType String
owners List<String>
parent Property Map
pendingFingerprint String
Fingerprint of the pending software bundle.
pendingVersion String
Version string of the pending software bundle that the Intersight Appliance will install.
permissionResources List<Property Map>
registeredDevice Property Map
serialId String
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
tags List<Property Map>
upgradeBlocked Boolean
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
upgradePolicy Property Map
versionContext Property Map

getApplianceDeviceState Result

The following output properties are available:

Id string
Results List<GetApplianceDeviceStateResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetApplianceDeviceStateAncestor>
BlockReasons List<string>
BlockedVersion string
Capabilities List<GetApplianceDeviceStateCapability>
Certificate string
CertificateNotAfter string
ClassId string
ClusterInfo GetApplianceDeviceStateClusterInfo
ConnectionStatus string
CreateTime string
CurrentFingerprint string
CurrentVersion string
DcVersion string
DesiredVersion string
DomainGroupMoid string
DownloadedFingerprint string
DownloadedMetadataVersions List<GetApplianceDeviceStateDownloadedMetadataVersion>
DownloadedVersion string
Hostname string
ModTime string
Moid string
ObjectType string
Owners List<string>
Parent GetApplianceDeviceStateParent
PendingFingerprint string
PendingVersion string
PermissionResources List<GetApplianceDeviceStatePermissionResource>
RegisteredDevice GetApplianceDeviceStateRegisteredDevice
SerialId string
SharedScope string
Tags List<GetApplianceDeviceStateTag>
UpgradeBlocked bool
UpgradePolicy GetApplianceDeviceStateUpgradePolicy
VersionContext GetApplianceDeviceStateVersionContext
Id string
Results []GetApplianceDeviceStateResult
AccountMoid string
AdditionalProperties string
Ancestors []GetApplianceDeviceStateAncestor
BlockReasons []string
BlockedVersion string
Capabilities []GetApplianceDeviceStateCapability
Certificate string
CertificateNotAfter string
ClassId string
ClusterInfo GetApplianceDeviceStateClusterInfo
ConnectionStatus string
CreateTime string
CurrentFingerprint string
CurrentVersion string
DcVersion string
DesiredVersion string
DomainGroupMoid string
DownloadedFingerprint string
DownloadedMetadataVersions []GetApplianceDeviceStateDownloadedMetadataVersion
DownloadedVersion string
Hostname string
ModTime string
Moid string
ObjectType string
Owners []string
Parent GetApplianceDeviceStateParent
PendingFingerprint string
PendingVersion string
PermissionResources []GetApplianceDeviceStatePermissionResource
RegisteredDevice GetApplianceDeviceStateRegisteredDevice
SerialId string
SharedScope string
Tags []GetApplianceDeviceStateTag
UpgradeBlocked bool
UpgradePolicy GetApplianceDeviceStateUpgradePolicy
VersionContext GetApplianceDeviceStateVersionContext
id String
results List<GetApplianceDeviceStateResult>
accountMoid String
additionalProperties String
ancestors List<GetApplianceDeviceStateAncestor>
blockReasons List<String>
blockedVersion String
capabilities List<GetApplianceDeviceStateCapability>
certificate String
certificateNotAfter String
classId String
clusterInfo GetApplianceDeviceStateClusterInfo
connectionStatus String
createTime String
currentFingerprint String
currentVersion String
dcVersion String
desiredVersion String
domainGroupMoid String
downloadedFingerprint String
downloadedMetadataVersions List<GetApplianceDeviceStateDownloadedMetadataVersion>
downloadedVersion String
hostname String
modTime String
moid String
objectType String
owners List<String>
parent GetApplianceDeviceStateParent
pendingFingerprint String
pendingVersion String
permissionResources List<GetApplianceDeviceStatePermissionResource>
registeredDevice GetApplianceDeviceStateRegisteredDevice
serialId String
sharedScope String
tags List<GetApplianceDeviceStateTag>
upgradeBlocked Boolean
upgradePolicy GetApplianceDeviceStateUpgradePolicy
versionContext GetApplianceDeviceStateVersionContext
id str
results Sequence[GetApplianceDeviceStateResult]
account_moid str
additional_properties str
ancestors Sequence[GetApplianceDeviceStateAncestor]
block_reasons Sequence[str]
blocked_version str
capabilities Sequence[GetApplianceDeviceStateCapability]
certificate str
certificate_not_after str
class_id str
cluster_info GetApplianceDeviceStateClusterInfo
connection_status str
create_time str
current_fingerprint str
current_version str
dc_version str
desired_version str
domain_group_moid str
downloaded_fingerprint str
downloaded_metadata_versions Sequence[GetApplianceDeviceStateDownloadedMetadataVersion]
downloaded_version str
hostname str
mod_time str
moid str
object_type str
owners Sequence[str]
parent GetApplianceDeviceStateParent
pending_fingerprint str
pending_version str
permission_resources Sequence[GetApplianceDeviceStatePermissionResource]
registered_device GetApplianceDeviceStateRegisteredDevice
serial_id str
shared_scope str
tags Sequence[GetApplianceDeviceStateTag]
upgrade_blocked bool
upgrade_policy GetApplianceDeviceStateUpgradePolicy
version_context GetApplianceDeviceStateVersionContext
id String
results List<Property Map>
accountMoid String
additionalProperties String
ancestors List<Property Map>
blockReasons List<String>
blockedVersion String
capabilities List<Property Map>
certificate String
certificateNotAfter String
classId String
clusterInfo Property Map
connectionStatus String
createTime String
currentFingerprint String
currentVersion String
dcVersion String
desiredVersion String
domainGroupMoid String
downloadedFingerprint String
downloadedMetadataVersions List<Property Map>
downloadedVersion String
hostname String
modTime String
moid String
objectType String
owners List<String>
parent Property Map
pendingFingerprint String
pendingVersion String
permissionResources List<Property Map>
registeredDevice Property Map
serialId String
sharedScope String
tags List<Property Map>
upgradeBlocked Boolean
upgradePolicy Property Map
versionContext Property Map

Supporting Types

GetApplianceDeviceStateAncestor

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'.

GetApplianceDeviceStateCapability

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.
Key string
The string representation of a tag key.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Value string
The string representation of a tag value.
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.
Key string
The string representation of a tag key.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Value string
The string representation of a tag value.
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.
key String
The string representation of a tag key.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value String
The string representation of a tag value.
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.
key string
The string representation of a tag key.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value string
The string representation of a tag value.
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.
key str
The string representation of a tag key.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value str
The string representation of a tag value.
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.
key String
The string representation of a tag key.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
value String
The string representation of a tag value.

GetApplianceDeviceStateClusterInfo

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.
Nodes List<GetApplianceDeviceStateClusterInfoNode>
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
QuorumOk bool
Indicates if the cluster quorum requirement is met. This field has a value of 'true' when at least (n + 1) / 2 number of nodes are up and running.
ReportedTime string
Date on which the cluster information was collected and reported.
SetupTime string
Initial setup date and time of the Intersight Appliance.
TimeZone string
Timezone of the Intersight Appliance. The default value is in UTC.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
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.
Nodes []GetApplianceDeviceStateClusterInfoNode
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
QuorumOk bool
Indicates if the cluster quorum requirement is met. This field has a value of 'true' when at least (n + 1) / 2 number of nodes are up and running.
ReportedTime string
Date on which the cluster information was collected and reported.
SetupTime string
Initial setup date and time of the Intersight Appliance.
TimeZone string
Timezone of the Intersight Appliance. The default value is in UTC.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
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.
nodes List<GetApplianceDeviceStateClusterInfoNode>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
quorumOk Boolean
Indicates if the cluster quorum requirement is met. This field has a value of 'true' when at least (n + 1) / 2 number of nodes are up and running.
reportedTime String
Date on which the cluster information was collected and reported.
setupTime String
Initial setup date and time of the Intersight Appliance.
timeZone String
Timezone of the Intersight Appliance. The default value is in UTC.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
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.
nodes GetApplianceDeviceStateClusterInfoNode[]
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
quorumOk boolean
Indicates if the cluster quorum requirement is met. This field has a value of 'true' when at least (n + 1) / 2 number of nodes are up and running.
reportedTime string
Date on which the cluster information was collected and reported.
setupTime string
Initial setup date and time of the Intersight Appliance.
timeZone string
Timezone of the Intersight Appliance. The default value is in UTC.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
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.
nodes Sequence[GetApplianceDeviceStateClusterInfoNode]
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
quorum_ok bool
Indicates if the cluster quorum requirement is met. This field has a value of 'true' when at least (n + 1) / 2 number of nodes are up and running.
reported_time str
Date on which the cluster information was collected and reported.
setup_time str
Initial setup date and time of the Intersight Appliance.
time_zone str
Timezone of the Intersight Appliance. The default value is in UTC.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
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.
nodes List<Property Map>
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
quorumOk Boolean
Indicates if the cluster quorum requirement is met. This field has a value of 'true' when at least (n + 1) / 2 number of nodes are up and running.
reportedTime String
Date on which the cluster information was collected and reported.
setupTime String
Initial setup date and time of the Intersight Appliance.
timeZone String
Timezone of the Intersight Appliance. The default value is in UTC.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -

GetApplianceDeviceStateClusterInfoNode

AdditionalProperties string
BootTime string
Start time of the device connector in the Intersight Appliance node.
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.
ClusterMode string
Mode of the appliance cluster.
CpuCount double
Number of CPUs configured for the Intersight Appliance node.
DeploymentType string
Deployment type of the Intersight Appliance node.
Disks List<GetApplianceDeviceStateClusterInfoNodeDisk>
Hostname string
Hostname of the Intersight Appliance.
Memory GetApplianceDeviceStateClusterInfoNodeMemory
Memory usage information for the Intersight Appliance node.
NodeId double
Identifier of the Intersight Appliance node (one based).
NrVersion string
Current version of the device connector in the Intersight Appliance node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PingErrorNodes List<string>
PingOk bool
Indicates if the node can ping other nodes in the Intersight Appliance cluster. The Ping operation is a high level application specific status check operation, not an ICMP ping between the hosts.
PrimaryNode bool
Indicates if this node is the primary node.
RsyncErrorNodes List<string>
RsyncOk bool
Indicates if this node can rsync to other nodes.
VirtualEnvType string
Virtual Env type of the Intersight Appliance node (ESXi, Hyper-V or KVM).
AdditionalProperties string
BootTime string
Start time of the device connector in the Intersight Appliance node.
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.
ClusterMode string
Mode of the appliance cluster.
CpuCount float64
Number of CPUs configured for the Intersight Appliance node.
DeploymentType string
Deployment type of the Intersight Appliance node.
Disks []GetApplianceDeviceStateClusterInfoNodeDisk
Hostname string
Hostname of the Intersight Appliance.
Memory GetApplianceDeviceStateClusterInfoNodeMemory
Memory usage information for the Intersight Appliance node.
NodeId float64
Identifier of the Intersight Appliance node (one based).
NrVersion string
Current version of the device connector in the Intersight Appliance node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PingErrorNodes []string
PingOk bool
Indicates if the node can ping other nodes in the Intersight Appliance cluster. The Ping operation is a high level application specific status check operation, not an ICMP ping between the hosts.
PrimaryNode bool
Indicates if this node is the primary node.
RsyncErrorNodes []string
RsyncOk bool
Indicates if this node can rsync to other nodes.
VirtualEnvType string
Virtual Env type of the Intersight Appliance node (ESXi, Hyper-V or KVM).
additionalProperties String
bootTime String
Start time of the device connector in the Intersight Appliance node.
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.
clusterMode String
Mode of the appliance cluster.
cpuCount Double
Number of CPUs configured for the Intersight Appliance node.
deploymentType String
Deployment type of the Intersight Appliance node.
disks List<GetApplianceDeviceStateClusterInfoNodeDisk>
hostname String
Hostname of the Intersight Appliance.
memory GetApplianceDeviceStateClusterInfoNodeMemory
Memory usage information for the Intersight Appliance node.
nodeId Double
Identifier of the Intersight Appliance node (one based).
nrVersion String
Current version of the device connector in the Intersight Appliance node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pingErrorNodes List<String>
pingOk Boolean
Indicates if the node can ping other nodes in the Intersight Appliance cluster. The Ping operation is a high level application specific status check operation, not an ICMP ping between the hosts.
primaryNode Boolean
Indicates if this node is the primary node.
rsyncErrorNodes List<String>
rsyncOk Boolean
Indicates if this node can rsync to other nodes.
virtualEnvType String
Virtual Env type of the Intersight Appliance node (ESXi, Hyper-V or KVM).
additionalProperties string
bootTime string
Start time of the device connector in the Intersight Appliance node.
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.
clusterMode string
Mode of the appliance cluster.
cpuCount number
Number of CPUs configured for the Intersight Appliance node.
deploymentType string
Deployment type of the Intersight Appliance node.
disks GetApplianceDeviceStateClusterInfoNodeDisk[]
hostname string
Hostname of the Intersight Appliance.
memory GetApplianceDeviceStateClusterInfoNodeMemory
Memory usage information for the Intersight Appliance node.
nodeId number
Identifier of the Intersight Appliance node (one based).
nrVersion string
Current version of the device connector in the Intersight Appliance node.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pingErrorNodes string[]
pingOk boolean
Indicates if the node can ping other nodes in the Intersight Appliance cluster. The Ping operation is a high level application specific status check operation, not an ICMP ping between the hosts.
primaryNode boolean
Indicates if this node is the primary node.
rsyncErrorNodes string[]
rsyncOk boolean
Indicates if this node can rsync to other nodes.
virtualEnvType string
Virtual Env type of the Intersight Appliance node (ESXi, Hyper-V or KVM).
additional_properties str
boot_time str
Start time of the device connector in the Intersight Appliance node.
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.
cluster_mode str
Mode of the appliance cluster.
cpu_count float
Number of CPUs configured for the Intersight Appliance node.
deployment_type str
Deployment type of the Intersight Appliance node.
disks Sequence[GetApplianceDeviceStateClusterInfoNodeDisk]
hostname str
Hostname of the Intersight Appliance.
memory GetApplianceDeviceStateClusterInfoNodeMemory
Memory usage information for the Intersight Appliance node.
node_id float
Identifier of the Intersight Appliance node (one based).
nr_version str
Current version of the device connector in the Intersight Appliance node.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ping_error_nodes Sequence[str]
ping_ok bool
Indicates if the node can ping other nodes in the Intersight Appliance cluster. The Ping operation is a high level application specific status check operation, not an ICMP ping between the hosts.
primary_node bool
Indicates if this node is the primary node.
rsync_error_nodes Sequence[str]
rsync_ok bool
Indicates if this node can rsync to other nodes.
virtual_env_type str
Virtual Env type of the Intersight Appliance node (ESXi, Hyper-V or KVM).
additionalProperties String
bootTime String
Start time of the device connector in the Intersight Appliance node.
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.
clusterMode String
Mode of the appliance cluster.
cpuCount Number
Number of CPUs configured for the Intersight Appliance node.
deploymentType String
Deployment type of the Intersight Appliance node.
disks List<Property Map>
hostname String
Hostname of the Intersight Appliance.
memory Property Map
Memory usage information for the Intersight Appliance node.
nodeId Number
Identifier of the Intersight Appliance node (one based).
nrVersion String
Current version of the device connector in the Intersight Appliance node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
pingErrorNodes List<String>
pingOk Boolean
Indicates if the node can ping other nodes in the Intersight Appliance cluster. The Ping operation is a high level application specific status check operation, not an ICMP ping between the hosts.
primaryNode Boolean
Indicates if this node is the primary node.
rsyncErrorNodes List<String>
rsyncOk Boolean
Indicates if this node can rsync to other nodes.
virtualEnvType String
Virtual Env type of the Intersight Appliance node (ESXi, Hyper-V or KVM).

GetApplianceDeviceStateClusterInfoNodeDisk

AdditionalProperties string
Avail double
Available memory or storage in bytes.
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.
Name string
Name of the resource. In case of disk, it is the mount name of the disk.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Total double
Total memory or storage in bytes.
AdditionalProperties string
Avail float64
Available memory or storage in bytes.
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.
Name string
Name of the resource. In case of disk, it is the mount name of the disk.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Total float64
Total memory or storage in bytes.
additionalProperties String
avail Double
Available memory or storage in bytes.
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.
name String
Name of the resource. In case of disk, it is the mount name of the disk.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
total Double
Total memory or storage in bytes.
additionalProperties string
avail number
Available memory or storage in bytes.
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.
name string
Name of the resource. In case of disk, it is the mount name of the disk.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
total number
Total memory or storage in bytes.
additional_properties str
avail float
Available memory or storage in bytes.
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.
name str
Name of the resource. In case of disk, it is the mount name of the disk.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
total float
Total memory or storage in bytes.
additionalProperties String
avail Number
Available memory or storage in bytes.
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.
name String
Name of the resource. In case of disk, it is the mount name of the disk.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
total Number
Total memory or storage in bytes.

GetApplianceDeviceStateClusterInfoNodeMemory

AdditionalProperties string
Avail double
Available memory or storage in bytes.
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.
Name string
Name of the resource. In case of disk, it is the mount name of the disk.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Total double
Total memory or storage in bytes.
AdditionalProperties string
Avail float64
Available memory or storage in bytes.
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.
Name string
Name of the resource. In case of disk, it is the mount name of the disk.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Total float64
Total memory or storage in bytes.
additionalProperties String
avail Double
Available memory or storage in bytes.
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.
name String
Name of the resource. In case of disk, it is the mount name of the disk.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
total Double
Total memory or storage in bytes.
additionalProperties string
avail number
Available memory or storage in bytes.
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.
name string
Name of the resource. In case of disk, it is the mount name of the disk.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
total number
Total memory or storage in bytes.
additional_properties str
avail float
Available memory or storage in bytes.
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.
name str
Name of the resource. In case of disk, it is the mount name of the disk.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
total float
Total memory or storage in bytes.
additionalProperties String
avail Number
Available memory or storage in bytes.
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.
name String
Name of the resource. In case of disk, it is the mount name of the disk.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
total Number
Total memory or storage in bytes.

GetApplianceDeviceStateDownloadedMetadataVersion

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.
FileSha string
Metamanifest file checksum.
FileTime string
The timestamp when the metamanifest was touched.
MetadataType string
Name of the bucket that is being monitored.

  • hcl-meta - Hcl bucket, metadata update will be automatically enabled.
  • advisories - Advisory bucket, metadata update will be automatically enabled.
  • onprem-images - Onprem images bucket, metadata update will be automatically enableds.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
FileSha string
Metamanifest file checksum.
FileTime string
The timestamp when the metamanifest was touched.
MetadataType string
Name of the bucket that is being monitored.

  • hcl-meta - Hcl bucket, metadata update will be automatically enabled.
  • advisories - Advisory bucket, metadata update will be automatically enabled.
  • onprem-images - Onprem images bucket, metadata update will be automatically enableds.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
fileSha String
Metamanifest file checksum.
fileTime String
The timestamp when the metamanifest was touched.
metadataType String
Name of the bucket that is being monitored.

  • hcl-meta - Hcl bucket, metadata update will be automatically enabled.
  • advisories - Advisory bucket, metadata update will be automatically enabled.
  • onprem-images - Onprem images bucket, metadata update will be automatically enableds.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
fileSha string
Metamanifest file checksum.
fileTime string
The timestamp when the metamanifest was touched.
metadataType string
Name of the bucket that is being monitored.

  • hcl-meta - Hcl bucket, metadata update will be automatically enabled.
  • advisories - Advisory bucket, metadata update will be automatically enabled.
  • onprem-images - Onprem images bucket, metadata update will be automatically enableds.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
file_sha str
Metamanifest file checksum.
file_time str
The timestamp when the metamanifest was touched.
metadata_type str
Name of the bucket that is being monitored.

  • hcl-meta - Hcl bucket, metadata update will be automatically enabled.
  • advisories - Advisory bucket, metadata update will be automatically enabled.
  • onprem-images - Onprem images bucket, metadata update will be automatically enableds.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
fileSha String
Metamanifest file checksum.
fileTime String
The timestamp when the metamanifest was touched.
metadataType String
Name of the bucket that is being monitored.

  • hcl-meta - Hcl bucket, metadata update will be automatically enabled.
  • advisories - Advisory bucket, metadata update will be automatically enabled.
  • onprem-images - Onprem images bucket, metadata update will be automatically enableds.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetApplianceDeviceStateParent

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'.

GetApplianceDeviceStatePermissionResource

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'.

GetApplianceDeviceStateRegisteredDevice

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'.

GetApplianceDeviceStateResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetApplianceDeviceStateResultAncestor>
BlockReasons This property is required. List<string>
BlockedVersion This property is required. string
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
Capabilities This property is required. List<GetApplianceDeviceStateResultCapability>
Certificate This property is required. string
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
CertificateNotAfter This property is required. string
Expiration date of the software bundle verification certificate.
ClassId This property is required. string
ClusterInfos This property is required. List<GetApplianceDeviceStateResultClusterInfo>
ConnectionStatus This property is required. string
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
CreateTime This property is required. string
The time when this managed object was created.
CurrentFingerprint This property is required. string
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
CurrentVersion This property is required. string
Version string of the current software bundle that is installed in the Intersight Appliance.
DcVersion This property is required. string
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
DesiredVersion This property is required. string
The desired software bundle version of the Intersight Appliance.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
DownloadedFingerprint This property is required. string
Fingerprint of the downloaded software bundle.
DownloadedMetadataVersions This property is required. List<GetApplianceDeviceStateResultDownloadedMetadataVersion>
DownloadedVersion This property is required. string
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
Hostname This property is required. string
Hostname of the Intersight Appliance.
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.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetApplianceDeviceStateResultParent>
PendingFingerprint This property is required. string
Fingerprint of the pending software bundle.
PendingVersion This property is required. string
Version string of the pending software bundle that the Intersight Appliance will install.
PermissionResources This property is required. List<GetApplianceDeviceStateResultPermissionResource>
RegisteredDevices This property is required. List<GetApplianceDeviceStateResultRegisteredDevice>
SerialId This property is required. string
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
Tags This property is required. List<GetApplianceDeviceStateResultTag>
UpgradeBlocked This property is required. bool
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
UpgradePolicies This property is required. List<GetApplianceDeviceStateResultUpgradePolicy>
VersionContexts This property is required. List<GetApplianceDeviceStateResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetApplianceDeviceStateResultAncestor
BlockReasons This property is required. []string
BlockedVersion This property is required. string
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
Capabilities This property is required. []GetApplianceDeviceStateResultCapability
Certificate This property is required. string
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
CertificateNotAfter This property is required. string
Expiration date of the software bundle verification certificate.
ClassId This property is required. string
ClusterInfos This property is required. []GetApplianceDeviceStateResultClusterInfo
ConnectionStatus This property is required. string
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
CreateTime This property is required. string
The time when this managed object was created.
CurrentFingerprint This property is required. string
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
CurrentVersion This property is required. string
Version string of the current software bundle that is installed in the Intersight Appliance.
DcVersion This property is required. string
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
DesiredVersion This property is required. string
The desired software bundle version of the Intersight Appliance.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
DownloadedFingerprint This property is required. string
Fingerprint of the downloaded software bundle.
DownloadedMetadataVersions This property is required. []GetApplianceDeviceStateResultDownloadedMetadataVersion
DownloadedVersion This property is required. string
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
Hostname This property is required. string
Hostname of the Intersight Appliance.
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.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetApplianceDeviceStateResultParent
PendingFingerprint This property is required. string
Fingerprint of the pending software bundle.
PendingVersion This property is required. string
Version string of the pending software bundle that the Intersight Appliance will install.
PermissionResources This property is required. []GetApplianceDeviceStateResultPermissionResource
RegisteredDevices This property is required. []GetApplianceDeviceStateResultRegisteredDevice
SerialId This property is required. string
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
Tags This property is required. []GetApplianceDeviceStateResultTag
UpgradeBlocked This property is required. bool
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
UpgradePolicies This property is required. []GetApplianceDeviceStateResultUpgradePolicy
VersionContexts This property is required. []GetApplianceDeviceStateResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetApplianceDeviceStateResultAncestor>
blockReasons This property is required. List<String>
blockedVersion This property is required. String
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
capabilities This property is required. List<GetApplianceDeviceStateResultCapability>
certificate This property is required. String
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
certificateNotAfter This property is required. String
Expiration date of the software bundle verification certificate.
classId This property is required. String
clusterInfos This property is required. List<GetApplianceDeviceStateResultClusterInfo>
connectionStatus This property is required. String
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
createTime This property is required. String
The time when this managed object was created.
currentFingerprint This property is required. String
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
currentVersion This property is required. String
Version string of the current software bundle that is installed in the Intersight Appliance.
dcVersion This property is required. String
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
desiredVersion This property is required. String
The desired software bundle version of the Intersight Appliance.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
downloadedFingerprint This property is required. String
Fingerprint of the downloaded software bundle.
downloadedMetadataVersions This property is required. List<GetApplianceDeviceStateResultDownloadedMetadataVersion>
downloadedVersion This property is required. String
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
hostname This property is required. String
Hostname of the Intersight Appliance.
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.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetApplianceDeviceStateResultParent>
pendingFingerprint This property is required. String
Fingerprint of the pending software bundle.
pendingVersion This property is required. String
Version string of the pending software bundle that the Intersight Appliance will install.
permissionResources This property is required. List<GetApplianceDeviceStateResultPermissionResource>
registeredDevices This property is required. List<GetApplianceDeviceStateResultRegisteredDevice>
serialId This property is required. String
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
tags This property is required. List<GetApplianceDeviceStateResultTag>
upgradeBlocked This property is required. Boolean
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
upgradePolicies This property is required. List<GetApplianceDeviceStateResultUpgradePolicy>
versionContexts This property is required. List<GetApplianceDeviceStateResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetApplianceDeviceStateResultAncestor[]
blockReasons This property is required. string[]
blockedVersion This property is required. string
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
capabilities This property is required. GetApplianceDeviceStateResultCapability[]
certificate This property is required. string
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
certificateNotAfter This property is required. string
Expiration date of the software bundle verification certificate.
classId This property is required. string
clusterInfos This property is required. GetApplianceDeviceStateResultClusterInfo[]
connectionStatus This property is required. string
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
createTime This property is required. string
The time when this managed object was created.
currentFingerprint This property is required. string
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
currentVersion This property is required. string
Version string of the current software bundle that is installed in the Intersight Appliance.
dcVersion This property is required. string
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
desiredVersion This property is required. string
The desired software bundle version of the Intersight Appliance.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
downloadedFingerprint This property is required. string
Fingerprint of the downloaded software bundle.
downloadedMetadataVersions This property is required. GetApplianceDeviceStateResultDownloadedMetadataVersion[]
downloadedVersion This property is required. string
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
hostname This property is required. string
Hostname of the Intersight Appliance.
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.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetApplianceDeviceStateResultParent[]
pendingFingerprint This property is required. string
Fingerprint of the pending software bundle.
pendingVersion This property is required. string
Version string of the pending software bundle that the Intersight Appliance will install.
permissionResources This property is required. GetApplianceDeviceStateResultPermissionResource[]
registeredDevices This property is required. GetApplianceDeviceStateResultRegisteredDevice[]
serialId This property is required. string
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
tags This property is required. GetApplianceDeviceStateResultTag[]
upgradeBlocked This property is required. boolean
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
upgradePolicies This property is required. GetApplianceDeviceStateResultUpgradePolicy[]
versionContexts This property is required. GetApplianceDeviceStateResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetApplianceDeviceStateResultAncestor]
block_reasons This property is required. Sequence[str]
blocked_version This property is required. str
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
capabilities This property is required. Sequence[GetApplianceDeviceStateResultCapability]
certificate This property is required. str
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
certificate_not_after This property is required. str
Expiration date of the software bundle verification certificate.
class_id This property is required. str
cluster_infos This property is required. Sequence[GetApplianceDeviceStateResultClusterInfo]
connection_status This property is required. str
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
create_time This property is required. str
The time when this managed object was created.
current_fingerprint This property is required. str
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
current_version This property is required. str
Version string of the current software bundle that is installed in the Intersight Appliance.
dc_version This property is required. str
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
desired_version This property is required. str
The desired software bundle version of the Intersight Appliance.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
downloaded_fingerprint This property is required. str
Fingerprint of the downloaded software bundle.
downloaded_metadata_versions This property is required. Sequence[GetApplianceDeviceStateResultDownloadedMetadataVersion]
downloaded_version This property is required. str
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
hostname This property is required. str
Hostname of the Intersight Appliance.
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.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetApplianceDeviceStateResultParent]
pending_fingerprint This property is required. str
Fingerprint of the pending software bundle.
pending_version This property is required. str
Version string of the pending software bundle that the Intersight Appliance will install.
permission_resources This property is required. Sequence[GetApplianceDeviceStateResultPermissionResource]
registered_devices This property is required. Sequence[GetApplianceDeviceStateResultRegisteredDevice]
serial_id This property is required. str
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
tags This property is required. Sequence[GetApplianceDeviceStateResultTag]
upgrade_blocked This property is required. bool
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
upgrade_policies This property is required. Sequence[GetApplianceDeviceStateResultUpgradePolicy]
version_contexts This property is required. Sequence[GetApplianceDeviceStateResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
blockReasons This property is required. List<String>
blockedVersion This property is required. String
Version string of the current software bundle that is blocked for upgrade in the Intersight Appliance. It is used by UI to show banner message for blocked upgrade.
capabilities This property is required. List<Property Map>
certificate This property is required. String
Certificate to be used for verifying software upgrade bundles. Intersight's upgrade service sets the certificate dynamically when the Intersight Appliance queries DeviceState.
certificateNotAfter This property is required. String
Expiration date of the software bundle verification certificate.
classId This property is required. String
clusterInfos This property is required. List<Property Map>
connectionStatus This property is required. String
Intersight Appliance's connectivity status. ConnectionStatus field is updated infrequently, and value may not be up to date. However, upgrade service will populate this field with actual value when queried.* `` - The target details have been persisted but Intersight has not yet attempted to connect to the target.* Connected - Intersight is able to establish a connection to the target and initiate management activities.* NotConnected - Intersight is unable to establish a connection to the target.* ClaimInProgress - Claim of the target is in progress. A connection to the target has not been fully established.* UnclaimInProgress - Unclaim of the target is in progress. Intersight is able to connect to the target and all management operations are supported.* Unclaimed - The device was un-claimed from the users account by an Administrator of the device. Also indicates the failure to claim Targets of type HTTP Endpoint in Intersight.* Claimed - Target of type HTTP Endpoint is successfully claimed in Intersight. Currently no validation is performed to verify the Target connectivity from Intersight at the time of creation. However invoking API from Intersight Orchestrator fails if this Target is not reachable from Intersight or if Target API credentials are incorrect.
createTime This property is required. String
The time when this managed object was created.
currentFingerprint This property is required. String
Fingerprint of the software bundle that is currently installed in the Intersight Appliance.
currentVersion This property is required. String
Version string of the current software bundle that is installed in the Intersight Appliance.
dcVersion This property is required. String
Version string of the Intersight Appliance's device connector. Device connector reports version number during the initial handshake.
desiredVersion This property is required. String
The desired software bundle version of the Intersight Appliance.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
downloadedFingerprint This property is required. String
Fingerprint of the downloaded software bundle.
downloadedMetadataVersions This property is required. List<Property Map>
downloadedVersion This property is required. String
Intersight appliance software bundle version downloaded on the endpoint.Once Intersight Appliance upgrade service starts processing the version, it is updated as pending version.
hostname This property is required. String
Hostname of the Intersight Appliance.
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.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
pendingFingerprint This property is required. String
Fingerprint of the pending software bundle.
pendingVersion This property is required. String
Version string of the pending software bundle that the Intersight Appliance will install.
permissionResources This property is required. List<Property Map>
registeredDevices This property is required. List<Property Map>
serialId This property is required. String
SerialId of the Intersight Appliance. SerialId is generated when the Intersight Appliance is setup. SerialId is a unique UUID string, and it will not change for the life time of the Intersight Appliance.
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.
tags This property is required. List<Property Map>
upgradeBlocked This property is required. Boolean
Flag to indicate whether upgrade on this Intersight Appliance is blocked.
upgradePolicies This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetApplianceDeviceStateResultAncestor

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

GetApplianceDeviceStateResultCapability

AdditionalProperties This property is required. string
ClassId This property is required. string
Key This property is required. string
ObjectType This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Key This property is required. string
ObjectType This property is required. string
Value This property is required. string
additionalProperties This property is required. String
classId This property is required. String
key This property is required. String
objectType This property is required. String
value This property is required. String
additionalProperties This property is required. string
classId This property is required. string
key This property is required. string
objectType This property is required. string
value This property is required. string
additional_properties This property is required. str
class_id This property is required. str
key This property is required. str
object_type This property is required. str
value This property is required. str
additionalProperties This property is required. String
classId This property is required. String
key This property is required. String
objectType This property is required. String
value This property is required. String

GetApplianceDeviceStateResultClusterInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
Nodes This property is required. List<GetApplianceDeviceStateResultClusterInfoNode>
ObjectType This property is required. string
QuorumOk This property is required. bool
ReportedTime This property is required. string
SetupTime This property is required. string
TimeZone This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Nodes This property is required. []GetApplianceDeviceStateResultClusterInfoNode
ObjectType This property is required. string
QuorumOk This property is required. bool
ReportedTime This property is required. string
SetupTime This property is required. string
TimeZone This property is required. string
additionalProperties This property is required. String
classId This property is required. String
nodes This property is required. List<GetApplianceDeviceStateResultClusterInfoNode>
objectType This property is required. String
quorumOk This property is required. Boolean
reportedTime This property is required. String
setupTime This property is required. String
timeZone This property is required. String
additionalProperties This property is required. string
classId This property is required. string
nodes This property is required. GetApplianceDeviceStateResultClusterInfoNode[]
objectType This property is required. string
quorumOk This property is required. boolean
reportedTime This property is required. string
setupTime This property is required. string
timeZone This property is required. string
additional_properties This property is required. str
class_id This property is required. str
nodes This property is required. Sequence[GetApplianceDeviceStateResultClusterInfoNode]
object_type This property is required. str
quorum_ok This property is required. bool
reported_time This property is required. str
setup_time This property is required. str
time_zone This property is required. str
additionalProperties This property is required. String
classId This property is required. String
nodes This property is required. List<Property Map>
objectType This property is required. String
quorumOk This property is required. Boolean
reportedTime This property is required. String
setupTime This property is required. String
timeZone This property is required. String

GetApplianceDeviceStateResultClusterInfoNode

AdditionalProperties This property is required. string
BootTime This property is required. string
ClassId This property is required. string
ClusterMode This property is required. string
CpuCount This property is required. double
DeploymentType This property is required. string
Disks This property is required. List<GetApplianceDeviceStateResultClusterInfoNodeDisk>
Hostname This property is required. string
Hostname of the Intersight Appliance.
Memories This property is required. List<GetApplianceDeviceStateResultClusterInfoNodeMemory>
NodeId This property is required. double
NrVersion This property is required. string
ObjectType This property is required. string
PingErrorNodes This property is required. List<string>
PingOk This property is required. bool
PrimaryNode This property is required. bool
RsyncErrorNodes This property is required. List<string>
RsyncOk This property is required. bool
VirtualEnvType This property is required. string
AdditionalProperties This property is required. string
BootTime This property is required. string
ClassId This property is required. string
ClusterMode This property is required. string
CpuCount This property is required. float64
DeploymentType This property is required. string
Disks This property is required. []GetApplianceDeviceStateResultClusterInfoNodeDisk
Hostname This property is required. string
Hostname of the Intersight Appliance.
Memories This property is required. []GetApplianceDeviceStateResultClusterInfoNodeMemory
NodeId This property is required. float64
NrVersion This property is required. string
ObjectType This property is required. string
PingErrorNodes This property is required. []string
PingOk This property is required. bool
PrimaryNode This property is required. bool
RsyncErrorNodes This property is required. []string
RsyncOk This property is required. bool
VirtualEnvType This property is required. string
additionalProperties This property is required. String
bootTime This property is required. String
classId This property is required. String
clusterMode This property is required. String
cpuCount This property is required. Double
deploymentType This property is required. String
disks This property is required. List<GetApplianceDeviceStateResultClusterInfoNodeDisk>
hostname This property is required. String
Hostname of the Intersight Appliance.
memories This property is required. List<GetApplianceDeviceStateResultClusterInfoNodeMemory>
nodeId This property is required. Double
nrVersion This property is required. String
objectType This property is required. String
pingErrorNodes This property is required. List<String>
pingOk This property is required. Boolean
primaryNode This property is required. Boolean
rsyncErrorNodes This property is required. List<String>
rsyncOk This property is required. Boolean
virtualEnvType This property is required. String
additionalProperties This property is required. string
bootTime This property is required. string
classId This property is required. string
clusterMode This property is required. string
cpuCount This property is required. number
deploymentType This property is required. string
disks This property is required. GetApplianceDeviceStateResultClusterInfoNodeDisk[]
hostname This property is required. string
Hostname of the Intersight Appliance.
memories This property is required. GetApplianceDeviceStateResultClusterInfoNodeMemory[]
nodeId This property is required. number
nrVersion This property is required. string
objectType This property is required. string
pingErrorNodes This property is required. string[]
pingOk This property is required. boolean
primaryNode This property is required. boolean
rsyncErrorNodes This property is required. string[]
rsyncOk This property is required. boolean
virtualEnvType This property is required. string
additional_properties This property is required. str
boot_time This property is required. str
class_id This property is required. str
cluster_mode This property is required. str
cpu_count This property is required. float
deployment_type This property is required. str
disks This property is required. Sequence[GetApplianceDeviceStateResultClusterInfoNodeDisk]
hostname This property is required. str
Hostname of the Intersight Appliance.
memories This property is required. Sequence[GetApplianceDeviceStateResultClusterInfoNodeMemory]
node_id This property is required. float
nr_version This property is required. str
object_type This property is required. str
ping_error_nodes This property is required. Sequence[str]
ping_ok This property is required. bool
primary_node This property is required. bool
rsync_error_nodes This property is required. Sequence[str]
rsync_ok This property is required. bool
virtual_env_type This property is required. str
additionalProperties This property is required. String
bootTime This property is required. String
classId This property is required. String
clusterMode This property is required. String
cpuCount This property is required. Number
deploymentType This property is required. String
disks This property is required. List<Property Map>
hostname This property is required. String
Hostname of the Intersight Appliance.
memories This property is required. List<Property Map>
nodeId This property is required. Number
nrVersion This property is required. String
objectType This property is required. String
pingErrorNodes This property is required. List<String>
pingOk This property is required. Boolean
primaryNode This property is required. Boolean
rsyncErrorNodes This property is required. List<String>
rsyncOk This property is required. Boolean
virtualEnvType This property is required. String

GetApplianceDeviceStateResultClusterInfoNodeDisk

AdditionalProperties This property is required. string
Avail This property is required. double
ClassId This property is required. string
Name This property is required. string
ObjectType This property is required. string
Total This property is required. double
AdditionalProperties This property is required. string
Avail This property is required. float64
ClassId This property is required. string
Name This property is required. string
ObjectType This property is required. string
Total This property is required. float64
additionalProperties This property is required. String
avail This property is required. Double
classId This property is required. String
name This property is required. String
objectType This property is required. String
total This property is required. Double
additionalProperties This property is required. string
avail This property is required. number
classId This property is required. string
name This property is required. string
objectType This property is required. string
total This property is required. number
additional_properties This property is required. str
avail This property is required. float
class_id This property is required. str
name This property is required. str
object_type This property is required. str
total This property is required. float
additionalProperties This property is required. String
avail This property is required. Number
classId This property is required. String
name This property is required. String
objectType This property is required. String
total This property is required. Number

GetApplianceDeviceStateResultClusterInfoNodeMemory

AdditionalProperties This property is required. string
Avail This property is required. double
ClassId This property is required. string
Name This property is required. string
ObjectType This property is required. string
Total This property is required. double
AdditionalProperties This property is required. string
Avail This property is required. float64
ClassId This property is required. string
Name This property is required. string
ObjectType This property is required. string
Total This property is required. float64
additionalProperties This property is required. String
avail This property is required. Double
classId This property is required. String
name This property is required. String
objectType This property is required. String
total This property is required. Double
additionalProperties This property is required. string
avail This property is required. number
classId This property is required. string
name This property is required. string
objectType This property is required. string
total This property is required. number
additional_properties This property is required. str
avail This property is required. float
class_id This property is required. str
name This property is required. str
object_type This property is required. str
total This property is required. float
additionalProperties This property is required. String
avail This property is required. Number
classId This property is required. String
name This property is required. String
objectType This property is required. String
total This property is required. Number

GetApplianceDeviceStateResultDownloadedMetadataVersion

AdditionalProperties This property is required. string
ClassId This property is required. string
FileSha This property is required. string
FileTime This property is required. string
MetadataType This property is required. string
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
FileSha This property is required. string
FileTime This property is required. string
MetadataType This property is required. string
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
fileSha This property is required. String
fileTime This property is required. String
metadataType This property is required. String
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
fileSha This property is required. string
fileTime This property is required. string
metadataType This property is required. string
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
file_sha This property is required. str
file_time This property is required. str
metadata_type This property is required. str
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
fileSha This property is required. String
fileTime This property is required. String
metadataType This property is required. String
objectType This property is required. String

GetApplianceDeviceStateResultParent

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

GetApplianceDeviceStateResultPermissionResource

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

GetApplianceDeviceStateResultRegisteredDevice

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

GetApplianceDeviceStateResultTag

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

GetApplianceDeviceStateResultUpgradePolicy

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

GetApplianceDeviceStateResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetApplianceDeviceStateResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetApplianceDeviceStateResultVersionContextRefMo>
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. []GetApplianceDeviceStateResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetApplianceDeviceStateResultVersionContextRefMo
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<GetApplianceDeviceStateResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetApplianceDeviceStateResultVersionContextRefMo>
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. GetApplianceDeviceStateResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetApplianceDeviceStateResultVersionContextRefMo[]
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[GetApplianceDeviceStateResultVersionContextInterestedMo]
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[GetApplianceDeviceStateResultVersionContextRefMo]
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

GetApplianceDeviceStateResultVersionContextInterestedMo

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

GetApplianceDeviceStateResultVersionContextRefMo

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

GetApplianceDeviceStateTag

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.

GetApplianceDeviceStateUpgradePolicy

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'.

GetApplianceDeviceStateVersionContext

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<GetApplianceDeviceStateVersionContextInterestedMo>
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 GetApplianceDeviceStateVersionContextRefMo
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 []GetApplianceDeviceStateVersionContextInterestedMo
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 GetApplianceDeviceStateVersionContextRefMo
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<GetApplianceDeviceStateVersionContextInterestedMo>
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 GetApplianceDeviceStateVersionContextRefMo
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 GetApplianceDeviceStateVersionContextInterestedMo[]
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 GetApplianceDeviceStateVersionContextRefMo
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[GetApplianceDeviceStateVersionContextInterestedMo]
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 GetApplianceDeviceStateVersionContextRefMo
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.

GetApplianceDeviceStateVersionContextInterestedMo

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'.

GetApplianceDeviceStateVersionContextRefMo

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'.

Package Details

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