intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getWorkflowRollbackWorkflow
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Rollback workflow contains details about the workflow instance, tasks to be rollback along with the status and workflow instances.
Using getWorkflowRollbackWorkflow
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 getWorkflowRollbackWorkflow(args: GetWorkflowRollbackWorkflowArgs, opts?: InvokeOptions): Promise<GetWorkflowRollbackWorkflowResult>
function getWorkflowRollbackWorkflowOutput(args: GetWorkflowRollbackWorkflowOutputArgs, opts?: InvokeOptions): Output<GetWorkflowRollbackWorkflowResult>def get_workflow_rollback_workflow(account_moid: Optional[str] = None,
                                   action: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetWorkflowRollbackWorkflowAncestor]] = None,
                                   class_id: Optional[str] = None,
                                   continue_on_task_failure: Optional[bool] = None,
                                   create_time: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   id: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetWorkflowRollbackWorkflowParent] = None,
                                   permission_resources: Optional[Sequence[GetWorkflowRollbackWorkflowPermissionResource]] = None,
                                   primary_workflow: Optional[GetWorkflowRollbackWorkflowPrimaryWorkflow] = None,
                                   rollback_tasks: Optional[Sequence[GetWorkflowRollbackWorkflowRollbackTask]] = None,
                                   rollback_workflows: Optional[Sequence[GetWorkflowRollbackWorkflowRollbackWorkflow]] = None,
                                   selected_tasks: Optional[Sequence[GetWorkflowRollbackWorkflowSelectedTask]] = None,
                                   shared_scope: Optional[str] = None,
                                   status: Optional[str] = None,
                                   tags: Optional[Sequence[GetWorkflowRollbackWorkflowTag]] = None,
                                   version_context: Optional[GetWorkflowRollbackWorkflowVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetWorkflowRollbackWorkflowResult
def get_workflow_rollback_workflow_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   action: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowRollbackWorkflowAncestorArgs]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   continue_on_task_failure: Optional[pulumi.Input[bool]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetWorkflowRollbackWorkflowParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowRollbackWorkflowPermissionResourceArgs]]]] = None,
                                   primary_workflow: Optional[pulumi.Input[GetWorkflowRollbackWorkflowPrimaryWorkflowArgs]] = None,
                                   rollback_tasks: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowRollbackWorkflowRollbackTaskArgs]]]] = None,
                                   rollback_workflows: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowRollbackWorkflowRollbackWorkflowArgs]]]] = None,
                                   selected_tasks: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowRollbackWorkflowSelectedTaskArgs]]]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   status: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowRollbackWorkflowTagArgs]]]] = None,
                                   version_context: Optional[pulumi.Input[GetWorkflowRollbackWorkflowVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowRollbackWorkflowResult]func LookupWorkflowRollbackWorkflow(ctx *Context, args *LookupWorkflowRollbackWorkflowArgs, opts ...InvokeOption) (*LookupWorkflowRollbackWorkflowResult, error)
func LookupWorkflowRollbackWorkflowOutput(ctx *Context, args *LookupWorkflowRollbackWorkflowOutputArgs, opts ...InvokeOption) LookupWorkflowRollbackWorkflowResultOutput> Note: This function is named LookupWorkflowRollbackWorkflow in the Go SDK.
public static class GetWorkflowRollbackWorkflow 
{
    public static Task<GetWorkflowRollbackWorkflowResult> InvokeAsync(GetWorkflowRollbackWorkflowArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowRollbackWorkflowResult> Invoke(GetWorkflowRollbackWorkflowInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkflowRollbackWorkflowResult> getWorkflowRollbackWorkflow(GetWorkflowRollbackWorkflowArgs args, InvokeOptions options)
public static Output<GetWorkflowRollbackWorkflowResult> getWorkflowRollbackWorkflow(GetWorkflowRollbackWorkflowArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getWorkflowRollbackWorkflow:getWorkflowRollbackWorkflow
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- Action string
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Rollback Workflow Ancestor> 
- ClassId string
- ContinueOn boolTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Rollback Workflow Parent 
- PermissionResources List<GetWorkflow Rollback Workflow Permission Resource> 
- PrimaryWorkflow GetWorkflow Rollback Workflow Primary Workflow 
- RollbackTasks List<GetWorkflow Rollback Workflow Rollback Task> 
- RollbackWorkflows List<GetWorkflow Rollback Workflow Rollback Workflow> 
- SelectedTasks List<GetWorkflow Rollback Workflow Selected Task> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
List<GetWorkflow Rollback Workflow Tag> 
- VersionContext GetWorkflow Rollback Workflow Version Context 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Rollback Workflow Ancestor 
- ClassId string
- ContinueOn boolTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parent
GetWorkflow Rollback Workflow Parent 
- PermissionResources []GetWorkflow Rollback Workflow Permission Resource 
- PrimaryWorkflow GetWorkflow Rollback Workflow Primary Workflow 
- RollbackTasks []GetWorkflow Rollback Workflow Rollback Task 
- RollbackWorkflows []GetWorkflow Rollback Workflow Rollback Workflow 
- SelectedTasks []GetWorkflow Rollback Workflow Selected Task 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
[]GetWorkflow Rollback Workflow Tag 
- VersionContext GetWorkflow Rollback Workflow Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- additionalProperties String
- ancestors
List<GetWorkflow Rollback Workflow Ancestor> 
- classId String
- continueOn BooleanTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent
GetWorkflow Rollback Workflow Parent 
- permissionResources List<GetWorkflow Rollback Workflow Permission Resource> 
- primaryWorkflow GetWorkflow Rollback Workflow Primary Workflow 
- rollbackTasks List<GetWorkflow Rollback Workflow Rollback Task> 
- rollbackWorkflows List<GetWorkflow Rollback Workflow Rollback Workflow> 
- selectedTasks List<GetWorkflow Rollback Workflow Selected Task> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
List<GetWorkflow Rollback Workflow Tag> 
- versionContext GetWorkflow Rollback Workflow Version Context 
- accountMoid string
- The Account ID for this managed object.
- action string
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- additionalProperties string
- ancestors
GetWorkflow Rollback Workflow Ancestor[] 
- classId string
- continueOn booleanTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parent
GetWorkflow Rollback Workflow Parent 
- permissionResources GetWorkflow Rollback Workflow Permission Resource[] 
- primaryWorkflow GetWorkflow Rollback Workflow Primary Workflow 
- rollbackTasks GetWorkflow Rollback Workflow Rollback Task[] 
- rollbackWorkflows GetWorkflow Rollback Workflow Rollback Workflow[] 
- selectedTasks GetWorkflow Rollback Workflow Selected Task[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
GetWorkflow Rollback Workflow Tag[] 
- versionContext GetWorkflow Rollback Workflow Version Context 
- account_moid str
- The Account ID for this managed object.
- action str
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- additional_properties str
- ancestors
Sequence[GetWorkflow Rollback Workflow Ancestor] 
- class_id str
- continue_on_ booltask_ failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Rollback Workflow Parent 
- permission_resources Sequence[GetWorkflow Rollback Workflow Permission Resource] 
- primary_workflow GetWorkflow Rollback Workflow Primary Workflow 
- rollback_tasks Sequence[GetWorkflow Rollback Workflow Rollback Task] 
- rollback_workflows Sequence[GetWorkflow Rollback Workflow Rollback Workflow] 
- selected_tasks Sequence[GetWorkflow Rollback Workflow Selected Task] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
Sequence[GetWorkflow Rollback Workflow Tag] 
- version_context GetWorkflow Rollback Workflow Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- continueOn BooleanTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- primaryWorkflow Property Map
- rollbackTasks List<Property Map>
- rollbackWorkflows List<Property Map>
- selectedTasks List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- List<Property Map>
- versionContext Property Map
getWorkflowRollbackWorkflow Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Rollback Workflow Result> 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
List<GetWorkflow Rollback Workflow Ancestor> 
- ClassId string
- ContinueOn boolTask Failure 
- CreateTime string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetWorkflow Rollback Workflow Parent 
- PermissionResources List<GetWorkflow Rollback Workflow Permission Resource> 
- PrimaryWorkflow GetWorkflow Rollback Workflow Primary Workflow 
- RollbackTasks List<GetWorkflow Rollback Workflow Rollback Task> 
- RollbackWorkflows List<GetWorkflow Rollback Workflow Rollback Workflow> 
- SelectedTasks List<GetWorkflow Rollback Workflow Selected Task> 
- string
- Status string
- 
List<GetWorkflow Rollback Workflow Tag> 
- VersionContext GetWorkflow Rollback Workflow Version Context 
- Id string
- Results
[]GetWorkflow Rollback Workflow Result 
- AccountMoid string
- Action string
- AdditionalProperties string
- Ancestors
[]GetWorkflow Rollback Workflow Ancestor 
- ClassId string
- ContinueOn boolTask Failure 
- CreateTime string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetWorkflow Rollback Workflow Parent 
- PermissionResources []GetWorkflow Rollback Workflow Permission Resource 
- PrimaryWorkflow GetWorkflow Rollback Workflow Primary Workflow 
- RollbackTasks []GetWorkflow Rollback Workflow Rollback Task 
- RollbackWorkflows []GetWorkflow Rollback Workflow Rollback Workflow 
- SelectedTasks []GetWorkflow Rollback Workflow Selected Task 
- string
- Status string
- 
[]GetWorkflow Rollback Workflow Tag 
- VersionContext GetWorkflow Rollback Workflow Version Context 
- id String
- results
List<GetWorkflow Rollback Workflow Result> 
- accountMoid String
- action String
- additionalProperties String
- ancestors
List<GetWorkflow Rollback Workflow Ancestor> 
- classId String
- continueOn BooleanTask Failure 
- createTime String
- domainGroup StringMoid 
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetWorkflow Rollback Workflow Parent 
- permissionResources List<GetWorkflow Rollback Workflow Permission Resource> 
- primaryWorkflow GetWorkflow Rollback Workflow Primary Workflow 
- rollbackTasks List<GetWorkflow Rollback Workflow Rollback Task> 
- rollbackWorkflows List<GetWorkflow Rollback Workflow Rollback Workflow> 
- selectedTasks List<GetWorkflow Rollback Workflow Selected Task> 
- String
- status String
- 
List<GetWorkflow Rollback Workflow Tag> 
- versionContext GetWorkflow Rollback Workflow Version Context 
- id string
- results
GetWorkflow Rollback Workflow Result[] 
- accountMoid string
- action string
- additionalProperties string
- ancestors
GetWorkflow Rollback Workflow Ancestor[] 
- classId string
- continueOn booleanTask Failure 
- createTime string
- domainGroup stringMoid 
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetWorkflow Rollback Workflow Parent 
- permissionResources GetWorkflow Rollback Workflow Permission Resource[] 
- primaryWorkflow GetWorkflow Rollback Workflow Primary Workflow 
- rollbackTasks GetWorkflow Rollback Workflow Rollback Task[] 
- rollbackWorkflows GetWorkflow Rollback Workflow Rollback Workflow[] 
- selectedTasks GetWorkflow Rollback Workflow Selected Task[] 
- string
- status string
- 
GetWorkflow Rollback Workflow Tag[] 
- versionContext GetWorkflow Rollback Workflow Version Context 
- id str
- results
Sequence[GetWorkflow Rollback Workflow Result] 
- account_moid str
- action str
- additional_properties str
- ancestors
Sequence[GetWorkflow Rollback Workflow Ancestor] 
- class_id str
- continue_on_ booltask_ failure 
- create_time str
- domain_group_ strmoid 
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetWorkflow Rollback Workflow Parent 
- permission_resources Sequence[GetWorkflow Rollback Workflow Permission Resource] 
- primary_workflow GetWorkflow Rollback Workflow Primary Workflow 
- rollback_tasks Sequence[GetWorkflow Rollback Workflow Rollback Task] 
- rollback_workflows Sequence[GetWorkflow Rollback Workflow Rollback Workflow] 
- selected_tasks Sequence[GetWorkflow Rollback Workflow Selected Task] 
- str
- status str
- 
Sequence[GetWorkflow Rollback Workflow Tag] 
- version_context GetWorkflow Rollback Workflow Version Context 
- id String
- results List<Property Map>
- accountMoid String
- action String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- continueOn BooleanTask Failure 
- createTime String
- domainGroup StringMoid 
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- primaryWorkflow Property Map
- rollbackTasks List<Property Map>
- rollbackWorkflows List<Property Map>
- selectedTasks List<Property Map>
- String
- status String
- List<Property Map>
- versionContext Property Map
Supporting Types
GetWorkflowRollbackWorkflowAncestor    
- 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'.
 
GetWorkflowRollbackWorkflowParent    
- 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'.
 
GetWorkflowRollbackWorkflowPermissionResource     
- 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'.
 
GetWorkflowRollbackWorkflowPrimaryWorkflow     
- 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'.
 
GetWorkflowRollbackWorkflowResult    
- AccountMoid string
- The Account ID for this managed object.
- Action string
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Rollback Workflow Result Ancestor> 
- ClassId string
- ContinueOn boolTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners List<string>
- Parents
List<GetWorkflow Rollback Workflow Result Parent> 
- PermissionResources List<GetWorkflow Rollback Workflow Result Permission Resource> 
- PrimaryWorkflows List<GetWorkflow Rollback Workflow Result Primary Workflow> 
- RollbackTasks List<GetWorkflow Rollback Workflow Result Rollback Task> 
- RollbackWorkflows List<GetWorkflow Rollback Workflow Result Rollback Workflow> 
- SelectedTasks List<GetWorkflow Rollback Workflow Result Selected Task> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
List<GetWorkflow Rollback Workflow Result Tag> 
- VersionContexts List<GetWorkflow Rollback Workflow Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Action string
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Rollback Workflow Result Ancestor 
- ClassId string
- ContinueOn boolTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Owners []string
- Parents
[]GetWorkflow Rollback Workflow Result Parent 
- PermissionResources []GetWorkflow Rollback Workflow Result Permission Resource 
- PrimaryWorkflows []GetWorkflow Rollback Workflow Result Primary Workflow 
- RollbackTasks []GetWorkflow Rollback Workflow Result Rollback Task 
- RollbackWorkflows []GetWorkflow Rollback Workflow Result Rollback Workflow 
- SelectedTasks []GetWorkflow Rollback Workflow Result Selected Task 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
[]GetWorkflow Rollback Workflow Result Tag 
- VersionContexts []GetWorkflow Rollback Workflow Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- action String
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- additionalProperties String
- ancestors
List<GetWorkflow Rollback Workflow Result Ancestor> 
- classId String
- continueOn BooleanTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents
List<GetWorkflow Rollback Workflow Result Parent> 
- permissionResources List<GetWorkflow Rollback Workflow Result Permission Resource> 
- primaryWorkflows List<GetWorkflow Rollback Workflow Result Primary Workflow> 
- rollbackTasks List<GetWorkflow Rollback Workflow Result Rollback Task> 
- rollbackWorkflows List<GetWorkflow Rollback Workflow Result Rollback Workflow> 
- selectedTasks List<GetWorkflow Rollback Workflow Result Selected Task> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
List<GetWorkflow Rollback Workflow Result Tag> 
- versionContexts List<GetWorkflow Rollback Workflow Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- action string
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- additionalProperties string
- ancestors
GetWorkflow Rollback Workflow Result Ancestor[] 
- classId string
- continueOn booleanTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- owners string[]
- parents
GetWorkflow Rollback Workflow Result Parent[] 
- permissionResources GetWorkflow Rollback Workflow Result Permission Resource[] 
- primaryWorkflows GetWorkflow Rollback Workflow Result Primary Workflow[] 
- rollbackTasks GetWorkflow Rollback Workflow Result Rollback Task[] 
- rollbackWorkflows GetWorkflow Rollback Workflow Result Rollback Workflow[] 
- selectedTasks GetWorkflow Rollback Workflow Result Selected Task[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
GetWorkflow Rollback Workflow Result Tag[] 
- versionContexts GetWorkflow Rollback Workflow Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- action str
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- additional_properties str
- ancestors
Sequence[GetWorkflow Rollback Workflow Result Ancestor] 
- class_id str
- continue_on_ booltask_ failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetWorkflow Rollback Workflow Result Parent] 
- permission_resources Sequence[GetWorkflow Rollback Workflow Result Permission Resource] 
- primary_workflows Sequence[GetWorkflow Rollback Workflow Result Primary Workflow] 
- rollback_tasks Sequence[GetWorkflow Rollback Workflow Result Rollback Task] 
- rollback_workflows Sequence[GetWorkflow Rollback Workflow Result Rollback Workflow] 
- selected_tasks Sequence[GetWorkflow Rollback Workflow Result Selected Task] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- 
Sequence[GetWorkflow Rollback Workflow Result Tag] 
- version_contexts Sequence[GetWorkflow Rollback Workflow Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- action String
- The action of the rollback workflow such as Create and Start.* None- If no action is set, then the default value is set to none for the action field.*Create- Create rollback workflow data for the execution of the rollback workflow.*Start- Start a new execution of the rollback workflow.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- continueOn BooleanTask Failure 
- When set to true, if a task in the workflow fails, the rollback workflow continues to the subsequent task. When set to false, the rollback workflow execution halts if a task fails.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- primaryWorkflows List<Property Map>
- rollbackTasks List<Property Map>
- rollbackWorkflows List<Property Map>
- selectedTasks List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- List<Property Map>
- versionContexts List<Property Map>
GetWorkflowRollbackWorkflowResultAncestor     
- 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
GetWorkflowRollbackWorkflowResultParent     
- 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
GetWorkflowRollbackWorkflowResultPermissionResource      
- 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
GetWorkflowRollbackWorkflowResultPrimaryWorkflow      
- 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
GetWorkflowRollbackWorkflowResultRollbackTask      
- AdditionalProperties string
- ClassId string
- Description string
- Name string
- ObjectType string
- RefName string
- RollbackCompleted bool
- RollbackTask stringName 
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- TaskInfo stringMoid 
- TaskPath string
- AdditionalProperties string
- ClassId string
- Description string
- Name string
- ObjectType string
- RefName string
- RollbackCompleted bool
- RollbackTask stringName 
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- TaskInfo stringMoid 
- TaskPath string
- additionalProperties String
- classId String
- description String
- name String
- objectType String
- refName String
- rollbackCompleted Boolean
- rollbackTask StringName 
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo StringMoid 
- taskPath String
- additionalProperties string
- classId string
- description string
- name string
- objectType string
- refName string
- rollbackCompleted boolean
- rollbackTask stringName 
- status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo stringMoid 
- taskPath string
- additional_properties str
- class_id str
- description str
- name str
- object_type str
- ref_name str
- rollback_completed bool
- rollback_task_ strname 
- status str
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- task_info_ strmoid 
- task_path str
- additionalProperties String
- classId String
- description String
- name String
- objectType String
- refName String
- rollbackCompleted Boolean
- rollbackTask StringName 
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo StringMoid 
- taskPath String
GetWorkflowRollbackWorkflowResultRollbackWorkflow      
- 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
GetWorkflowRollbackWorkflowResultSelectedTask      
- AdditionalProperties string
- ClassId string
- Description string
- Name string
- ObjectType string
- RefName string
- RollbackCompleted bool
- RollbackTask stringName 
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- TaskInfo stringMoid 
- TaskPath string
- AdditionalProperties string
- ClassId string
- Description string
- Name string
- ObjectType string
- RefName string
- RollbackCompleted bool
- RollbackTask stringName 
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- TaskInfo stringMoid 
- TaskPath string
- additionalProperties String
- classId String
- description String
- name String
- objectType String
- refName String
- rollbackCompleted Boolean
- rollbackTask StringName 
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo StringMoid 
- taskPath String
- additionalProperties string
- classId string
- description string
- name string
- objectType string
- refName string
- rollbackCompleted boolean
- rollbackTask stringName 
- status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo stringMoid 
- taskPath string
- additional_properties str
- class_id str
- description str
- name str
- object_type str
- ref_name str
- rollback_completed bool
- rollback_task_ strname 
- status str
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- task_info_ strmoid 
- task_path str
- additionalProperties String
- classId String
- description String
- name String
- objectType String
- refName String
- rollbackCompleted Boolean
- rollbackTask StringName 
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo StringMoid 
- taskPath String
GetWorkflowRollbackWorkflowResultTag     
- 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
GetWorkflowRollbackWorkflowResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowRollbackWorkflowResultVersionContextInterestedMo        
- 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
GetWorkflowRollbackWorkflowResultVersionContextRefMo        
- 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
GetWorkflowRollbackWorkflowRollbackTask     
- 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.
- Description string
- Description of the rollback task.
- Name string
- Name of TaskInfo that needs to be rolled back.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefName string
- Reference name of TaskInfo that need to be rolled back.
- RollbackCompleted bool
- Status of the rollback operation for the task.
- RollbackTask stringName 
- Name of TaskInfo that performs the rollback operation.
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- TaskInfo stringMoid 
- Moid of TaskInfo that supports rollback operation.
- TaskPath string
- Path of rollback task if it is inside sub-workflow.
- 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.
- Description string
- Description of the rollback task.
- Name string
- Name of TaskInfo that needs to be rolled back.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefName string
- Reference name of TaskInfo that need to be rolled back.
- RollbackCompleted bool
- Status of the rollback operation for the task.
- RollbackTask stringName 
- Name of TaskInfo that performs the rollback operation.
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- TaskInfo stringMoid 
- Moid of TaskInfo that supports rollback operation.
- TaskPath string
- Path of rollback task if it is inside sub-workflow.
- 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.
- description String
- Description of the rollback task.
- name String
- Name of TaskInfo that needs to be rolled back.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refName String
- Reference name of TaskInfo that need to be rolled back.
- rollbackCompleted Boolean
- Status of the rollback operation for the task.
- rollbackTask StringName 
- Name of TaskInfo that performs the rollback operation.
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo StringMoid 
- Moid of TaskInfo that supports rollback operation.
- taskPath String
- Path of rollback task if it is inside sub-workflow.
- 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.
- description string
- Description of the rollback task.
- name string
- Name of TaskInfo that needs to be rolled back.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refName string
- Reference name of TaskInfo that need to be rolled back.
- rollbackCompleted boolean
- Status of the rollback operation for the task.
- rollbackTask stringName 
- Name of TaskInfo that performs the rollback operation.
- status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo stringMoid 
- Moid of TaskInfo that supports rollback operation.
- taskPath string
- Path of rollback task if it is inside sub-workflow.
- 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.
- description str
- Description of the rollback task.
- name str
- Name of TaskInfo that needs to be rolled back.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_name str
- Reference name of TaskInfo that need to be rolled back.
- rollback_completed bool
- Status of the rollback operation for the task.
- rollback_task_ strname 
- Name of TaskInfo that performs the rollback operation.
- status str
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- task_info_ strmoid 
- Moid of TaskInfo that supports rollback operation.
- task_path str
- Path of rollback task if it is inside sub-workflow.
- 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.
- description String
- Description of the rollback task.
- name String
- Name of TaskInfo that needs to be rolled back.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refName String
- Reference name of TaskInfo that need to be rolled back.
- rollbackCompleted Boolean
- Status of the rollback operation for the task.
- rollbackTask StringName 
- Name of TaskInfo that performs the rollback operation.
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo StringMoid 
- Moid of TaskInfo that supports rollback operation.
- taskPath String
- Path of rollback task if it is inside sub-workflow.
GetWorkflowRollbackWorkflowRollbackWorkflow     
- 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'.
 
GetWorkflowRollbackWorkflowSelectedTask     
- 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.
- Description string
- Description of the rollback task.
- Name string
- Name of TaskInfo that needs to be rolled back.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefName string
- Reference name of TaskInfo that need to be rolled back.
- RollbackCompleted bool
- Status of the rollback operation for the task.
- RollbackTask stringName 
- Name of TaskInfo that performs the rollback operation.
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- TaskInfo stringMoid 
- Moid of TaskInfo that supports rollback operation.
- TaskPath string
- Path of rollback task if it is inside sub-workflow.
- 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.
- Description string
- Description of the rollback task.
- Name string
- Name of TaskInfo that needs to be rolled back.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefName string
- Reference name of TaskInfo that need to be rolled back.
- RollbackCompleted bool
- Status of the rollback operation for the task.
- RollbackTask stringName 
- Name of TaskInfo that performs the rollback operation.
- Status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- TaskInfo stringMoid 
- Moid of TaskInfo that supports rollback operation.
- TaskPath string
- Path of rollback task if it is inside sub-workflow.
- 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.
- description String
- Description of the rollback task.
- name String
- Name of TaskInfo that needs to be rolled back.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refName String
- Reference name of TaskInfo that need to be rolled back.
- rollbackCompleted Boolean
- Status of the rollback operation for the task.
- rollbackTask StringName 
- Name of TaskInfo that performs the rollback operation.
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo StringMoid 
- Moid of TaskInfo that supports rollback operation.
- taskPath String
- Path of rollback task if it is inside sub-workflow.
- 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.
- description string
- Description of the rollback task.
- name string
- Name of TaskInfo that needs to be rolled back.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refName string
- Reference name of TaskInfo that need to be rolled back.
- rollbackCompleted boolean
- Status of the rollback operation for the task.
- rollbackTask stringName 
- Name of TaskInfo that performs the rollback operation.
- status string
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo stringMoid 
- Moid of TaskInfo that supports rollback operation.
- taskPath string
- Path of rollback task if it is inside sub-workflow.
- 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.
- description str
- Description of the rollback task.
- name str
- Name of TaskInfo that needs to be rolled back.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_name str
- Reference name of TaskInfo that need to be rolled back.
- rollback_completed bool
- Status of the rollback operation for the task.
- rollback_task_ strname 
- Name of TaskInfo that performs the rollback operation.
- status str
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- task_info_ strmoid 
- Moid of TaskInfo that supports rollback operation.
- task_path str
- Path of rollback task if it is inside sub-workflow.
- 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.
- description String
- Description of the rollback task.
- name String
- Name of TaskInfo that needs to be rolled back.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refName String
- Reference name of TaskInfo that need to be rolled back.
- rollbackCompleted Boolean
- Status of the rollback operation for the task.
- rollbackTask StringName 
- Name of TaskInfo that performs the rollback operation.
- status String
- Status of the rollback workflow instance (Created, Running, Completed, Failed).* None- If no status is set, then the default value is set none for the status field.*Created- Status of the rollback workflow when it identifies the eligible tasks for rollback.*Running- Status of the rollback workflow when it is in-progress.*Completed- Status of the rollback workflow after execution is successful.*Failed- Status of the rollback workflow after execution results in failure.
- taskInfo StringMoid 
- Moid of TaskInfo that supports rollback operation.
- taskPath String
- Path of rollback task if it is inside sub-workflow.
GetWorkflowRollbackWorkflowTag    
- 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.
GetWorkflowRollbackWorkflowVersionContext     
- 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 Rollback Workflow 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 Rollback Workflow 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 Rollback Workflow 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 Rollback Workflow 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 Rollback Workflow 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 Rollback Workflow 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 Rollback Workflow 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 Rollback Workflow 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 Rollback Workflow 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 Rollback Workflow 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.
 
GetWorkflowRollbackWorkflowVersionContextInterestedMo       
- 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'.
 
GetWorkflowRollbackWorkflowVersionContextRefMo       
- 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