1. Packages
  2. Intersight Provider
  3. API Docs
  4. getWorkflowRollbackWorkflow
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getWorkflowRollbackWorkflow

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupWorkflowRollbackWorkflow(ctx *Context, args *LookupWorkflowRollbackWorkflowArgs, opts ...InvokeOption) (*LookupWorkflowRollbackWorkflowResult, error)
func LookupWorkflowRollbackWorkflowOutput(ctx *Context, args *LookupWorkflowRollbackWorkflowOutputArgs, opts ...InvokeOption) LookupWorkflowRollbackWorkflowResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetWorkflowRollbackWorkflowResult> getWorkflowRollbackWorkflow(GetWorkflowRollbackWorkflowArgs args, InvokeOptions options)
public static Output<GetWorkflowRollbackWorkflowResult> getWorkflowRollbackWorkflow(GetWorkflowRollbackWorkflowArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getWorkflowRollbackWorkflow:getWorkflowRollbackWorkflow
  arguments:
    # arguments dictionary
Copy

The 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<GetWorkflowRollbackWorkflowAncestor>
ClassId string
ContinueOnTaskFailure bool
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.
DomainGroupMoid string
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 GetWorkflowRollbackWorkflowParent
PermissionResources List<GetWorkflowRollbackWorkflowPermissionResource>
PrimaryWorkflow GetWorkflowRollbackWorkflowPrimaryWorkflow
RollbackTasks List<GetWorkflowRollbackWorkflowRollbackTask>
RollbackWorkflows List<GetWorkflowRollbackWorkflowRollbackWorkflow>
SelectedTasks List<GetWorkflowRollbackWorkflowSelectedTask>
SharedScope 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.
Tags List<GetWorkflowRollbackWorkflowTag>
VersionContext GetWorkflowRollbackWorkflowVersionContext
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 []GetWorkflowRollbackWorkflowAncestor
ClassId string
ContinueOnTaskFailure bool
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.
DomainGroupMoid string
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 GetWorkflowRollbackWorkflowParent
PermissionResources []GetWorkflowRollbackWorkflowPermissionResource
PrimaryWorkflow GetWorkflowRollbackWorkflowPrimaryWorkflow
RollbackTasks []GetWorkflowRollbackWorkflowRollbackTask
RollbackWorkflows []GetWorkflowRollbackWorkflowRollbackWorkflow
SelectedTasks []GetWorkflowRollbackWorkflowSelectedTask
SharedScope 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.
Tags []GetWorkflowRollbackWorkflowTag
VersionContext GetWorkflowRollbackWorkflowVersionContext
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<GetWorkflowRollbackWorkflowAncestor>
classId String
continueOnTaskFailure Boolean
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.
domainGroupMoid String
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 GetWorkflowRollbackWorkflowParent
permissionResources List<GetWorkflowRollbackWorkflowPermissionResource>
primaryWorkflow GetWorkflowRollbackWorkflowPrimaryWorkflow
rollbackTasks List<GetWorkflowRollbackWorkflowRollbackTask>
rollbackWorkflows List<GetWorkflowRollbackWorkflowRollbackWorkflow>
selectedTasks List<GetWorkflowRollbackWorkflowSelectedTask>
sharedScope 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.
tags List<GetWorkflowRollbackWorkflowTag>
versionContext GetWorkflowRollbackWorkflowVersionContext
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 GetWorkflowRollbackWorkflowAncestor[]
classId string
continueOnTaskFailure boolean
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.
domainGroupMoid string
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 GetWorkflowRollbackWorkflowParent
permissionResources GetWorkflowRollbackWorkflowPermissionResource[]
primaryWorkflow GetWorkflowRollbackWorkflowPrimaryWorkflow
rollbackTasks GetWorkflowRollbackWorkflowRollbackTask[]
rollbackWorkflows GetWorkflowRollbackWorkflowRollbackWorkflow[]
selectedTasks GetWorkflowRollbackWorkflowSelectedTask[]
sharedScope 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.
tags GetWorkflowRollbackWorkflowTag[]
versionContext GetWorkflowRollbackWorkflowVersionContext
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[GetWorkflowRollbackWorkflowAncestor]
class_id str
continue_on_task_failure bool
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_moid str
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 GetWorkflowRollbackWorkflowParent
permission_resources Sequence[GetWorkflowRollbackWorkflowPermissionResource]
primary_workflow GetWorkflowRollbackWorkflowPrimaryWorkflow
rollback_tasks Sequence[GetWorkflowRollbackWorkflowRollbackTask]
rollback_workflows Sequence[GetWorkflowRollbackWorkflowRollbackWorkflow]
selected_tasks Sequence[GetWorkflowRollbackWorkflowSelectedTask]
shared_scope 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.
tags Sequence[GetWorkflowRollbackWorkflowTag]
version_context GetWorkflowRollbackWorkflowVersionContext
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
continueOnTaskFailure Boolean
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.
domainGroupMoid String
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>
sharedScope 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.
tags List<Property Map>
versionContext Property Map

getWorkflowRollbackWorkflow Result

The following output properties are available:

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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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 This property is required. string
The Account ID for this managed object.
Action This property is required. 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 This property is required. string
Ancestors This property is required. List<GetWorkflowRollbackWorkflowResultAncestor>
ClassId This property is required. string
ContinueOnTaskFailure This property is required. bool
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 This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetWorkflowRollbackWorkflowResultParent>
PermissionResources This property is required. List<GetWorkflowRollbackWorkflowResultPermissionResource>
PrimaryWorkflows This property is required. List<GetWorkflowRollbackWorkflowResultPrimaryWorkflow>
RollbackTasks This property is required. List<GetWorkflowRollbackWorkflowResultRollbackTask>
RollbackWorkflows This property is required. List<GetWorkflowRollbackWorkflowResultRollbackWorkflow>
SelectedTasks This property is required. List<GetWorkflowRollbackWorkflowResultSelectedTask>
SharedScope This property is required. 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 This property is required. 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.
Tags This property is required. List<GetWorkflowRollbackWorkflowResultTag>
VersionContexts This property is required. List<GetWorkflowRollbackWorkflowResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
Action This property is required. 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 This property is required. string
Ancestors This property is required. []GetWorkflowRollbackWorkflowResultAncestor
ClassId This property is required. string
ContinueOnTaskFailure This property is required. bool
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 This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetWorkflowRollbackWorkflowResultParent
PermissionResources This property is required. []GetWorkflowRollbackWorkflowResultPermissionResource
PrimaryWorkflows This property is required. []GetWorkflowRollbackWorkflowResultPrimaryWorkflow
RollbackTasks This property is required. []GetWorkflowRollbackWorkflowResultRollbackTask
RollbackWorkflows This property is required. []GetWorkflowRollbackWorkflowResultRollbackWorkflow
SelectedTasks This property is required. []GetWorkflowRollbackWorkflowResultSelectedTask
SharedScope This property is required. 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 This property is required. 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.
Tags This property is required. []GetWorkflowRollbackWorkflowResultTag
VersionContexts This property is required. []GetWorkflowRollbackWorkflowResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
action This property is required. 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 This property is required. String
ancestors This property is required. List<GetWorkflowRollbackWorkflowResultAncestor>
classId This property is required. String
continueOnTaskFailure This property is required. Boolean
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 This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetWorkflowRollbackWorkflowResultParent>
permissionResources This property is required. List<GetWorkflowRollbackWorkflowResultPermissionResource>
primaryWorkflows This property is required. List<GetWorkflowRollbackWorkflowResultPrimaryWorkflow>
rollbackTasks This property is required. List<GetWorkflowRollbackWorkflowResultRollbackTask>
rollbackWorkflows This property is required. List<GetWorkflowRollbackWorkflowResultRollbackWorkflow>
selectedTasks This property is required. List<GetWorkflowRollbackWorkflowResultSelectedTask>
sharedScope This property is required. 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 This property is required. 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.
tags This property is required. List<GetWorkflowRollbackWorkflowResultTag>
versionContexts This property is required. List<GetWorkflowRollbackWorkflowResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
action This property is required. 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 This property is required. string
ancestors This property is required. GetWorkflowRollbackWorkflowResultAncestor[]
classId This property is required. string
continueOnTaskFailure This property is required. boolean
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 This property is required. string
The time when this managed object was created.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetWorkflowRollbackWorkflowResultParent[]
permissionResources This property is required. GetWorkflowRollbackWorkflowResultPermissionResource[]
primaryWorkflows This property is required. GetWorkflowRollbackWorkflowResultPrimaryWorkflow[]
rollbackTasks This property is required. GetWorkflowRollbackWorkflowResultRollbackTask[]
rollbackWorkflows This property is required. GetWorkflowRollbackWorkflowResultRollbackWorkflow[]
selectedTasks This property is required. GetWorkflowRollbackWorkflowResultSelectedTask[]
sharedScope This property is required. 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 This property is required. 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.
tags This property is required. GetWorkflowRollbackWorkflowResultTag[]
versionContexts This property is required. GetWorkflowRollbackWorkflowResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
action This property is required. 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 This property is required. str
ancestors This property is required. Sequence[GetWorkflowRollbackWorkflowResultAncestor]
class_id This property is required. str
continue_on_task_failure This property is required. bool
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 This property is required. str
The time when this managed object was created.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetWorkflowRollbackWorkflowResultParent]
permission_resources This property is required. Sequence[GetWorkflowRollbackWorkflowResultPermissionResource]
primary_workflows This property is required. Sequence[GetWorkflowRollbackWorkflowResultPrimaryWorkflow]
rollback_tasks This property is required. Sequence[GetWorkflowRollbackWorkflowResultRollbackTask]
rollback_workflows This property is required. Sequence[GetWorkflowRollbackWorkflowResultRollbackWorkflow]
selected_tasks This property is required. Sequence[GetWorkflowRollbackWorkflowResultSelectedTask]
shared_scope This property is required. 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 This property is required. 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.
tags This property is required. Sequence[GetWorkflowRollbackWorkflowResultTag]
version_contexts This property is required. Sequence[GetWorkflowRollbackWorkflowResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
action This property is required. 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 This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
continueOnTaskFailure This property is required. Boolean
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 This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
primaryWorkflows This property is required. List<Property Map>
rollbackTasks This property is required. List<Property Map>
rollbackWorkflows This property is required. List<Property Map>
selectedTasks This property is required. List<Property Map>
sharedScope This property is required. 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 This property is required. 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.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetWorkflowRollbackWorkflowResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowRollbackWorkflowResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowRollbackWorkflowResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowRollbackWorkflowResultPrimaryWorkflow

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowRollbackWorkflowResultRollbackTask

AdditionalProperties This property is required. string
ClassId This property is required. string
Description This property is required. string
Name This property is required. string
ObjectType This property is required. string
RefName This property is required. string
RollbackCompleted This property is required. bool
RollbackTaskName This property is required. string
Status This property is required. 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.
TaskInfoMoid This property is required. string
TaskPath This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Description This property is required. string
Name This property is required. string
ObjectType This property is required. string
RefName This property is required. string
RollbackCompleted This property is required. bool
RollbackTaskName This property is required. string
Status This property is required. 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.
TaskInfoMoid This property is required. string
TaskPath This property is required. string
additionalProperties This property is required. String
classId This property is required. String
description This property is required. String
name This property is required. String
objectType This property is required. String
refName This property is required. String
rollbackCompleted This property is required. Boolean
rollbackTaskName This property is required. String
status This property is required. 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.
taskInfoMoid This property is required. String
taskPath This property is required. String
additionalProperties This property is required. string
classId This property is required. string
description This property is required. string
name This property is required. string
objectType This property is required. string
refName This property is required. string
rollbackCompleted This property is required. boolean
rollbackTaskName This property is required. string
status This property is required. 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.
taskInfoMoid This property is required. string
taskPath This property is required. string
additional_properties This property is required. str
class_id This property is required. str
description This property is required. str
name This property is required. str
object_type This property is required. str
ref_name This property is required. str
rollback_completed This property is required. bool
rollback_task_name This property is required. str
status This property is required. 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_moid This property is required. str
task_path This property is required. str
additionalProperties This property is required. String
classId This property is required. String
description This property is required. String
name This property is required. String
objectType This property is required. String
refName This property is required. String
rollbackCompleted This property is required. Boolean
rollbackTaskName This property is required. String
status This property is required. 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.
taskInfoMoid This property is required. String
taskPath This property is required. String

GetWorkflowRollbackWorkflowResultRollbackWorkflow

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowRollbackWorkflowResultSelectedTask

AdditionalProperties This property is required. string
ClassId This property is required. string
Description This property is required. string
Name This property is required. string
ObjectType This property is required. string
RefName This property is required. string
RollbackCompleted This property is required. bool
RollbackTaskName This property is required. string
Status This property is required. 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.
TaskInfoMoid This property is required. string
TaskPath This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Description This property is required. string
Name This property is required. string
ObjectType This property is required. string
RefName This property is required. string
RollbackCompleted This property is required. bool
RollbackTaskName This property is required. string
Status This property is required. 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.
TaskInfoMoid This property is required. string
TaskPath This property is required. string
additionalProperties This property is required. String
classId This property is required. String
description This property is required. String
name This property is required. String
objectType This property is required. String
refName This property is required. String
rollbackCompleted This property is required. Boolean
rollbackTaskName This property is required. String
status This property is required. 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.
taskInfoMoid This property is required. String
taskPath This property is required. String
additionalProperties This property is required. string
classId This property is required. string
description This property is required. string
name This property is required. string
objectType This property is required. string
refName This property is required. string
rollbackCompleted This property is required. boolean
rollbackTaskName This property is required. string
status This property is required. 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.
taskInfoMoid This property is required. string
taskPath This property is required. string
additional_properties This property is required. str
class_id This property is required. str
description This property is required. str
name This property is required. str
object_type This property is required. str
ref_name This property is required. str
rollback_completed This property is required. bool
rollback_task_name This property is required. str
status This property is required. 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_moid This property is required. str
task_path This property is required. str
additionalProperties This property is required. String
classId This property is required. String
description This property is required. String
name This property is required. String
objectType This property is required. String
refName This property is required. String
rollbackCompleted This property is required. Boolean
rollbackTaskName This property is required. String
status This property is required. 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.
taskInfoMoid This property is required. String
taskPath This property is required. String

GetWorkflowRollbackWorkflowResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetWorkflowRollbackWorkflowResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetWorkflowRollbackWorkflowResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetWorkflowRollbackWorkflowResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetWorkflowRollbackWorkflowResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetWorkflowRollbackWorkflowResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetWorkflowRollbackWorkflowResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetWorkflowRollbackWorkflowResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetWorkflowRollbackWorkflowResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetWorkflowRollbackWorkflowResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetWorkflowRollbackWorkflowResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetWorkflowRollbackWorkflowResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetWorkflowRollbackWorkflowResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetWorkflowRollbackWorkflowResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. 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.
RollbackTaskName string
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.
TaskInfoMoid string
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.
RollbackTaskName string
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.
TaskInfoMoid string
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.
rollbackTaskName String
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.
taskInfoMoid String
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.
rollbackTaskName string
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.
taskInfoMoid string
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_name str
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_moid str
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.
rollbackTaskName String
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.
taskInfoMoid String
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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.
RollbackTaskName string
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.
TaskInfoMoid string
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.
RollbackTaskName string
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.
TaskInfoMoid string
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.
rollbackTaskName String
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.
taskInfoMoid String
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.
rollbackTaskName string
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.
taskInfoMoid string
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_name str
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_moid str
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.
rollbackTaskName String
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.
taskInfoMoid String
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<GetWorkflowRollbackWorkflowVersionContextInterestedMo>
MarkedForDeletion bool
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 GetWorkflowRollbackWorkflowVersionContextRefMo
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 []GetWorkflowRollbackWorkflowVersionContextInterestedMo
MarkedForDeletion bool
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 GetWorkflowRollbackWorkflowVersionContextRefMo
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<GetWorkflowRollbackWorkflowVersionContextInterestedMo>
markedForDeletion Boolean
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 GetWorkflowRollbackWorkflowVersionContextRefMo
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 GetWorkflowRollbackWorkflowVersionContextInterestedMo[]
markedForDeletion boolean
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 GetWorkflowRollbackWorkflowVersionContextRefMo
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[GetWorkflowRollbackWorkflowVersionContextInterestedMo]
marked_for_deletion bool
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 GetWorkflowRollbackWorkflowVersionContextRefMo
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>
markedForDeletion Boolean
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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.