intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getWorkflowServiceItemHealthCheckDefinition
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Service item health check definition metadata.
Using getWorkflowServiceItemHealthCheckDefinition
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 getWorkflowServiceItemHealthCheckDefinition(args: GetWorkflowServiceItemHealthCheckDefinitionArgs, opts?: InvokeOptions): Promise<GetWorkflowServiceItemHealthCheckDefinitionResult>
function getWorkflowServiceItemHealthCheckDefinitionOutput(args: GetWorkflowServiceItemHealthCheckDefinitionOutputArgs, opts?: InvokeOptions): Output<GetWorkflowServiceItemHealthCheckDefinitionResult>def get_workflow_service_item_health_check_definition(account_moid: Optional[str] = None,
                                                      additional_properties: Optional[str] = None,
                                                      ancestors: Optional[Sequence[GetWorkflowServiceItemHealthCheckDefinitionAncestor]] = None,
                                                      category: Optional[str] = None,
                                                      class_id: Optional[str] = None,
                                                      common_cause_and_resolution: Optional[str] = None,
                                                      create_time: Optional[str] = None,
                                                      description: Optional[str] = None,
                                                      domain_group_moid: Optional[str] = None,
                                                      execution_mode: Optional[str] = None,
                                                      health_check_workflow: Optional[GetWorkflowServiceItemHealthCheckDefinitionHealthCheckWorkflow] = None,
                                                      id: Optional[str] = None,
                                                      label: Optional[str] = None,
                                                      mod_time: Optional[str] = None,
                                                      moid: Optional[str] = None,
                                                      name: Optional[str] = None,
                                                      object_type: Optional[str] = None,
                                                      owners: Optional[Sequence[str]] = None,
                                                      parent: Optional[GetWorkflowServiceItemHealthCheckDefinitionParent] = None,
                                                      permission_resources: Optional[Sequence[GetWorkflowServiceItemHealthCheckDefinitionPermissionResource]] = None,
                                                      service_item_definition: Optional[GetWorkflowServiceItemHealthCheckDefinitionServiceItemDefinition] = None,
                                                      shared_scope: Optional[str] = None,
                                                      tags: Optional[Sequence[GetWorkflowServiceItemHealthCheckDefinitionTag]] = None,
                                                      version_context: Optional[GetWorkflowServiceItemHealthCheckDefinitionVersionContext] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetWorkflowServiceItemHealthCheckDefinitionResult
def get_workflow_service_item_health_check_definition_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemHealthCheckDefinitionAncestorArgs]]]] = None,
                                                      category: Optional[pulumi.Input[str]] = None,
                                                      class_id: Optional[pulumi.Input[str]] = None,
                                                      common_cause_and_resolution: Optional[pulumi.Input[str]] = None,
                                                      create_time: Optional[pulumi.Input[str]] = None,
                                                      description: Optional[pulumi.Input[str]] = None,
                                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                      execution_mode: Optional[pulumi.Input[str]] = None,
                                                      health_check_workflow: Optional[pulumi.Input[GetWorkflowServiceItemHealthCheckDefinitionHealthCheckWorkflowArgs]] = None,
                                                      id: Optional[pulumi.Input[str]] = None,
                                                      label: Optional[pulumi.Input[str]] = None,
                                                      mod_time: Optional[pulumi.Input[str]] = None,
                                                      moid: Optional[pulumi.Input[str]] = None,
                                                      name: Optional[pulumi.Input[str]] = None,
                                                      object_type: Optional[pulumi.Input[str]] = None,
                                                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                      parent: Optional[pulumi.Input[GetWorkflowServiceItemHealthCheckDefinitionParentArgs]] = None,
                                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemHealthCheckDefinitionPermissionResourceArgs]]]] = None,
                                                      service_item_definition: Optional[pulumi.Input[GetWorkflowServiceItemHealthCheckDefinitionServiceItemDefinitionArgs]] = None,
                                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemHealthCheckDefinitionTagArgs]]]] = None,
                                                      version_context: Optional[pulumi.Input[GetWorkflowServiceItemHealthCheckDefinitionVersionContextArgs]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowServiceItemHealthCheckDefinitionResult]func LookupWorkflowServiceItemHealthCheckDefinition(ctx *Context, args *LookupWorkflowServiceItemHealthCheckDefinitionArgs, opts ...InvokeOption) (*LookupWorkflowServiceItemHealthCheckDefinitionResult, error)
func LookupWorkflowServiceItemHealthCheckDefinitionOutput(ctx *Context, args *LookupWorkflowServiceItemHealthCheckDefinitionOutputArgs, opts ...InvokeOption) LookupWorkflowServiceItemHealthCheckDefinitionResultOutput> Note: This function is named LookupWorkflowServiceItemHealthCheckDefinition in the Go SDK.
public static class GetWorkflowServiceItemHealthCheckDefinition 
{
    public static Task<GetWorkflowServiceItemHealthCheckDefinitionResult> InvokeAsync(GetWorkflowServiceItemHealthCheckDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowServiceItemHealthCheckDefinitionResult> Invoke(GetWorkflowServiceItemHealthCheckDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkflowServiceItemHealthCheckDefinitionResult> getWorkflowServiceItemHealthCheckDefinition(GetWorkflowServiceItemHealthCheckDefinitionArgs args, InvokeOptions options)
public static Output<GetWorkflowServiceItemHealthCheckDefinitionResult> getWorkflowServiceItemHealthCheckDefinition(GetWorkflowServiceItemHealthCheckDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getWorkflowServiceItemHealthCheckDefinition:getWorkflowServiceItemHealthCheckDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Service Item Health Check Definition Ancestor> 
- Category string
- Category that the health check belongs to.
- ClassId string
- CommonCause stringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the health check definition.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecutionMode string
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- HealthCheck GetWorkflow Workflow Service Item Health Check Definition Health Check Workflow 
- Id string
- Label string
- Label for the health check definition that is displayed on UI.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the health check definition.
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Service Item Health Check Definition Parent 
- PermissionResources List<GetWorkflow Service Item Health Check Definition Permission Resource> 
- ServiceItem GetDefinition Workflow Service Item Health Check Definition Service Item Definition 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetWorkflow Service Item Health Check Definition Tag> 
- VersionContext GetWorkflow Service Item Health Check Definition Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Service Item Health Check Definition Ancestor 
- Category string
- Category that the health check belongs to.
- ClassId string
- CommonCause stringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the health check definition.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecutionMode string
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- HealthCheck GetWorkflow Workflow Service Item Health Check Definition Health Check Workflow 
- Id string
- Label string
- Label for the health check definition that is displayed on UI.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the health check definition.
- ObjectType string
- Owners []string
- Parent
GetWorkflow Service Item Health Check Definition Parent 
- PermissionResources []GetWorkflow Service Item Health Check Definition Permission Resource 
- ServiceItem GetDefinition Workflow Service Item Health Check Definition Service Item Definition 
- 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.
- 
[]GetWorkflow Service Item Health Check Definition Tag 
- VersionContext GetWorkflow Service Item Health Check Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Service Item Health Check Definition Ancestor> 
- category String
- Category that the health check belongs to.
- classId String
- commonCause StringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- createTime String
- The time when this managed object was created.
- description String
- Description of the health check definition.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executionMode String
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- healthCheck GetWorkflow Workflow Service Item Health Check Definition Health Check Workflow 
- id String
- label String
- Label for the health check definition that is displayed on UI.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the health check definition.
- objectType String
- owners List<String>
- parent
GetWorkflow Service Item Health Check Definition Parent 
- permissionResources List<GetWorkflow Service Item Health Check Definition Permission Resource> 
- serviceItem GetDefinition Workflow Service Item Health Check Definition Service Item Definition 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetWorkflow Service Item Health Check Definition Tag> 
- versionContext GetWorkflow Service Item Health Check Definition Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Service Item Health Check Definition Ancestor[] 
- category string
- Category that the health check belongs to.
- classId string
- commonCause stringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- createTime string
- The time when this managed object was created.
- description string
- Description of the health check definition.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- executionMode string
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- healthCheck GetWorkflow Workflow Service Item Health Check Definition Health Check Workflow 
- id string
- label string
- Label for the health check definition that is displayed on UI.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the health check definition.
- objectType string
- owners string[]
- parent
GetWorkflow Service Item Health Check Definition Parent 
- permissionResources GetWorkflow Service Item Health Check Definition Permission Resource[] 
- serviceItem GetDefinition Workflow Service Item Health Check Definition Service Item Definition 
- 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.
- 
GetWorkflow Service Item Health Check Definition Tag[] 
- versionContext GetWorkflow Service Item Health Check Definition Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Service Item Health Check Definition Ancestor] 
- category str
- Category that the health check belongs to.
- class_id str
- common_cause_ strand_ resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- create_time str
- The time when this managed object was created.
- description str
- Description of the health check definition.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- execution_mode str
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- health_check_ Getworkflow Workflow Service Item Health Check Definition Health Check Workflow 
- id str
- label str
- Label for the health check definition that is displayed on UI.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the health check definition.
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Service Item Health Check Definition Parent 
- permission_resources Sequence[GetWorkflow Service Item Health Check Definition Permission Resource] 
- service_item_ Getdefinition Workflow Service Item Health Check Definition Service Item Definition 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetWorkflow Service Item Health Check Definition Tag] 
- version_context GetWorkflow Service Item Health Check Definition Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- category String
- Category that the health check belongs to.
- classId String
- commonCause StringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- createTime String
- The time when this managed object was created.
- description String
- Description of the health check definition.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executionMode String
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- healthCheck Property MapWorkflow 
- id String
- label String
- Label for the health check definition that is displayed on UI.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the health check definition.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- serviceItem Property MapDefinition 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- versionContext Property Map
getWorkflowServiceItemHealthCheckDefinition Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Service Item Health Check Definition Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetWorkflow Service Item Health Check Definition Ancestor> 
- Category string
- ClassId string
- CommonCause stringAnd Resolution 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- ExecutionMode string
- HealthCheck GetWorkflow Workflow Service Item Health Check Definition Health Check Workflow 
- Label string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Service Item Health Check Definition Parent 
- PermissionResources List<GetWorkflow Service Item Health Check Definition Permission Resource> 
- ServiceItem GetDefinition Workflow Service Item Health Check Definition Service Item Definition 
- string
- 
List<GetWorkflow Service Item Health Check Definition Tag> 
- VersionContext GetWorkflow Service Item Health Check Definition Version Context 
- Id string
- Results
[]GetWorkflow Service Item Health Check Definition Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetWorkflow Service Item Health Check Definition Ancestor 
- Category string
- ClassId string
- CommonCause stringAnd Resolution 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- ExecutionMode string
- HealthCheck GetWorkflow Workflow Service Item Health Check Definition Health Check Workflow 
- Label string
- ModTime string
- Moid string
- Name string
- ObjectType string
- Owners []string
- Parent
GetWorkflow Service Item Health Check Definition Parent 
- PermissionResources []GetWorkflow Service Item Health Check Definition Permission Resource 
- ServiceItem GetDefinition Workflow Service Item Health Check Definition Service Item Definition 
- string
- 
[]GetWorkflow Service Item Health Check Definition Tag 
- VersionContext GetWorkflow Service Item Health Check Definition Version Context 
- id String
- results
List<GetWorkflow Service Item Health Check Definition Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetWorkflow Service Item Health Check Definition Ancestor> 
- category String
- classId String
- commonCause StringAnd Resolution 
- createTime String
- description String
- domainGroup StringMoid 
- executionMode String
- healthCheck GetWorkflow Workflow Service Item Health Check Definition Health Check Workflow 
- label String
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent
GetWorkflow Service Item Health Check Definition Parent 
- permissionResources List<GetWorkflow Service Item Health Check Definition Permission Resource> 
- serviceItem GetDefinition Workflow Service Item Health Check Definition Service Item Definition 
- String
- 
List<GetWorkflow Service Item Health Check Definition Tag> 
- versionContext GetWorkflow Service Item Health Check Definition Version Context 
- id string
- results
GetWorkflow Service Item Health Check Definition Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetWorkflow Service Item Health Check Definition Ancestor[] 
- category string
- classId string
- commonCause stringAnd Resolution 
- createTime string
- description string
- domainGroup stringMoid 
- executionMode string
- healthCheck GetWorkflow Workflow Service Item Health Check Definition Health Check Workflow 
- label string
- modTime string
- moid string
- name string
- objectType string
- owners string[]
- parent
GetWorkflow Service Item Health Check Definition Parent 
- permissionResources GetWorkflow Service Item Health Check Definition Permission Resource[] 
- serviceItem GetDefinition Workflow Service Item Health Check Definition Service Item Definition 
- string
- 
GetWorkflow Service Item Health Check Definition Tag[] 
- versionContext GetWorkflow Service Item Health Check Definition Version Context 
- id str
- results
Sequence[GetWorkflow Service Item Health Check Definition Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetWorkflow Service Item Health Check Definition Ancestor] 
- category str
- class_id str
- common_cause_ strand_ resolution 
- create_time str
- description str
- domain_group_ strmoid 
- execution_mode str
- health_check_ Getworkflow Workflow Service Item Health Check Definition Health Check Workflow 
- label str
- mod_time str
- moid str
- name str
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Service Item Health Check Definition Parent 
- permission_resources Sequence[GetWorkflow Service Item Health Check Definition Permission Resource] 
- service_item_ Getdefinition Workflow Service Item Health Check Definition Service Item Definition 
- str
- 
Sequence[GetWorkflow Service Item Health Check Definition Tag] 
- version_context GetWorkflow Service Item Health Check Definition Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- category String
- classId String
- commonCause StringAnd Resolution 
- createTime String
- description String
- domainGroup StringMoid 
- executionMode String
- healthCheck Property MapWorkflow 
- label String
- modTime String
- moid String
- name String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- serviceItem Property MapDefinition 
- String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetWorkflowServiceItemHealthCheckDefinitionAncestor       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemHealthCheckDefinitionHealthCheckWorkflow         
- AdditionalProperties string
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- Description of the health check definition.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- Label for the health check definition that is displayed on UI.
- Name string
- Name of the health check definition.
- NrVersion double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WorkflowDefinition GetWorkflow Service Item Health Check Definition Health Check Workflow Workflow Definition 
- The moid of the workflow definition.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- AdditionalProperties string
- CatalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- Description of the health check definition.
- InputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- Label string
- Label for the health check definition that is displayed on UI.
- Name string
- Name of the health check definition.
- NrVersion float64
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- WorkflowDefinition GetWorkflow Service Item Health Check Definition Health Check Workflow Workflow Definition 
- The moid of the workflow definition.
- WorkflowDefinition stringName 
- The qualified name of workflow that should be executed.
- additionalProperties String
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- Description of the health check definition.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- Label for the health check definition that is displayed on UI.
- name String
- Name of the health check definition.
- nrVersion Double
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- workflowDefinition GetWorkflow Service Item Health Check Definition Health Check Workflow Workflow Definition 
- The moid of the workflow definition.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
- additionalProperties string
- catalogMoid string
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description string
- Description of the health check definition.
- inputParameters string
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label string
- Label for the health check definition that is displayed on UI.
- name string
- Name of the health check definition.
- nrVersion number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- workflowDefinition GetWorkflow Service Item Health Check Definition Health Check Workflow Workflow Definition 
- The moid of the workflow definition.
- workflowDefinition stringName 
- The qualified name of workflow that should be executed.
- additional_properties str
- catalog_moid str
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- 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.
- description str
- Description of the health check definition.
- input_parameters str
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label str
- Label for the health check definition that is displayed on UI.
- name str
- Name of the health check definition.
- nr_version float
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- workflow_definition GetWorkflow Service Item Health Check Definition Health Check Workflow Workflow Definition 
- The moid of the workflow definition.
- workflow_definition_ strname 
- The qualified name of workflow that should be executed.
- additionalProperties String
- catalogMoid String
- Specify the catalog moid that this workflow belongs. When catalog moid is not specified then the catalog of the service item is used first and if no workflow can be found in that catalog, then the shared catalog from Intersight is used.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- Description of the health check definition.
- inputParameters String
- Capture the mapping of ActionDefinition inputDefinition to workflow definition.
- label String
- Label for the health check definition that is displayed on UI.
- name String
- Name of the health check definition.
- nrVersion Number
- The workflow definition version to use as subworkflow. When no version is specified then the default version of the workflow at the time of creating or updating this workflow is used.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- workflowDefinition Property Map
- The moid of the workflow definition.
- workflowDefinition StringName 
- The qualified name of workflow that should be executed.
GetWorkflowServiceItemHealthCheckDefinitionHealthCheckWorkflowWorkflowDefinition           
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemHealthCheckDefinitionParent       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemHealthCheckDefinitionPermissionResource        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemHealthCheckDefinitionResult       
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Service Item Health Check Definition Result Ancestor> 
- Category string
- Category that the health check belongs to.
- ClassId string
- CommonCause stringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the health check definition.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecutionMode string
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- HealthCheck List<GetWorkflows Workflow Service Item Health Check Definition Result Health Check Workflow> 
- Label string
- Label for the health check definition that is displayed on UI.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the health check definition.
- ObjectType string
- Owners List<string>
- Parents
List<GetWorkflow Service Item Health Check Definition Result Parent> 
- PermissionResources List<GetWorkflow Service Item Health Check Definition Result Permission Resource> 
- ServiceItem List<GetDefinitions Workflow Service Item Health Check Definition Result Service Item Definition> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetWorkflow Service Item Health Check Definition Result Tag> 
- VersionContexts List<GetWorkflow Service Item Health Check Definition Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Service Item Health Check Definition Result Ancestor 
- Category string
- Category that the health check belongs to.
- ClassId string
- CommonCause stringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the health check definition.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ExecutionMode string
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- HealthCheck []GetWorkflows Workflow Service Item Health Check Definition Result Health Check Workflow 
- Label string
- Label for the health check definition that is displayed on UI.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the health check definition.
- ObjectType string
- Owners []string
- Parents
[]GetWorkflow Service Item Health Check Definition Result Parent 
- PermissionResources []GetWorkflow Service Item Health Check Definition Result Permission Resource 
- ServiceItem []GetDefinitions Workflow Service Item Health Check Definition Result Service Item Definition 
- 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.
- 
[]GetWorkflow Service Item Health Check Definition Result Tag 
- VersionContexts []GetWorkflow Service Item Health Check Definition Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Service Item Health Check Definition Result Ancestor> 
- category String
- Category that the health check belongs to.
- classId String
- commonCause StringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- createTime String
- The time when this managed object was created.
- description String
- Description of the health check definition.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executionMode String
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- healthCheck List<GetWorkflows Workflow Service Item Health Check Definition Result Health Check Workflow> 
- label String
- Label for the health check definition that is displayed on UI.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the health check definition.
- objectType String
- owners List<String>
- parents
List<GetWorkflow Service Item Health Check Definition Result Parent> 
- permissionResources List<GetWorkflow Service Item Health Check Definition Result Permission Resource> 
- serviceItem List<GetDefinitions Workflow Service Item Health Check Definition Result Service Item Definition> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetWorkflow Service Item Health Check Definition Result Tag> 
- versionContexts List<GetWorkflow Service Item Health Check Definition Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Service Item Health Check Definition Result Ancestor[] 
- category string
- Category that the health check belongs to.
- classId string
- commonCause stringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- createTime string
- The time when this managed object was created.
- description string
- Description of the health check definition.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- executionMode string
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- healthCheck GetWorkflows Workflow Service Item Health Check Definition Result Health Check Workflow[] 
- label string
- Label for the health check definition that is displayed on UI.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the health check definition.
- objectType string
- owners string[]
- parents
GetWorkflow Service Item Health Check Definition Result Parent[] 
- permissionResources GetWorkflow Service Item Health Check Definition Result Permission Resource[] 
- serviceItem GetDefinitions Workflow Service Item Health Check Definition Result Service Item Definition[] 
- 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.
- 
GetWorkflow Service Item Health Check Definition Result Tag[] 
- versionContexts GetWorkflow Service Item Health Check Definition Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Service Item Health Check Definition Result Ancestor] 
- category str
- Category that the health check belongs to.
- class_id str
- common_cause_ strand_ resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- create_time str
- The time when this managed object was created.
- description str
- Description of the health check definition.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- execution_mode str
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- health_check_ Sequence[Getworkflows Workflow Service Item Health Check Definition Result Health Check Workflow] 
- label str
- Label for the health check definition that is displayed on UI.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the health check definition.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetWorkflow Service Item Health Check Definition Result Parent] 
- permission_resources Sequence[GetWorkflow Service Item Health Check Definition Result Permission Resource] 
- service_item_ Sequence[Getdefinitions Workflow Service Item Health Check Definition Result Service Item Definition] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetWorkflow Service Item Health Check Definition Result Tag] 
- version_contexts Sequence[GetWorkflow Service Item Health Check Definition Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- category String
- Category that the health check belongs to.
- classId String
- commonCause StringAnd Resolution 
- Static information detailing the common cause for the health check failure.It also gives possible remediation actions that can be taken to remedy the health check failure.
- createTime String
- The time when this managed object was created.
- description String
- Description of the health check definition.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- executionMode String
- Execution mode of the health check on service item.* OnDemand- Execute the health check on-demand.*Periodic- Execute the health check on a periodic basis.
- healthCheck List<Property Map>Workflows 
- label String
- Label for the health check definition that is displayed on UI.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the health check definition.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- serviceItem List<Property Map>Definitions 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- versionContexts List<Property Map>
GetWorkflowServiceItemHealthCheckDefinitionResultAncestor        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemHealthCheckDefinitionResultHealthCheckWorkflow          
- AdditionalProperties string
- CatalogMoid string
- ClassId string
- Description string
- Description of the health check definition.
- InputParameters string
- Label string
- Label for the health check definition that is displayed on UI.
- Name string
- Name of the health check definition.
- NrVersion double
- ObjectType string
- WorkflowDefinition stringName 
- WorkflowDefinitions List<GetWorkflow Service Item Health Check Definition Result Health Check Workflow Workflow Definition> 
- AdditionalProperties string
- CatalogMoid string
- ClassId string
- Description string
- Description of the health check definition.
- InputParameters string
- Label string
- Label for the health check definition that is displayed on UI.
- Name string
- Name of the health check definition.
- NrVersion float64
- ObjectType string
- WorkflowDefinition stringName 
- WorkflowDefinitions []GetWorkflow Service Item Health Check Definition Result Health Check Workflow Workflow Definition 
- additionalProperties String
- catalogMoid String
- classId String
- description String
- Description of the health check definition.
- inputParameters String
- label String
- Label for the health check definition that is displayed on UI.
- name String
- Name of the health check definition.
- nrVersion Double
- objectType String
- workflowDefinition StringName 
- workflowDefinitions List<GetWorkflow Service Item Health Check Definition Result Health Check Workflow Workflow Definition> 
- additionalProperties string
- catalogMoid string
- classId string
- description string
- Description of the health check definition.
- inputParameters string
- label string
- Label for the health check definition that is displayed on UI.
- name string
- Name of the health check definition.
- nrVersion number
- objectType string
- workflowDefinition stringName 
- workflowDefinitions GetWorkflow Service Item Health Check Definition Result Health Check Workflow Workflow Definition[] 
- additional_properties str
- catalog_moid str
- class_id str
- description str
- Description of the health check definition.
- input_parameters str
- label str
- Label for the health check definition that is displayed on UI.
- name str
- Name of the health check definition.
- nr_version float
- object_type str
- workflow_definition_ strname 
- workflow_definitions Sequence[GetWorkflow Service Item Health Check Definition Result Health Check Workflow Workflow Definition] 
- additionalProperties String
- catalogMoid String
- classId String
- description String
- Description of the health check definition.
- inputParameters String
- label String
- Label for the health check definition that is displayed on UI.
- name String
- Name of the health check definition.
- nrVersion Number
- objectType String
- workflowDefinition StringName 
- workflowDefinitions List<Property Map>
GetWorkflowServiceItemHealthCheckDefinitionResultHealthCheckWorkflowWorkflowDefinition            
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemHealthCheckDefinitionResultParent        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemHealthCheckDefinitionResultPermissionResource         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemHealthCheckDefinitionResultServiceItemDefinition          
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemHealthCheckDefinitionResultTag        
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetWorkflowServiceItemHealthCheckDefinitionResultVersionContext         
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetWorkflow Service Item Health Check Definition Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetWorkflow Service Item Health Check Definition Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetWorkflow Service Item Health Check Definition Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetWorkflow Service Item Health Check Definition Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetWorkflow Service Item Health Check Definition Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetWorkflow Service Item Health Check Definition Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetWorkflow Service Item Health Check Definition Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- object_type str
- ref_mos Sequence[GetWorkflow Service Item Health Check Definition Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowServiceItemHealthCheckDefinitionResultVersionContextInterestedMo           
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemHealthCheckDefinitionResultVersionContextRefMo           
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowServiceItemHealthCheckDefinitionServiceItemDefinition         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemHealthCheckDefinitionTag       
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowServiceItemHealthCheckDefinitionVersionContext        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetWorkflow Service Item Health Check Definition Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Service Item Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetWorkflow Service Item Health Check Definition Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Service Item Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetWorkflow Service Item Health Check Definition Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Service Item Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetWorkflow Service Item Health Check Definition Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Service Item Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetWorkflow Service Item Health Check Definition 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 GetWorkflow Service Item Health Check Definition Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetWorkflowServiceItemHealthCheckDefinitionVersionContextInterestedMo          
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowServiceItemHealthCheckDefinitionVersionContextRefMo          
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet