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

intersight.getApplianceDeviceState

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    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>
    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]
    func LookupApplianceDeviceState(ctx *Context, args *LookupApplianceDeviceStateArgs, opts ...InvokeOption) (*LookupApplianceDeviceStateResult, error)
    func LookupApplianceDeviceStateOutput(ctx *Context, args *LookupApplianceDeviceStateOutputArgs, opts ...InvokeOption) LookupApplianceDeviceStateResultOutput

    > 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)
    }
    public static CompletableFuture<GetApplianceDeviceStateResult> getApplianceDeviceState(GetApplianceDeviceStateArgs args, InvokeOptions options)
    public static Output<GetApplianceDeviceStateResult> getApplianceDeviceState(GetApplianceDeviceStateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getApplianceDeviceState:getApplianceDeviceState
      arguments:
        # arguments dictionary

    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 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 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 string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetApplianceDeviceStateResultAncestor>
    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<GetApplianceDeviceStateResultCapability>
    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
    ClusterInfos List<GetApplianceDeviceStateResultClusterInfo>
    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<GetApplianceDeviceStateResultDownloadedMetadataVersion>
    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.
    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>
    Parents List<GetApplianceDeviceStateResultParent>
    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<GetApplianceDeviceStateResultPermissionResource>
    RegisteredDevices List<GetApplianceDeviceStateResultRegisteredDevice>
    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<GetApplianceDeviceStateResultTag>
    UpgradeBlocked bool
    Flag to indicate whether upgrade on this Intersight Appliance is blocked.
    UpgradePolicies List<GetApplianceDeviceStateResultUpgradePolicy>
    VersionContexts List<GetApplianceDeviceStateResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetApplianceDeviceStateResultAncestor
    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 []GetApplianceDeviceStateResultCapability
    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
    ClusterInfos []GetApplianceDeviceStateResultClusterInfo
    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 []GetApplianceDeviceStateResultDownloadedMetadataVersion
    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.
    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
    Parents []GetApplianceDeviceStateResultParent
    PendingFingerprint string
    Fingerprint of the pending software bundle.
    PendingVersion string
    Version string of the pending software bundle that the Intersight Appliance will install.
    PermissionResources []GetApplianceDeviceStateResultPermissionResource
    RegisteredDevices []GetApplianceDeviceStateResultRegisteredDevice
    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 []GetApplianceDeviceStateResultTag
    UpgradeBlocked bool
    Flag to indicate whether upgrade on this Intersight Appliance is blocked.
    UpgradePolicies []GetApplianceDeviceStateResultUpgradePolicy
    VersionContexts []GetApplianceDeviceStateResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetApplianceDeviceStateResultAncestor>
    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<GetApplianceDeviceStateResultCapability>
    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
    clusterInfos List<GetApplianceDeviceStateResultClusterInfo>
    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<GetApplianceDeviceStateResultDownloadedMetadataVersion>
    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.
    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>
    parents List<GetApplianceDeviceStateResultParent>
    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<GetApplianceDeviceStateResultPermissionResource>
    registeredDevices List<GetApplianceDeviceStateResultRegisteredDevice>
    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<GetApplianceDeviceStateResultTag>
    upgradeBlocked Boolean
    Flag to indicate whether upgrade on this Intersight Appliance is blocked.
    upgradePolicies List<GetApplianceDeviceStateResultUpgradePolicy>
    versionContexts List<GetApplianceDeviceStateResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetApplianceDeviceStateResultAncestor[]
    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 GetApplianceDeviceStateResultCapability[]
    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
    clusterInfos GetApplianceDeviceStateResultClusterInfo[]
    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 GetApplianceDeviceStateResultDownloadedMetadataVersion[]
    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.
    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[]
    parents GetApplianceDeviceStateResultParent[]
    pendingFingerprint string
    Fingerprint of the pending software bundle.
    pendingVersion string
    Version string of the pending software bundle that the Intersight Appliance will install.
    permissionResources GetApplianceDeviceStateResultPermissionResource[]
    registeredDevices GetApplianceDeviceStateResultRegisteredDevice[]
    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 GetApplianceDeviceStateResultTag[]
    upgradeBlocked boolean
    Flag to indicate whether upgrade on this Intersight Appliance is blocked.
    upgradePolicies GetApplianceDeviceStateResultUpgradePolicy[]
    versionContexts GetApplianceDeviceStateResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetApplianceDeviceStateResultAncestor]
    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[GetApplianceDeviceStateResultCapability]
    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_infos Sequence[GetApplianceDeviceStateResultClusterInfo]
    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[GetApplianceDeviceStateResultDownloadedMetadataVersion]
    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.
    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]
    parents Sequence[GetApplianceDeviceStateResultParent]
    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[GetApplianceDeviceStateResultPermissionResource]
    registered_devices Sequence[GetApplianceDeviceStateResultRegisteredDevice]
    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[GetApplianceDeviceStateResultTag]
    upgrade_blocked bool
    Flag to indicate whether upgrade on this Intersight Appliance is blocked.
    upgrade_policies Sequence[GetApplianceDeviceStateResultUpgradePolicy]
    version_contexts Sequence[GetApplianceDeviceStateResultVersionContext]
    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
    clusterInfos List<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.
    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>
    parents List<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>
    registeredDevices List<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.
    upgradePolicies List<Property Map>
    versionContexts List<Property Map>

    GetApplianceDeviceStateResultAncestor

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

    GetApplianceDeviceStateResultCapability

    AdditionalProperties string
    ClassId string
    Key string
    ObjectType string
    Value string
    AdditionalProperties string
    ClassId string
    Key string
    ObjectType string
    Value string
    additionalProperties String
    classId String
    key String
    objectType String
    value String
    additionalProperties string
    classId string
    key string
    objectType string
    value string
    additionalProperties String
    classId String
    key String
    objectType String
    value String

    GetApplianceDeviceStateResultClusterInfo

    GetApplianceDeviceStateResultClusterInfoNode

    additionalProperties String
    bootTime String
    classId String
    clusterMode String
    cpuCount Number
    deploymentType String
    disks List<Property Map>
    hostname String
    Hostname of the Intersight Appliance.
    memories List<Property Map>
    nodeId Number
    nrVersion String
    objectType String
    pingErrorNodes List<String>
    pingOk Boolean
    primaryNode Boolean
    rsyncErrorNodes List<String>
    rsyncOk Boolean
    virtualEnvType String

    GetApplianceDeviceStateResultClusterInfoNodeDisk

    AdditionalProperties string
    Avail double
    ClassId string
    Name string
    ObjectType string
    Total double
    AdditionalProperties string
    Avail float64
    ClassId string
    Name string
    ObjectType string
    Total float64
    additionalProperties String
    avail Double
    classId String
    name String
    objectType String
    total Double
    additionalProperties string
    avail number
    classId string
    name string
    objectType string
    total number
    additionalProperties String
    avail Number
    classId String
    name String
    objectType String
    total Number

    GetApplianceDeviceStateResultClusterInfoNodeMemory

    AdditionalProperties string
    Avail double
    ClassId string
    Name string
    ObjectType string
    Total double
    AdditionalProperties string
    Avail float64
    ClassId string
    Name string
    ObjectType string
    Total float64
    additionalProperties String
    avail Double
    classId String
    name String
    objectType String
    total Double
    additionalProperties string
    avail number
    classId string
    name string
    objectType string
    total number
    additionalProperties String
    avail Number
    classId String
    name String
    objectType String
    total Number

    GetApplianceDeviceStateResultDownloadedMetadataVersion

    GetApplianceDeviceStateResultParent

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

    GetApplianceDeviceStateResultPermissionResource

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

    GetApplianceDeviceStateResultRegisteredDevice

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

    GetApplianceDeviceStateResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetApplianceDeviceStateResultUpgradePolicy

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

    GetApplianceDeviceStateResultVersionContext

    GetApplianceDeviceStateResultVersionContextInterestedMo

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

    GetApplianceDeviceStateResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector 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.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet