intersight.getApplianceDeviceState
Explore with Pulumi AI
DeviceState keeps tracks the Intersight Appliance’s current state. Intersight Appliance’s device connector queries its DeviceState managed object during the startup. Device connector also updates DeviceState managed object periodically by pushing modified DeviceState managed object from the Intersight Appliance to the Intersight.
Using getApplianceDeviceState
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getApplianceDeviceState(args: GetApplianceDeviceStateArgs, opts?: InvokeOptions): Promise<GetApplianceDeviceStateResult>
function getApplianceDeviceStateOutput(args: GetApplianceDeviceStateOutputArgs, opts?: InvokeOptions): Output<GetApplianceDeviceStateResult>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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance Device State Ancestor> 
- 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<GetAppliance Device State Capability> 
- 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.
- CertificateNot stringAfter 
- Expiration date of the software bundle verification certificate.
- ClassId string
- ClusterInfo GetAppliance Device State Cluster Info 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadedFingerprint string
- Fingerprint of the downloaded software bundle.
- DownloadedMetadata List<GetVersions Appliance Device State Downloaded Metadata Version> 
- 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
GetAppliance Device State Parent 
- 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<GetAppliance Device State Permission Resource> 
- RegisteredDevice GetAppliance Device State Registered Device 
- 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.
- 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.
- 
List<GetAppliance Device State Tag> 
- UpgradeBlocked bool
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- UpgradePolicy GetAppliance Device State Upgrade Policy 
- VersionContext GetAppliance Device State Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance Device State Ancestor 
- 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
[]GetAppliance Device State Capability 
- 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.
- CertificateNot stringAfter 
- Expiration date of the software bundle verification certificate.
- ClassId string
- ClusterInfo GetAppliance Device State Cluster Info 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadedFingerprint string
- Fingerprint of the downloaded software bundle.
- DownloadedMetadata []GetVersions Appliance Device State Downloaded Metadata Version 
- 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
GetAppliance Device State Parent 
- PendingFingerprint string
- Fingerprint of the pending software bundle.
- PendingVersion string
- Version string of the pending software bundle that the Intersight Appliance will install.
- PermissionResources []GetAppliance Device State Permission Resource 
- RegisteredDevice GetAppliance Device State Registered Device 
- 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.
- 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.
- 
[]GetAppliance Device State Tag 
- UpgradeBlocked bool
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- UpgradePolicy GetAppliance Device State Upgrade Policy 
- VersionContext GetAppliance Device State Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance Device State Ancestor> 
- 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<GetAppliance Device State Capability> 
- 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.
- certificateNot StringAfter 
- Expiration date of the software bundle verification certificate.
- classId String
- clusterInfo GetAppliance Device State Cluster Info 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadedFingerprint String
- Fingerprint of the downloaded software bundle.
- downloadedMetadata List<GetVersions Appliance Device State Downloaded Metadata Version> 
- 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
GetAppliance Device State Parent 
- 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<GetAppliance Device State Permission Resource> 
- registeredDevice GetAppliance Device State Registered Device 
- 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.
- 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.
- 
List<GetAppliance Device State Tag> 
- upgradeBlocked Boolean
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- upgradePolicy GetAppliance Device State Upgrade Policy 
- versionContext GetAppliance Device State Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance Device State Ancestor[] 
- 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
GetAppliance Device State Capability[] 
- 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.
- certificateNot stringAfter 
- Expiration date of the software bundle verification certificate.
- classId string
- clusterInfo GetAppliance Device State Cluster Info 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- downloadedFingerprint string
- Fingerprint of the downloaded software bundle.
- downloadedMetadata GetVersions Appliance Device State Downloaded Metadata Version[] 
- 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
GetAppliance Device State Parent 
- pendingFingerprint string
- Fingerprint of the pending software bundle.
- pendingVersion string
- Version string of the pending software bundle that the Intersight Appliance will install.
- permissionResources GetAppliance Device State Permission Resource[] 
- registeredDevice GetAppliance Device State Registered Device 
- 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.
- 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.
- 
GetAppliance Device State Tag[] 
- upgradeBlocked boolean
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- upgradePolicy GetAppliance Device State Upgrade Policy 
- versionContext GetAppliance Device State Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance Device State Ancestor] 
- 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[GetAppliance Device State Capability] 
- 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_ strafter 
- Expiration date of the software bundle verification certificate.
- class_id str
- cluster_info GetAppliance Device State Cluster Info 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- downloaded_fingerprint str
- Fingerprint of the downloaded software bundle.
- downloaded_metadata_ Sequence[Getversions Appliance Device State Downloaded Metadata Version] 
- 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
GetAppliance Device State Parent 
- 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[GetAppliance Device State Permission Resource] 
- registered_device GetAppliance Device State Registered Device 
- 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.
- 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.
- 
Sequence[GetAppliance Device State Tag] 
- upgrade_blocked bool
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- upgrade_policy GetAppliance Device State Upgrade Policy 
- version_context GetAppliance Device State Version Context 
- 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.
- certificateNot StringAfter 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadedFingerprint String
- Fingerprint of the downloaded software bundle.
- downloadedMetadata List<Property Map>Versions 
- 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.
- 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.
- 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<GetAppliance Device State Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetAppliance Device State Ancestor> 
- BlockReasons List<string>
- BlockedVersion string
- Capabilities
List<GetAppliance Device State Capability> 
- Certificate string
- CertificateNot stringAfter 
- ClassId string
- ClusterInfo GetAppliance Device State Cluster Info 
- ConnectionStatus string
- CreateTime string
- CurrentFingerprint string
- CurrentVersion string
- DcVersion string
- DesiredVersion string
- DomainGroup stringMoid 
- DownloadedFingerprint string
- DownloadedMetadata List<GetVersions Appliance Device State Downloaded Metadata Version> 
- DownloadedVersion string
- Hostname string
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetAppliance Device State Parent 
- PendingFingerprint string
- PendingVersion string
- PermissionResources List<GetAppliance Device State Permission Resource> 
- RegisteredDevice GetAppliance Device State Registered Device 
- SerialId string
- string
- 
List<GetAppliance Device State Tag> 
- UpgradeBlocked bool
- UpgradePolicy GetAppliance Device State Upgrade Policy 
- VersionContext GetAppliance Device State Version Context 
- Id string
- Results
[]GetAppliance Device State Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetAppliance Device State Ancestor 
- BlockReasons []string
- BlockedVersion string
- Capabilities
[]GetAppliance Device State Capability 
- Certificate string
- CertificateNot stringAfter 
- ClassId string
- ClusterInfo GetAppliance Device State Cluster Info 
- ConnectionStatus string
- CreateTime string
- CurrentFingerprint string
- CurrentVersion string
- DcVersion string
- DesiredVersion string
- DomainGroup stringMoid 
- DownloadedFingerprint string
- DownloadedMetadata []GetVersions Appliance Device State Downloaded Metadata Version 
- DownloadedVersion string
- Hostname string
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetAppliance Device State Parent 
- PendingFingerprint string
- PendingVersion string
- PermissionResources []GetAppliance Device State Permission Resource 
- RegisteredDevice GetAppliance Device State Registered Device 
- SerialId string
- string
- 
[]GetAppliance Device State Tag 
- UpgradeBlocked bool
- UpgradePolicy GetAppliance Device State Upgrade Policy 
- VersionContext GetAppliance Device State Version Context 
- id String
- results
List<GetAppliance Device State Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetAppliance Device State Ancestor> 
- blockReasons List<String>
- blockedVersion String
- capabilities
List<GetAppliance Device State Capability> 
- certificate String
- certificateNot StringAfter 
- classId String
- clusterInfo GetAppliance Device State Cluster Info 
- connectionStatus String
- createTime String
- currentFingerprint String
- currentVersion String
- dcVersion String
- desiredVersion String
- domainGroup StringMoid 
- downloadedFingerprint String
- downloadedMetadata List<GetVersions Appliance Device State Downloaded Metadata Version> 
- downloadedVersion String
- hostname String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetAppliance Device State Parent 
- pendingFingerprint String
- pendingVersion String
- permissionResources List<GetAppliance Device State Permission Resource> 
- registeredDevice GetAppliance Device State Registered Device 
- serialId String
- String
- 
List<GetAppliance Device State Tag> 
- upgradeBlocked Boolean
- upgradePolicy GetAppliance Device State Upgrade Policy 
- versionContext GetAppliance Device State Version Context 
- id string
- results
GetAppliance Device State Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetAppliance Device State Ancestor[] 
- blockReasons string[]
- blockedVersion string
- capabilities
GetAppliance Device State Capability[] 
- certificate string
- certificateNot stringAfter 
- classId string
- clusterInfo GetAppliance Device State Cluster Info 
- connectionStatus string
- createTime string
- currentFingerprint string
- currentVersion string
- dcVersion string
- desiredVersion string
- domainGroup stringMoid 
- downloadedFingerprint string
- downloadedMetadata GetVersions Appliance Device State Downloaded Metadata Version[] 
- downloadedVersion string
- hostname string
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetAppliance Device State Parent 
- pendingFingerprint string
- pendingVersion string
- permissionResources GetAppliance Device State Permission Resource[] 
- registeredDevice GetAppliance Device State Registered Device 
- serialId string
- string
- 
GetAppliance Device State Tag[] 
- upgradeBlocked boolean
- upgradePolicy GetAppliance Device State Upgrade Policy 
- versionContext GetAppliance Device State Version Context 
- id str
- results
Sequence[GetAppliance Device State Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetAppliance Device State Ancestor] 
- block_reasons Sequence[str]
- blocked_version str
- capabilities
Sequence[GetAppliance Device State Capability] 
- certificate str
- certificate_not_ strafter 
- class_id str
- cluster_info GetAppliance Device State Cluster Info 
- connection_status str
- create_time str
- current_fingerprint str
- current_version str
- dc_version str
- desired_version str
- domain_group_ strmoid 
- downloaded_fingerprint str
- downloaded_metadata_ Sequence[Getversions Appliance Device State Downloaded Metadata Version] 
- downloaded_version str
- hostname str
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetAppliance Device State Parent 
- pending_fingerprint str
- pending_version str
- permission_resources Sequence[GetAppliance Device State Permission Resource] 
- registered_device GetAppliance Device State Registered Device 
- serial_id str
- str
- 
Sequence[GetAppliance Device State Tag] 
- upgrade_blocked bool
- upgrade_policy GetAppliance Device State Upgrade Policy 
- version_context GetAppliance Device State Version Context 
- 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
- certificateNot StringAfter 
- classId String
- clusterInfo Property Map
- connectionStatus String
- createTime String
- currentFingerprint String
- currentVersion String
- dcVersion String
- desiredVersion String
- domainGroup StringMoid 
- downloadedFingerprint String
- downloadedMetadata List<Property Map>Versions 
- 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
- String
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetAppliance Device State Cluster Info Node> 
- 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
[]GetAppliance Device State Cluster Info Node 
- 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<GetAppliance Device State Cluster Info Node> 
- 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
GetAppliance Device State Cluster Info Node[] 
- 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[GetAppliance Device State Cluster Info Node] 
- 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<GetAppliance Device State Cluster Info Node Disk> 
- Hostname string
- Hostname of the Intersight Appliance.
- Memory
GetAppliance Device State Cluster Info Node Memory 
- 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.
- PingError List<string>Nodes 
- 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.
- RsyncError List<string>Nodes 
- RsyncOk bool
- Indicates if this node can rsync to other nodes.
- VirtualEnv stringType 
- 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
[]GetAppliance Device State Cluster Info Node Disk 
- Hostname string
- Hostname of the Intersight Appliance.
- Memory
GetAppliance Device State Cluster Info Node Memory 
- 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.
- PingError []stringNodes 
- 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.
- RsyncError []stringNodes 
- RsyncOk bool
- Indicates if this node can rsync to other nodes.
- VirtualEnv stringType 
- 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<GetAppliance Device State Cluster Info Node Disk> 
- hostname String
- Hostname of the Intersight Appliance.
- memory
GetAppliance Device State Cluster Info Node Memory 
- 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.
- pingError List<String>Nodes 
- 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.
- rsyncError List<String>Nodes 
- rsyncOk Boolean
- Indicates if this node can rsync to other nodes.
- virtualEnv StringType 
- 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
GetAppliance Device State Cluster Info Node Disk[] 
- hostname string
- Hostname of the Intersight Appliance.
- memory
GetAppliance Device State Cluster Info Node Memory 
- 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.
- pingError string[]Nodes 
- 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.
- rsyncError string[]Nodes 
- rsyncOk boolean
- Indicates if this node can rsync to other nodes.
- virtualEnv stringType 
- 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[GetAppliance Device State Cluster Info Node Disk] 
- hostname str
- Hostname of the Intersight Appliance.
- memory
GetAppliance Device State Cluster Info Node Memory 
- 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_ Sequence[str]nodes 
- 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_ Sequence[str]nodes 
- rsync_ok bool
- Indicates if this node can rsync to other nodes.
- virtual_env_ strtype 
- 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.
- pingError List<String>Nodes 
- 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.
- rsyncError List<String>Nodes 
- rsyncOk Boolean
- Indicates if this node can rsync to other nodes.
- virtualEnv StringType 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetApplianceDeviceStateResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance Device State Result Ancestor> 
- 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<GetAppliance Device State Result Capability> 
- 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.
- CertificateNot stringAfter 
- Expiration date of the software bundle verification certificate.
- ClassId string
- ClusterInfos List<GetAppliance Device State Result Cluster Info> 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadedFingerprint string
- Fingerprint of the downloaded software bundle.
- DownloadedMetadata List<GetVersions Appliance Device State Result Downloaded Metadata Version> 
- 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<GetAppliance Device State Result Parent> 
- 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<GetAppliance Device State Result Permission Resource> 
- RegisteredDevices List<GetAppliance Device State Result Registered Device> 
- 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.
- 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.
- 
List<GetAppliance Device State Result Tag> 
- UpgradeBlocked bool
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- UpgradePolicies List<GetAppliance Device State Result Upgrade Policy> 
- VersionContexts List<GetAppliance Device State Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance Device State Result Ancestor 
- 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
[]GetAppliance Device State Result Capability 
- 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.
- CertificateNot stringAfter 
- Expiration date of the software bundle verification certificate.
- ClassId string
- ClusterInfos []GetAppliance Device State Result Cluster Info 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- DownloadedFingerprint string
- Fingerprint of the downloaded software bundle.
- DownloadedMetadata []GetVersions Appliance Device State Result Downloaded Metadata Version 
- 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
[]GetAppliance Device State Result Parent 
- PendingFingerprint string
- Fingerprint of the pending software bundle.
- PendingVersion string
- Version string of the pending software bundle that the Intersight Appliance will install.
- PermissionResources []GetAppliance Device State Result Permission Resource 
- RegisteredDevices []GetAppliance Device State Result Registered Device 
- 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.
- 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.
- 
[]GetAppliance Device State Result Tag 
- UpgradeBlocked bool
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- UpgradePolicies []GetAppliance Device State Result Upgrade Policy 
- VersionContexts []GetAppliance Device State Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance Device State Result Ancestor> 
- 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<GetAppliance Device State Result Capability> 
- 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.
- certificateNot StringAfter 
- Expiration date of the software bundle verification certificate.
- classId String
- clusterInfos List<GetAppliance Device State Result Cluster Info> 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadedFingerprint String
- Fingerprint of the downloaded software bundle.
- downloadedMetadata List<GetVersions Appliance Device State Result Downloaded Metadata Version> 
- 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<GetAppliance Device State Result Parent> 
- 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<GetAppliance Device State Result Permission Resource> 
- registeredDevices List<GetAppliance Device State Result Registered Device> 
- 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.
- 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.
- 
List<GetAppliance Device State Result Tag> 
- upgradeBlocked Boolean
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- upgradePolicies List<GetAppliance Device State Result Upgrade Policy> 
- versionContexts List<GetAppliance Device State Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance Device State Result Ancestor[] 
- 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
GetAppliance Device State Result Capability[] 
- 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.
- certificateNot stringAfter 
- Expiration date of the software bundle verification certificate.
- classId string
- clusterInfos GetAppliance Device State Result Cluster Info[] 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- downloadedFingerprint string
- Fingerprint of the downloaded software bundle.
- downloadedMetadata GetVersions Appliance Device State Result Downloaded Metadata Version[] 
- 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
GetAppliance Device State Result Parent[] 
- pendingFingerprint string
- Fingerprint of the pending software bundle.
- pendingVersion string
- Version string of the pending software bundle that the Intersight Appliance will install.
- permissionResources GetAppliance Device State Result Permission Resource[] 
- registeredDevices GetAppliance Device State Result Registered Device[] 
- 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.
- 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.
- 
GetAppliance Device State Result Tag[] 
- upgradeBlocked boolean
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- upgradePolicies GetAppliance Device State Result Upgrade Policy[] 
- versionContexts GetAppliance Device State Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance Device State Result Ancestor] 
- 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[GetAppliance Device State Result Capability] 
- 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_ strafter 
- Expiration date of the software bundle verification certificate.
- class_id str
- cluster_infos Sequence[GetAppliance Device State Result Cluster Info] 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- downloaded_fingerprint str
- Fingerprint of the downloaded software bundle.
- downloaded_metadata_ Sequence[Getversions Appliance Device State Result Downloaded Metadata Version] 
- 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[GetAppliance Device State Result Parent] 
- 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[GetAppliance Device State Result Permission Resource] 
- registered_devices Sequence[GetAppliance Device State Result Registered Device] 
- 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.
- 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.
- 
Sequence[GetAppliance Device State Result Tag] 
- upgrade_blocked bool
- Flag to indicate whether upgrade on this Intersight Appliance is blocked.
- upgrade_policies Sequence[GetAppliance Device State Result Upgrade Policy] 
- version_contexts Sequence[GetAppliance Device State Result Version Context] 
- 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.
- certificateNot StringAfter 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- downloadedFingerprint String
- Fingerprint of the downloaded software bundle.
- downloadedMetadata List<Property Map>Versions 
- 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.
- 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.
- 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
- additional_properties str
- class_id str
- key str
- object_type str
- value str
- additionalProperties String
- classId String
- key String
- objectType String
- value String
GetApplianceDeviceStateResultClusterInfo      
- AdditionalProperties string
- ClassId string
- Nodes
List<GetAppliance Device State Result Cluster Info Node> 
- ObjectType string
- QuorumOk bool
- ReportedTime string
- SetupTime string
- TimeZone string
- AdditionalProperties string
- ClassId string
- Nodes
[]GetAppliance Device State Result Cluster Info Node 
- ObjectType string
- QuorumOk bool
- ReportedTime string
- SetupTime string
- TimeZone string
- additionalProperties String
- classId String
- nodes
List<GetAppliance Device State Result Cluster Info Node> 
- objectType String
- quorumOk Boolean
- reportedTime String
- setupTime String
- timeZone String
- additionalProperties string
- classId string
- nodes
GetAppliance Device State Result Cluster Info Node[] 
- objectType string
- quorumOk boolean
- reportedTime string
- setupTime string
- timeZone string
- additionalProperties String
- classId String
- nodes List<Property Map>
- objectType String
- quorumOk Boolean
- reportedTime String
- setupTime String
- timeZone String
GetApplianceDeviceStateResultClusterInfoNode       
- AdditionalProperties string
- BootTime string
- ClassId string
- ClusterMode string
- CpuCount double
- DeploymentType string
- Disks
List<GetAppliance Device State Result Cluster Info Node Disk> 
- Hostname string
- Hostname of the Intersight Appliance.
- Memories
List<GetAppliance Device State Result Cluster Info Node Memory> 
- NodeId double
- NrVersion string
- ObjectType string
- PingError List<string>Nodes 
- PingOk bool
- PrimaryNode bool
- RsyncError List<string>Nodes 
- RsyncOk bool
- VirtualEnv stringType 
- AdditionalProperties string
- BootTime string
- ClassId string
- ClusterMode string
- CpuCount float64
- DeploymentType string
- Disks
[]GetAppliance Device State Result Cluster Info Node Disk 
- Hostname string
- Hostname of the Intersight Appliance.
- Memories
[]GetAppliance Device State Result Cluster Info Node Memory 
- NodeId float64
- NrVersion string
- ObjectType string
- PingError []stringNodes 
- PingOk bool
- PrimaryNode bool
- RsyncError []stringNodes 
- RsyncOk bool
- VirtualEnv stringType 
- additionalProperties String
- bootTime String
- classId String
- clusterMode String
- cpuCount Double
- deploymentType String
- disks
List<GetAppliance Device State Result Cluster Info Node Disk> 
- hostname String
- Hostname of the Intersight Appliance.
- memories
List<GetAppliance Device State Result Cluster Info Node Memory> 
- nodeId Double
- nrVersion String
- objectType String
- pingError List<String>Nodes 
- pingOk Boolean
- primaryNode Boolean
- rsyncError List<String>Nodes 
- rsyncOk Boolean
- virtualEnv StringType 
- additionalProperties string
- bootTime string
- classId string
- clusterMode string
- cpuCount number
- deploymentType string
- disks
GetAppliance Device State Result Cluster Info Node Disk[] 
- hostname string
- Hostname of the Intersight Appliance.
- memories
GetAppliance Device State Result Cluster Info Node Memory[] 
- nodeId number
- nrVersion string
- objectType string
- pingError string[]Nodes 
- pingOk boolean
- primaryNode boolean
- rsyncError string[]Nodes 
- rsyncOk boolean
- virtualEnv stringType 
- additional_properties str
- boot_time str
- class_id str
- cluster_mode str
- cpu_count float
- deployment_type str
- disks
Sequence[GetAppliance Device State Result Cluster Info Node Disk] 
- hostname str
- Hostname of the Intersight Appliance.
- memories
Sequence[GetAppliance Device State Result Cluster Info Node Memory] 
- node_id float
- nr_version str
- object_type str
- ping_error_ Sequence[str]nodes 
- ping_ok bool
- primary_node bool
- rsync_error_ Sequence[str]nodes 
- rsync_ok bool
- virtual_env_ strtype 
- 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
- pingError List<String>Nodes 
- pingOk Boolean
- primaryNode Boolean
- rsyncError List<String>Nodes 
- rsyncOk Boolean
- virtualEnv StringType 
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
- additional_properties str
- avail float
- class_id str
- name str
- object_type str
- total float
- 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
- additional_properties str
- avail float
- class_id str
- name str
- object_type str
- total float
- additionalProperties String
- avail Number
- classId String
- name String
- objectType String
- total Number
GetApplianceDeviceStateResultDownloadedMetadataVersion       
- AdditionalProperties string
- ClassId string
- FileSha string
- FileTime string
- MetadataType string
- ObjectType string
- AdditionalProperties string
- ClassId string
- FileSha string
- FileTime string
- MetadataType string
- ObjectType string
- additionalProperties String
- classId String
- fileSha String
- fileTime String
- metadataType String
- objectType String
- additionalProperties string
- classId string
- fileSha string
- fileTime string
- metadataType string
- objectType string
- additional_properties str
- class_id str
- file_sha str
- file_time str
- metadata_type str
- object_type str
- additionalProperties String
- classId String
- fileSha String
- fileTime String
- metadataType String
- objectType String
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
- additional_properties str
- key str
- value str
- 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      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetAppliance Device State Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetAppliance Device State Version Context Ref Mo 
- 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 []GetAppliance Device State Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetAppliance Device State Version Context Ref Mo 
- 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<GetAppliance Device State Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetAppliance Device State Version Context Ref Mo 
- 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 GetAppliance Device State Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetAppliance Device State Version Context Ref Mo 
- 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[GetAppliance Device State Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetAppliance Device State Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- 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>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.