intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getApplianceAppStatus
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Status of an application.
Using getApplianceAppStatus
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 getApplianceAppStatus(args: GetApplianceAppStatusArgs, opts?: InvokeOptions): Promise<GetApplianceAppStatusResult>
function getApplianceAppStatusOutput(args: GetApplianceAppStatusOutputArgs, opts?: InvokeOptions): Output<GetApplianceAppStatusResult>def get_appliance_app_status(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetApplianceAppStatusAncestor]] = None,
                             api_statuses: Optional[Sequence[GetApplianceAppStatusApiStatus]] = None,
                             app_label: Optional[str] = None,
                             class_id: Optional[str] = None,
                             create_time: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             group_status: Optional[GetApplianceAppStatusGroupStatus] = None,
                             id: Optional[str] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             object_type: Optional[str] = None,
                             operational_status: Optional[str] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetApplianceAppStatusParent] = None,
                             permission_resources: Optional[Sequence[GetApplianceAppStatusPermissionResource]] = None,
                             ready_count: Optional[float] = None,
                             replica_count: Optional[float] = None,
                             restart_count1_hour: Optional[float] = None,
                             restart_count24_hours: Optional[float] = None,
                             restart_count5_mins: Optional[float] = None,
                             restart_count_total: Optional[float] = None,
                             running_count: Optional[float] = None,
                             shared_scope: Optional[str] = None,
                             status_checks: Optional[Sequence[GetApplianceAppStatusStatusCheck]] = None,
                             system_status: Optional[GetApplianceAppStatusSystemStatus] = None,
                             tags: Optional[Sequence[GetApplianceAppStatusTag]] = None,
                             version_context: Optional[GetApplianceAppStatusVersionContext] = None,
                             opts: Optional[InvokeOptions] = None) -> GetApplianceAppStatusResult
def get_appliance_app_status_output(account_moid: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceAppStatusAncestorArgs]]]] = None,
                             api_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceAppStatusApiStatusArgs]]]] = None,
                             app_label: Optional[pulumi.Input[str]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             group_status: Optional[pulumi.Input[GetApplianceAppStatusGroupStatusArgs]] = 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,
                             operational_status: Optional[pulumi.Input[str]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetApplianceAppStatusParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceAppStatusPermissionResourceArgs]]]] = None,
                             ready_count: Optional[pulumi.Input[float]] = None,
                             replica_count: Optional[pulumi.Input[float]] = None,
                             restart_count1_hour: Optional[pulumi.Input[float]] = None,
                             restart_count24_hours: Optional[pulumi.Input[float]] = None,
                             restart_count5_mins: Optional[pulumi.Input[float]] = None,
                             restart_count_total: Optional[pulumi.Input[float]] = None,
                             running_count: Optional[pulumi.Input[float]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             status_checks: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceAppStatusStatusCheckArgs]]]] = None,
                             system_status: Optional[pulumi.Input[GetApplianceAppStatusSystemStatusArgs]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceAppStatusTagArgs]]]] = None,
                             version_context: Optional[pulumi.Input[GetApplianceAppStatusVersionContextArgs]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetApplianceAppStatusResult]func LookupApplianceAppStatus(ctx *Context, args *LookupApplianceAppStatusArgs, opts ...InvokeOption) (*LookupApplianceAppStatusResult, error)
func LookupApplianceAppStatusOutput(ctx *Context, args *LookupApplianceAppStatusOutputArgs, opts ...InvokeOption) LookupApplianceAppStatusResultOutput> Note: This function is named LookupApplianceAppStatus in the Go SDK.
public static class GetApplianceAppStatus 
{
    public static Task<GetApplianceAppStatusResult> InvokeAsync(GetApplianceAppStatusArgs args, InvokeOptions? opts = null)
    public static Output<GetApplianceAppStatusResult> Invoke(GetApplianceAppStatusInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplianceAppStatusResult> getApplianceAppStatus(GetApplianceAppStatusArgs args, InvokeOptions options)
public static Output<GetApplianceAppStatusResult> getApplianceAppStatus(GetApplianceAppStatusArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getApplianceAppStatus:getApplianceAppStatus
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance App Status Ancestor> 
- ApiStatuses List<GetAppliance App Status Api Status> 
- AppLabel string
- Unique label to identify the application.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GroupStatus GetAppliance App Status Group Status 
- 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
- OperationalStatus string
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- Owners List<string>
- Parent
GetAppliance App Status Parent 
- PermissionResources List<GetAppliance App Status Permission Resource> 
- ReadyCount double
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- ReplicaCount double
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- RestartCount1Hour double
- Number of instance restarts in the last hour.
- RestartCount24Hours double
- Number of instance restarts in the last 24 hours.
- RestartCount5Mins double
- Number of instance restarts in the last 5 minutes.
- RestartCount doubleTotal 
- Total number of restarts since last deployment.
- RunningCount double
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- StatusChecks List<GetAppliance App Status Status Check> 
- SystemStatus GetAppliance App Status System Status 
- 
List<GetAppliance App Status Tag> 
- VersionContext GetAppliance App Status Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance App Status Ancestor 
- ApiStatuses []GetAppliance App Status Api Status 
- AppLabel string
- Unique label to identify the application.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GroupStatus GetAppliance App Status Group Status 
- 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
- OperationalStatus string
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- Owners []string
- Parent
GetAppliance App Status Parent 
- PermissionResources []GetAppliance App Status Permission Resource 
- ReadyCount float64
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- ReplicaCount float64
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- RestartCount1Hour float64
- Number of instance restarts in the last hour.
- RestartCount24Hours float64
- Number of instance restarts in the last 24 hours.
- RestartCount5Mins float64
- Number of instance restarts in the last 5 minutes.
- RestartCount float64Total 
- Total number of restarts since last deployment.
- RunningCount float64
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- StatusChecks []GetAppliance App Status Status Check 
- SystemStatus GetAppliance App Status System Status 
- 
[]GetAppliance App Status Tag 
- VersionContext GetAppliance App Status Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance App Status Ancestor> 
- apiStatuses List<GetAppliance App Status Api Status> 
- appLabel String
- Unique label to identify the application.
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- groupStatus GetAppliance App Status Group Status 
- 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
- operationalStatus String
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners List<String>
- parent
GetAppliance App Status Parent 
- permissionResources List<GetAppliance App Status Permission Resource> 
- readyCount Double
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replicaCount Double
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restartCount1Hour Double
- Number of instance restarts in the last hour.
- restartCount24Hours Double
- Number of instance restarts in the last 24 hours.
- restartCount5Mins Double
- Number of instance restarts in the last 5 minutes.
- restartCount DoubleTotal 
- Total number of restarts since last deployment.
- runningCount Double
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- statusChecks List<GetAppliance App Status Status Check> 
- systemStatus GetAppliance App Status System Status 
- 
List<GetAppliance App Status Tag> 
- versionContext GetAppliance App Status Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance App Status Ancestor[] 
- apiStatuses GetAppliance App Status Api Status[] 
- appLabel string
- Unique label to identify the application.
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- groupStatus GetAppliance App Status Group Status 
- 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
- operationalStatus string
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners string[]
- parent
GetAppliance App Status Parent 
- permissionResources GetAppliance App Status Permission Resource[] 
- readyCount number
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replicaCount number
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restartCount1Hour number
- Number of instance restarts in the last hour.
- restartCount24Hours number
- Number of instance restarts in the last 24 hours.
- restartCount5Mins number
- Number of instance restarts in the last 5 minutes.
- restartCount numberTotal 
- Total number of restarts since last deployment.
- runningCount number
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- statusChecks GetAppliance App Status Status Check[] 
- systemStatus GetAppliance App Status System Status 
- 
GetAppliance App Status Tag[] 
- versionContext GetAppliance App Status Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance App Status Ancestor] 
- api_statuses Sequence[GetAppliance App Status Api Status] 
- app_label str
- Unique label to identify the application.
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- group_status GetAppliance App Status Group Status 
- 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
- operational_status str
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners Sequence[str]
- parent
GetAppliance App Status Parent 
- permission_resources Sequence[GetAppliance App Status Permission Resource] 
- ready_count float
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replica_count float
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restart_count1_ floathour 
- Number of instance restarts in the last hour.
- restart_count24_ floathours 
- Number of instance restarts in the last 24 hours.
- restart_count5_ floatmins 
- Number of instance restarts in the last 5 minutes.
- restart_count_ floattotal 
- Total number of restarts since last deployment.
- running_count float
- Number of replicas running. The number of instances ofthe application currently running.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status_checks Sequence[GetAppliance App Status Status Check] 
- system_status GetAppliance App Status System Status 
- 
Sequence[GetAppliance App Status Tag] 
- version_context GetAppliance App Status Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- apiStatuses List<Property Map>
- appLabel String
- Unique label to identify the application.
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- groupStatus Property Map
- 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
- operationalStatus String
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- readyCount Number
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replicaCount Number
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restartCount1Hour Number
- Number of instance restarts in the last hour.
- restartCount24Hours Number
- Number of instance restarts in the last 24 hours.
- restartCount5Mins Number
- Number of instance restarts in the last 5 minutes.
- restartCount NumberTotal 
- Total number of restarts since last deployment.
- runningCount Number
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- statusChecks List<Property Map>
- systemStatus Property Map
- List<Property Map>
- versionContext Property Map
getApplianceAppStatus Result
The following output properties are available:
- Id string
- Results
List<GetAppliance App Status Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetAppliance App Status Ancestor> 
- ApiStatuses List<GetAppliance App Status Api Status> 
- AppLabel string
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- GroupStatus GetAppliance App Status Group Status 
- ModTime string
- Moid string
- ObjectType string
- OperationalStatus string
- Owners List<string>
- Parent
GetAppliance App Status Parent 
- PermissionResources List<GetAppliance App Status Permission Resource> 
- ReadyCount double
- ReplicaCount double
- RestartCount1Hour double
- RestartCount24Hours double
- RestartCount5Mins double
- RestartCount doubleTotal 
- RunningCount double
- string
- StatusChecks List<GetAppliance App Status Status Check> 
- SystemStatus GetAppliance App Status System Status 
- 
List<GetAppliance App Status Tag> 
- VersionContext GetAppliance App Status Version Context 
- Id string
- Results
[]GetAppliance App Status Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetAppliance App Status Ancestor 
- ApiStatuses []GetAppliance App Status Api Status 
- AppLabel string
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- GroupStatus GetAppliance App Status Group Status 
- ModTime string
- Moid string
- ObjectType string
- OperationalStatus string
- Owners []string
- Parent
GetAppliance App Status Parent 
- PermissionResources []GetAppliance App Status Permission Resource 
- ReadyCount float64
- ReplicaCount float64
- RestartCount1Hour float64
- RestartCount24Hours float64
- RestartCount5Mins float64
- RestartCount float64Total 
- RunningCount float64
- string
- StatusChecks []GetAppliance App Status Status Check 
- SystemStatus GetAppliance App Status System Status 
- 
[]GetAppliance App Status Tag 
- VersionContext GetAppliance App Status Version Context 
- id String
- results
List<GetAppliance App Status Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetAppliance App Status Ancestor> 
- apiStatuses List<GetAppliance App Status Api Status> 
- appLabel String
- classId String
- createTime String
- domainGroup StringMoid 
- groupStatus GetAppliance App Status Group Status 
- modTime String
- moid String
- objectType String
- operationalStatus String
- owners List<String>
- parent
GetAppliance App Status Parent 
- permissionResources List<GetAppliance App Status Permission Resource> 
- readyCount Double
- replicaCount Double
- restartCount1Hour Double
- restartCount24Hours Double
- restartCount5Mins Double
- restartCount DoubleTotal 
- runningCount Double
- String
- statusChecks List<GetAppliance App Status Status Check> 
- systemStatus GetAppliance App Status System Status 
- 
List<GetAppliance App Status Tag> 
- versionContext GetAppliance App Status Version Context 
- id string
- results
GetAppliance App Status Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetAppliance App Status Ancestor[] 
- apiStatuses GetAppliance App Status Api Status[] 
- appLabel string
- classId string
- createTime string
- domainGroup stringMoid 
- groupStatus GetAppliance App Status Group Status 
- modTime string
- moid string
- objectType string
- operationalStatus string
- owners string[]
- parent
GetAppliance App Status Parent 
- permissionResources GetAppliance App Status Permission Resource[] 
- readyCount number
- replicaCount number
- restartCount1Hour number
- restartCount24Hours number
- restartCount5Mins number
- restartCount numberTotal 
- runningCount number
- string
- statusChecks GetAppliance App Status Status Check[] 
- systemStatus GetAppliance App Status System Status 
- 
GetAppliance App Status Tag[] 
- versionContext GetAppliance App Status Version Context 
- id str
- results
Sequence[GetAppliance App Status Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetAppliance App Status Ancestor] 
- api_statuses Sequence[GetAppliance App Status Api Status] 
- app_label str
- class_id str
- create_time str
- domain_group_ strmoid 
- group_status GetAppliance App Status Group Status 
- mod_time str
- moid str
- object_type str
- operational_status str
- owners Sequence[str]
- parent
GetAppliance App Status Parent 
- permission_resources Sequence[GetAppliance App Status Permission Resource] 
- ready_count float
- replica_count float
- restart_count1_ floathour 
- restart_count24_ floathours 
- restart_count5_ floatmins 
- restart_count_ floattotal 
- running_count float
- str
- status_checks Sequence[GetAppliance App Status Status Check] 
- system_status GetAppliance App Status System Status 
- 
Sequence[GetAppliance App Status Tag] 
- version_context GetAppliance App Status Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- apiStatuses List<Property Map>
- appLabel String
- classId String
- createTime String
- domainGroup StringMoid 
- groupStatus Property Map
- modTime String
- moid String
- objectType String
- operationalStatus String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- readyCount Number
- replicaCount Number
- restartCount1Hour Number
- restartCount24Hours Number
- restartCount5Mins Number
- restartCount NumberTotal 
- runningCount Number
- String
- statusChecks List<Property Map>
- systemStatus Property Map
- List<Property Map>
- versionContext Property Map
Supporting Types
GetApplianceAppStatusAncestor    
- 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'.
 
GetApplianceAppStatusApiStatus     
- 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.
- ElapsedTime double
- The elapsed time for query in seconds.
- ObjectName string
- Name to identify the API.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Reason to address why the API call failed, if API call was successed, reason would be null.
- Response double
- Response code of the API call.
- 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.
- ElapsedTime float64
- The elapsed time for query in seconds.
- ObjectName string
- Name to identify the API.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Reason string
- Reason to address why the API call failed, if API call was successed, reason would be null.
- Response float64
- Response code of the API call.
- 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.
- elapsedTime Double
- The elapsed time for query in seconds.
- objectName String
- Name to identify the API.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Reason to address why the API call failed, if API call was successed, reason would be null.
- response Double
- Response code of the API call.
- 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.
- elapsedTime number
- The elapsed time for query in seconds.
- objectName string
- Name to identify the API.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason string
- Reason to address why the API call failed, if API call was successed, reason would be null.
- response number
- Response code of the API call.
- 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.
- elapsed_time float
- The elapsed time for query in seconds.
- object_name str
- Name to identify the API.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason str
- Reason to address why the API call failed, if API call was successed, reason would be null.
- response float
- Response code of the API call.
- 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.
- elapsedTime Number
- The elapsed time for query in seconds.
- objectName String
- Name to identify the API.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- reason String
- Reason to address why the API call failed, if API call was successed, reason would be null.
- response Number
- Response code of the API call.
GetApplianceAppStatusGroupStatus     
- 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'.
 
GetApplianceAppStatusParent    
- 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'.
 
GetApplianceAppStatusPermissionResource     
- 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'.
 
GetApplianceAppStatusResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetAppliance App Status Result Ancestor> 
- ApiStatuses List<GetAppliance App Status Result Api Status> 
- AppLabel string
- Unique label to identify the application.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GroupStatuses List<GetAppliance App Status Result Group Status> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OperationalStatus string
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- Owners List<string>
- Parents
List<GetAppliance App Status Result Parent> 
- PermissionResources List<GetAppliance App Status Result Permission Resource> 
- ReadyCount double
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- ReplicaCount double
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- RestartCount1Hour double
- Number of instance restarts in the last hour.
- RestartCount24Hours double
- Number of instance restarts in the last 24 hours.
- RestartCount5Mins double
- Number of instance restarts in the last 5 minutes.
- RestartCount doubleTotal 
- Total number of restarts since last deployment.
- RunningCount double
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- StatusChecks List<GetAppliance App Status Result Status Check> 
- SystemStatuses List<GetAppliance App Status Result System Status> 
- 
List<GetAppliance App Status Result Tag> 
- VersionContexts List<GetAppliance App Status Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetAppliance App Status Result Ancestor 
- ApiStatuses []GetAppliance App Status Result Api Status 
- AppLabel string
- Unique label to identify the application.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- GroupStatuses []GetAppliance App Status Result Group Status 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- OperationalStatus string
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- Owners []string
- Parents
[]GetAppliance App Status Result Parent 
- PermissionResources []GetAppliance App Status Result Permission Resource 
- ReadyCount float64
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- ReplicaCount float64
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- RestartCount1Hour float64
- Number of instance restarts in the last hour.
- RestartCount24Hours float64
- Number of instance restarts in the last 24 hours.
- RestartCount5Mins float64
- Number of instance restarts in the last 5 minutes.
- RestartCount float64Total 
- Total number of restarts since last deployment.
- RunningCount float64
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- StatusChecks []GetAppliance App Status Result Status Check 
- SystemStatuses []GetAppliance App Status Result System Status 
- 
[]GetAppliance App Status Result Tag 
- VersionContexts []GetAppliance App Status Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetAppliance App Status Result Ancestor> 
- apiStatuses List<GetAppliance App Status Result Api Status> 
- appLabel String
- Unique label to identify the application.
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- groupStatuses List<GetAppliance App Status Result Group Status> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- operationalStatus String
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners List<String>
- parents
List<GetAppliance App Status Result Parent> 
- permissionResources List<GetAppliance App Status Result Permission Resource> 
- readyCount Double
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replicaCount Double
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restartCount1Hour Double
- Number of instance restarts in the last hour.
- restartCount24Hours Double
- Number of instance restarts in the last 24 hours.
- restartCount5Mins Double
- Number of instance restarts in the last 5 minutes.
- restartCount DoubleTotal 
- Total number of restarts since last deployment.
- runningCount Double
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- statusChecks List<GetAppliance App Status Result Status Check> 
- systemStatuses List<GetAppliance App Status Result System Status> 
- 
List<GetAppliance App Status Result Tag> 
- versionContexts List<GetAppliance App Status Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetAppliance App Status Result Ancestor[] 
- apiStatuses GetAppliance App Status Result Api Status[] 
- appLabel string
- Unique label to identify the application.
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- groupStatuses GetAppliance App Status Result Group Status[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- operationalStatus string
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners string[]
- parents
GetAppliance App Status Result Parent[] 
- permissionResources GetAppliance App Status Result Permission Resource[] 
- readyCount number
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replicaCount number
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restartCount1Hour number
- Number of instance restarts in the last hour.
- restartCount24Hours number
- Number of instance restarts in the last 24 hours.
- restartCount5Mins number
- Number of instance restarts in the last 5 minutes.
- restartCount numberTotal 
- Total number of restarts since last deployment.
- runningCount number
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- statusChecks GetAppliance App Status Result Status Check[] 
- systemStatuses GetAppliance App Status Result System Status[] 
- 
GetAppliance App Status Result Tag[] 
- versionContexts GetAppliance App Status Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetAppliance App Status Result Ancestor] 
- api_statuses Sequence[GetAppliance App Status Result Api Status] 
- app_label str
- Unique label to identify the application.
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- group_statuses Sequence[GetAppliance App Status Result Group Status] 
- 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
- operational_status str
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners Sequence[str]
- parents
Sequence[GetAppliance App Status Result Parent] 
- permission_resources Sequence[GetAppliance App Status Result Permission Resource] 
- ready_count float
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replica_count float
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restart_count1_ floathour 
- Number of instance restarts in the last hour.
- restart_count24_ floathours 
- Number of instance restarts in the last 24 hours.
- restart_count5_ floatmins 
- Number of instance restarts in the last 5 minutes.
- restart_count_ floattotal 
- Total number of restarts since last deployment.
- running_count float
- Number of replicas running. The number of instances ofthe application currently running.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status_checks Sequence[GetAppliance App Status Result Status Check] 
- system_statuses Sequence[GetAppliance App Status Result System Status] 
- 
Sequence[GetAppliance App Status Result Tag] 
- version_contexts Sequence[GetAppliance App Status Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- apiStatuses List<Property Map>
- appLabel String
- Unique label to identify the application.
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- groupStatuses List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- operationalStatus String
- Operational status of the application.Operational status is based on the result of the statuschecks. If result of any check is Critical, then itsvalue is Impaired. Otherwise, if result of any check isWarning, then its value is AttentionNeeded. If allchecks are OK, then its value is Operational.* Unknown- The status of the appliance node is unknown.*Operational- The appliance node is operational.*Impaired- The appliance node is impaired.*AttentionNeeded- The appliance node needs attention.*ReadyToJoin- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement- The cluster node is ready to be replaced.*ReplacementInProgress- The cluster node replacement is in progress.*ReplacementFailed- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress- The worker node installation is in progress.*WorkerNodeInstSuccess- The worker node installation succeeded.*WorkerNodeInstFailed- The worker node installation failed.
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- readyCount Number
- Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replicaCount Number
- Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restartCount1Hour Number
- Number of instance restarts in the last hour.
- restartCount24Hours Number
- Number of instance restarts in the last 24 hours.
- restartCount5Mins Number
- Number of instance restarts in the last 5 minutes.
- restartCount NumberTotal 
- Total number of restarts since last deployment.
- runningCount Number
- Number of replicas running. The number of instances ofthe application currently running.
- 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.
- statusChecks List<Property Map>
- systemStatuses List<Property Map>
- List<Property Map>
- versionContexts List<Property Map>
GetApplianceAppStatusResultAncestor     
- 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
GetApplianceAppStatusResultApiStatus      
- AdditionalProperties string
- ClassId string
- ElapsedTime double
- ObjectName string
- ObjectType string
- Reason string
- Response double
- AdditionalProperties string
- ClassId string
- ElapsedTime float64
- ObjectName string
- ObjectType string
- Reason string
- Response float64
- additionalProperties String
- classId String
- elapsedTime Double
- objectName String
- objectType String
- reason String
- response Double
- additionalProperties string
- classId string
- elapsedTime number
- objectName string
- objectType string
- reason string
- response number
- additional_properties str
- class_id str
- elapsed_time float
- object_name str
- object_type str
- reason str
- response float
- additionalProperties String
- classId String
- elapsedTime Number
- objectName String
- objectType String
- reason String
- response Number
GetApplianceAppStatusResultGroupStatus      
- 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
GetApplianceAppStatusResultParent     
- 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
GetApplianceAppStatusResultPermissionResource      
- 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
GetApplianceAppStatusResultStatusCheck      
- AdditionalProperties string
- ClassId string
- Code string
- ObjectType string
- Result string
- AdditionalProperties string
- ClassId string
- Code string
- ObjectType string
- Result string
- additionalProperties String
- classId String
- code String
- objectType String
- result String
- additionalProperties string
- classId string
- code string
- objectType string
- result string
- additional_properties str
- class_id str
- code str
- object_type str
- result str
- additionalProperties String
- classId String
- code String
- objectType String
- result String
GetApplianceAppStatusResultSystemStatus      
- 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
GetApplianceAppStatusResultTag     
- 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
GetApplianceAppStatusResultVersionContext      
- additionalProperties string
- classId string
- interestedMos GetAppliance App Status Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetAppliance App Status Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetApplianceAppStatusResultVersionContextInterestedMo        
- 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
GetApplianceAppStatusResultVersionContextRefMo        
- 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
GetApplianceAppStatusStatusCheck     
- 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.
- Code string
- Unique identifier of the status check.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Result string
- Result of this status check.- OK- Result of the check is OK.
- Warning- Result of the check is Warning.
- Critical- Result of the check is Critical.
- Info- Result of the check is low.
 
- 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.
- Code string
- Unique identifier of the status check.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Result string
- Result of this status check.- OK- Result of the check is OK.
- Warning- Result of the check is Warning.
- Critical- Result of the check is Critical.
- Info- Result of the check is low.
 
- 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.
- code String
- Unique identifier of the status check.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- result String
- Result of this status check.- OK- Result of the check is OK.
- Warning- Result of the check is Warning.
- Critical- Result of the check is Critical.
- Info- Result of the check is low.
 
- 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.
- code string
- Unique identifier of the status check.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- result string
- Result of this status check.- OK- Result of the check is OK.
- Warning- Result of the check is Warning.
- Critical- Result of the check is Critical.
- Info- Result of the check is low.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- code str
- Unique identifier of the status check.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- result str
- Result of this status check.- OK- Result of the check is OK.
- Warning- Result of the check is Warning.
- Critical- Result of the check is Critical.
- Info- Result of the check is low.
 
- 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.
- code String
- Unique identifier of the status check.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- result String
- Result of this status check.- OK- Result of the check is OK.
- Warning- Result of the check is Warning.
- Critical- Result of the check is Critical.
- Info- Result of the check is low.
 
GetApplianceAppStatusSystemStatus     
- 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'.
 
GetApplianceAppStatusTag    
- 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.
GetApplianceAppStatusVersionContext     
- 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 App Status 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 App Status 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 App Status 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 App Status 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 App Status 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 App Status 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 App Status 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 App Status 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 App Status Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetAppliance App Status Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- 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.
 
GetApplianceAppStatusVersionContextInterestedMo       
- 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'.
 
GetApplianceAppStatusVersionContextRefMo       
- 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.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet