intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getApplianceAppStatus
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Appliance App Status Ancestor> - Api
Statuses List<GetAppliance App Status Api Status> - App
Label string - Unique label to identify the application.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Group
Status GetAppliance App Status Group Status - Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Operational
Status 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
Get
Appliance App Status Parent - Permission
Resources List<GetAppliance App Status Permission Resource> - Ready
Count double - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- Replica
Count double - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- Restart
Count1Hour double - Number of instance restarts in the last hour.
- Restart
Count24Hours double - Number of instance restarts in the last 24 hours.
- Restart
Count5Mins double - Number of instance restarts in the last 5 minutes.
- Restart
Count doubleTotal - Total number of restarts since last deployment.
- Running
Count 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.
- Status
Checks List<GetAppliance App Status Status Check> - System
Status GetAppliance App Status System Status - List<Get
Appliance App Status Tag> - Version
Context GetAppliance App Status Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Appliance App Status Ancestor - Api
Statuses []GetAppliance App Status Api Status - App
Label string - Unique label to identify the application.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Group
Status GetAppliance App Status Group Status - Id string
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Operational
Status 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
Get
Appliance App Status Parent - Permission
Resources []GetAppliance App Status Permission Resource - Ready
Count float64 - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- Replica
Count float64 - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- Restart
Count1Hour float64 - Number of instance restarts in the last hour.
- Restart
Count24Hours float64 - Number of instance restarts in the last 24 hours.
- Restart
Count5Mins float64 - Number of instance restarts in the last 5 minutes.
- Restart
Count float64Total - Total number of restarts since last deployment.
- Running
Count 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.
- Status
Checks []GetAppliance App Status Status Check - System
Status GetAppliance App Status System Status - []Get
Appliance App Status Tag - Version
Context GetAppliance App Status Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Appliance App Status Ancestor> - api
Statuses List<GetAppliance App Status Api Status> - app
Label String - Unique label to identify the application.
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- group
Status GetAppliance App Status Group Status - id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - operational
Status 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
Get
Appliance App Status Parent - permission
Resources List<GetAppliance App Status Permission Resource> - ready
Count Double - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replica
Count Double - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restart
Count1Hour Double - Number of instance restarts in the last hour.
- restart
Count24Hours Double - Number of instance restarts in the last 24 hours.
- restart
Count5Mins Double - Number of instance restarts in the last 5 minutes.
- restart
Count DoubleTotal - Total number of restarts since last deployment.
- running
Count 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.
- status
Checks List<GetAppliance App Status Status Check> - system
Status GetAppliance App Status System Status - List<Get
Appliance App Status Tag> - version
Context GetAppliance App Status Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Appliance App Status Ancestor[] - api
Statuses GetAppliance App Status Api Status[] - app
Label string - Unique label to identify the application.
- class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- group
Status GetAppliance App Status Group Status - id string
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - operational
Status 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
Get
Appliance App Status Parent - permission
Resources GetAppliance App Status Permission Resource[] - ready
Count number - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replica
Count number - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restart
Count1Hour number - Number of instance restarts in the last hour.
- restart
Count24Hours number - Number of instance restarts in the last 24 hours.
- restart
Count5Mins number - Number of instance restarts in the last 5 minutes.
- restart
Count numberTotal - Total number of restarts since last deployment.
- running
Count 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.
- status
Checks GetAppliance App Status Status Check[] - system
Status GetAppliance App Status System Status - Get
Appliance App Status Tag[] - version
Context GetAppliance App Status Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Appliance 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
Get
Appliance 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[Get
Appliance App Status Tag] - version_
context GetAppliance App Status Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- api
Statuses List<Property Map> - app
Label String - Unique label to identify the application.
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- group
Status Property Map - id String
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - operational
Status 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
- permission
Resources List<Property Map> - ready
Count Number - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replica
Count Number - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restart
Count1Hour Number - Number of instance restarts in the last hour.
- restart
Count24Hours Number - Number of instance restarts in the last 24 hours.
- restart
Count5Mins Number - Number of instance restarts in the last 5 minutes.
- restart
Count NumberTotal - Total number of restarts since last deployment.
- running
Count 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.
- status
Checks List<Property Map> - system
Status Property Map - List<Property Map>
- version
Context Property Map
getApplianceAppStatus Result
The following output properties are available:
- Id string
- Results
List<Get
Appliance App Status Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Appliance App Status Ancestor> - Api
Statuses List<GetAppliance App Status Api Status> - App
Label string - Class
Id string - Create
Time string - Domain
Group stringMoid - Group
Status GetAppliance App Status Group Status - Mod
Time string - Moid string
- Object
Type string - Operational
Status string - Owners List<string>
- Parent
Get
Appliance App Status Parent - Permission
Resources List<GetAppliance App Status Permission Resource> - Ready
Count double - Replica
Count double - Restart
Count1Hour double - Restart
Count24Hours double - Restart
Count5Mins double - Restart
Count doubleTotal - Running
Count double - string
- Status
Checks List<GetAppliance App Status Status Check> - System
Status GetAppliance App Status System Status - List<Get
Appliance App Status Tag> - Version
Context GetAppliance App Status Version Context
- Id string
- Results
[]Get
Appliance App Status Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Appliance App Status Ancestor - Api
Statuses []GetAppliance App Status Api Status - App
Label string - Class
Id string - Create
Time string - Domain
Group stringMoid - Group
Status GetAppliance App Status Group Status - Mod
Time string - Moid string
- Object
Type string - Operational
Status string - Owners []string
- Parent
Get
Appliance App Status Parent - Permission
Resources []GetAppliance App Status Permission Resource - Ready
Count float64 - Replica
Count float64 - Restart
Count1Hour float64 - Restart
Count24Hours float64 - Restart
Count5Mins float64 - Restart
Count float64Total - Running
Count float64 - string
- Status
Checks []GetAppliance App Status Status Check - System
Status GetAppliance App Status System Status - []Get
Appliance App Status Tag - Version
Context GetAppliance App Status Version Context
- id String
- results
List<Get
Appliance App Status Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Appliance App Status Ancestor> - api
Statuses List<GetAppliance App Status Api Status> - app
Label String - class
Id String - create
Time String - domain
Group StringMoid - group
Status GetAppliance App Status Group Status - mod
Time String - moid String
- object
Type String - operational
Status String - owners List<String>
- parent
Get
Appliance App Status Parent - permission
Resources List<GetAppliance App Status Permission Resource> - ready
Count Double - replica
Count Double - restart
Count1Hour Double - restart
Count24Hours Double - restart
Count5Mins Double - restart
Count DoubleTotal - running
Count Double - String
- status
Checks List<GetAppliance App Status Status Check> - system
Status GetAppliance App Status System Status - List<Get
Appliance App Status Tag> - version
Context GetAppliance App Status Version Context
- id string
- results
Get
Appliance App Status Result[] - account
Moid string - additional
Properties string - ancestors
Get
Appliance App Status Ancestor[] - api
Statuses GetAppliance App Status Api Status[] - app
Label string - class
Id string - create
Time string - domain
Group stringMoid - group
Status GetAppliance App Status Group Status - mod
Time string - moid string
- object
Type string - operational
Status string - owners string[]
- parent
Get
Appliance App Status Parent - permission
Resources GetAppliance App Status Permission Resource[] - ready
Count number - replica
Count number - restart
Count1Hour number - restart
Count24Hours number - restart
Count5Mins number - restart
Count numberTotal - running
Count number - string
- status
Checks GetAppliance App Status Status Check[] - system
Status GetAppliance App Status System Status - Get
Appliance App Status Tag[] - version
Context GetAppliance App Status Version Context
- id str
- results
Sequence[Get
Appliance App Status Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Appliance 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
Get
Appliance 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[Get
Appliance App Status Tag] - version_
context GetAppliance App Status Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- api
Statuses List<Property Map> - app
Label String - class
Id String - create
Time String - domain
Group StringMoid - group
Status Property Map - mod
Time String - moid String
- object
Type String - operational
Status String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - ready
Count Number - replica
Count Number - restart
Count1Hour Number - restart
Count24Hours Number - restart
Count5Mins Number - restart
Count NumberTotal - running
Count Number - String
- status
Checks List<Property Map> - system
Status Property Map - List<Property Map>
- version
Context Property Map
Supporting Types
GetApplianceAppStatusAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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 double - The elapsed time for query in seconds.
- Object
Name string - Name to identify the API.
- Object
Type 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.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 float64 - The elapsed time for query in seconds.
- Object
Name string - Name to identify the API.
- Object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 Double - The elapsed time for query in seconds.
- object
Name String - Name to identify the API.
- object
Type 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.
- additional
Properties string - class
Id string - The fully-qualified name 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 number - The elapsed time for query in seconds.
- object
Name string - Name to identify the API.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 Number - The elapsed time for query in seconds.
- object
Name String - Name to identify the API.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Appliance App Status Result Ancestor> - Api
Statuses List<GetAppliance App Status Result Api Status> - App
Label string - Unique label to identify the application.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Group
Statuses List<GetAppliance App Status Result Group Status> - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Operational
Status 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<Get
Appliance App Status Result Parent> - Permission
Resources List<GetAppliance App Status Result Permission Resource> - Ready
Count double - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- Replica
Count double - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- Restart
Count1Hour double - Number of instance restarts in the last hour.
- Restart
Count24Hours double - Number of instance restarts in the last 24 hours.
- Restart
Count5Mins double - Number of instance restarts in the last 5 minutes.
- Restart
Count doubleTotal - Total number of restarts since last deployment.
- Running
Count 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.
- Status
Checks List<GetAppliance App Status Result Status Check> - System
Statuses List<GetAppliance App Status Result System Status> - List<Get
Appliance App Status Result Tag> - Version
Contexts List<GetAppliance App Status Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Appliance App Status Result Ancestor - Api
Statuses []GetAppliance App Status Result Api Status - App
Label string - Unique label to identify the application.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Group
Statuses []GetAppliance App Status Result Group Status - Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Operational
Status 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
[]Get
Appliance App Status Result Parent - Permission
Resources []GetAppliance App Status Result Permission Resource - Ready
Count float64 - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- Replica
Count float64 - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- Restart
Count1Hour float64 - Number of instance restarts in the last hour.
- Restart
Count24Hours float64 - Number of instance restarts in the last 24 hours.
- Restart
Count5Mins float64 - Number of instance restarts in the last 5 minutes.
- Restart
Count float64Total - Total number of restarts since last deployment.
- Running
Count 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.
- Status
Checks []GetAppliance App Status Result Status Check - System
Statuses []GetAppliance App Status Result System Status - []Get
Appliance App Status Result Tag - Version
Contexts []GetAppliance App Status Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Appliance App Status Result Ancestor> - api
Statuses List<GetAppliance App Status Result Api Status> - app
Label String - Unique label to identify the application.
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- group
Statuses List<GetAppliance App Status Result Group Status> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - operational
Status 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<Get
Appliance App Status Result Parent> - permission
Resources List<GetAppliance App Status Result Permission Resource> - ready
Count Double - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replica
Count Double - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restart
Count1Hour Double - Number of instance restarts in the last hour.
- restart
Count24Hours Double - Number of instance restarts in the last 24 hours.
- restart
Count5Mins Double - Number of instance restarts in the last 5 minutes.
- restart
Count DoubleTotal - Total number of restarts since last deployment.
- running
Count 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.
- status
Checks List<GetAppliance App Status Result Status Check> - system
Statuses List<GetAppliance App Status Result System Status> - List<Get
Appliance App Status Result Tag> - version
Contexts List<GetAppliance App Status Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Appliance App Status Result Ancestor[] - api
Statuses GetAppliance App Status Result Api Status[] - app
Label string - Unique label to identify the application.
- class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- group
Statuses GetAppliance App Status Result Group Status[] - mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - operational
Status 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
Get
Appliance App Status Result Parent[] - permission
Resources GetAppliance App Status Result Permission Resource[] - ready
Count number - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replica
Count number - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restart
Count1Hour number - Number of instance restarts in the last hour.
- restart
Count24Hours number - Number of instance restarts in the last 24 hours.
- restart
Count5Mins number - Number of instance restarts in the last 5 minutes.
- restart
Count numberTotal - Total number of restarts since last deployment.
- running
Count 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.
- status
Checks GetAppliance App Status Result Status Check[] - system
Statuses GetAppliance App Status Result System Status[] - Get
Appliance App Status Result Tag[] - version
Contexts GetAppliance App Status Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Appliance 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[Get
Appliance 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[Get
Appliance App Status Result Tag] - version_
contexts Sequence[GetAppliance App Status Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- api
Statuses List<Property Map> - app
Label String - Unique label to identify the application.
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- group
Statuses List<Property Map> - mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - operational
Status 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>
- permission
Resources List<Property Map> - ready
Count Number - Number of replicas ready. The number of instances ofthe application currently ready to perform its intendedfunctions.
- replica
Count Number - Number of replicas provisioned. The number of instancesof the application provisioned to run on the Intersight appliance.
- restart
Count1Hour Number - Number of instance restarts in the last hour.
- restart
Count24Hours Number - Number of instance restarts in the last 24 hours.
- restart
Count5Mins Number - Number of instance restarts in the last 5 minutes.
- restart
Count NumberTotal - Total number of restarts since last deployment.
- running
Count 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.
- status
Checks List<Property Map> - system
Statuses List<Property Map> - List<Property Map>
- version
Contexts List<Property Map>
GetApplianceAppStatusResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceAppStatusResultApiStatus
- Additional
Properties string - Class
Id string - Elapsed
Time double - Object
Name string - Object
Type string - Reason string
- Response double
- Additional
Properties string - Class
Id string - Elapsed
Time float64 - Object
Name string - Object
Type string - Reason string
- Response float64
- additional
Properties String - class
Id String - elapsed
Time Double - object
Name String - object
Type String - reason String
- response Double
- additional
Properties string - class
Id string - elapsed
Time number - object
Name string - object
Type string - reason string
- response number
- additional_
properties str - class_
id str - elapsed_
time float - object_
name str - object_
type str - reason str
- response float
- additional
Properties String - class
Id String - elapsed
Time Number - object
Name String - object
Type String - reason String
- response Number
GetApplianceAppStatusResultGroupStatus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceAppStatusResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceAppStatusResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceAppStatusResultStatusCheck
- Additional
Properties string - Class
Id string - Code string
- Object
Type string - Result string
- Additional
Properties string - Class
Id string - Code string
- Object
Type string - Result string
- additional
Properties String - class
Id String - code String
- object
Type String - result String
- additional
Properties string - class
Id string - code string
- object
Type string - result string
- additional_
properties str - class_
id str - code str
- object_
type str - result str
- additional
Properties String - class
Id String - code String
- object
Type String - result String
GetApplianceAppStatusResultSystemStatus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceAppStatusResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetApplianceAppStatusResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetAppliance App Status Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetAppliance App Status Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetApplianceAppStatusResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceAppStatusResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetApplianceAppStatusStatusCheck
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetApplianceAppStatusVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name 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 List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name 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 []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name 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 List<GetAppliance App Status Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name 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 GetAppliance App Status Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 string - Class
Id string - The fully-qualified name 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.
- Object
Type 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 String - class
Id String - The fully-qualified name 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.
- object
Type 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 string - class
Id string - The fully-qualified name 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.
- object
Type 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'.
- additional
Properties String - class
Id String - The fully-qualified name 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.
- object
Type 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet