1. Packages
  2. Intersight Provider
  3. API Docs
  4. getWorkflowServiceItemActionInstance
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getWorkflowServiceItemActionInstance

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Service item action instance which represents one action on a service item instance.

    Using getWorkflowServiceItemActionInstance

    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 getWorkflowServiceItemActionInstance(args: GetWorkflowServiceItemActionInstanceArgs, opts?: InvokeOptions): Promise<GetWorkflowServiceItemActionInstanceResult>
    function getWorkflowServiceItemActionInstanceOutput(args: GetWorkflowServiceItemActionInstanceOutputArgs, opts?: InvokeOptions): Output<GetWorkflowServiceItemActionInstanceResult>
    def get_workflow_service_item_action_instance(account_moid: Optional[str] = None,
                                                  action: Optional[str] = None,
                                                  action_workflow_info: Optional[GetWorkflowServiceItemActionInstanceActionWorkflowInfo] = None,
                                                  additional_properties: Optional[str] = None,
                                                  ancestors: Optional[Sequence[GetWorkflowServiceItemActionInstanceAncestor]] = None,
                                                  catalog_service_requests: Optional[Sequence[GetWorkflowServiceItemActionInstanceCatalogServiceRequest]] = None,
                                                  class_id: Optional[str] = None,
                                                  create_time: Optional[str] = None,
                                                  domain_group_moid: Optional[str] = None,
                                                  end_time: Optional[str] = None,
                                                  id: Optional[str] = None,
                                                  idp: Optional[GetWorkflowServiceItemActionInstanceIdp] = None,
                                                  idp_reference: Optional[GetWorkflowServiceItemActionInstanceIdpReference] = None,
                                                  input: Optional[str] = None,
                                                  last_action: Optional[str] = None,
                                                  messages: Optional[Sequence[GetWorkflowServiceItemActionInstanceMessage]] = None,
                                                  mod_time: Optional[str] = None,
                                                  moid: Optional[str] = None,
                                                  name: Optional[str] = None,
                                                  object_type: Optional[str] = None,
                                                  owners: Optional[Sequence[str]] = None,
                                                  parent: Optional[GetWorkflowServiceItemActionInstanceParent] = None,
                                                  permission_resources: Optional[Sequence[GetWorkflowServiceItemActionInstancePermissionResource]] = None,
                                                  resourcelifecycle_status: Optional[str] = None,
                                                  selection_criteria_inputs: Optional[Sequence[GetWorkflowServiceItemActionInstanceSelectionCriteriaInput]] = None,
                                                  service_item_action_definition: Optional[GetWorkflowServiceItemActionInstanceServiceItemActionDefinition] = None,
                                                  service_item_definition: Optional[GetWorkflowServiceItemActionInstanceServiceItemDefinition] = None,
                                                  service_item_instance: Optional[GetWorkflowServiceItemActionInstanceServiceItemInstance] = None,
                                                  service_request_input: Optional[str] = None,
                                                  shared_scope: Optional[str] = None,
                                                  start_time: Optional[str] = None,
                                                  status: Optional[str] = None,
                                                  stop_workflow_info: Optional[GetWorkflowServiceItemActionInstanceStopWorkflowInfo] = None,
                                                  tags: Optional[Sequence[GetWorkflowServiceItemActionInstanceTag]] = None,
                                                  user: Optional[GetWorkflowServiceItemActionInstanceUser] = None,
                                                  user_id_or_email: Optional[str] = None,
                                                  validation_workflow_info: Optional[GetWorkflowServiceItemActionInstanceValidationWorkflowInfo] = None,
                                                  version_context: Optional[GetWorkflowServiceItemActionInstanceVersionContext] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetWorkflowServiceItemActionInstanceResult
    def get_workflow_service_item_action_instance_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                  action: Optional[pulumi.Input[str]] = None,
                                                  action_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceActionWorkflowInfoArgs]] = None,
                                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceAncestorArgs]]]] = None,
                                                  catalog_service_requests: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceCatalogServiceRequestArgs]]]] = None,
                                                  class_id: Optional[pulumi.Input[str]] = None,
                                                  create_time: Optional[pulumi.Input[str]] = None,
                                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                  end_time: Optional[pulumi.Input[str]] = None,
                                                  id: Optional[pulumi.Input[str]] = None,
                                                  idp: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceIdpArgs]] = None,
                                                  idp_reference: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceIdpReferenceArgs]] = None,
                                                  input: Optional[pulumi.Input[str]] = None,
                                                  last_action: Optional[pulumi.Input[str]] = None,
                                                  messages: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceMessageArgs]]]] = None,
                                                  mod_time: Optional[pulumi.Input[str]] = None,
                                                  moid: Optional[pulumi.Input[str]] = None,
                                                  name: Optional[pulumi.Input[str]] = None,
                                                  object_type: Optional[pulumi.Input[str]] = None,
                                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  parent: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceParentArgs]] = None,
                                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstancePermissionResourceArgs]]]] = None,
                                                  resourcelifecycle_status: Optional[pulumi.Input[str]] = None,
                                                  selection_criteria_inputs: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceSelectionCriteriaInputArgs]]]] = None,
                                                  service_item_action_definition: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs]] = None,
                                                  service_item_definition: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemDefinitionArgs]] = None,
                                                  service_item_instance: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemInstanceArgs]] = None,
                                                  service_request_input: Optional[pulumi.Input[str]] = None,
                                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                                  start_time: Optional[pulumi.Input[str]] = None,
                                                  status: Optional[pulumi.Input[str]] = None,
                                                  stop_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceStopWorkflowInfoArgs]] = None,
                                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceTagArgs]]]] = None,
                                                  user: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceUserArgs]] = None,
                                                  user_id_or_email: Optional[pulumi.Input[str]] = None,
                                                  validation_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceValidationWorkflowInfoArgs]] = None,
                                                  version_context: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceVersionContextArgs]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowServiceItemActionInstanceResult]
    func LookupWorkflowServiceItemActionInstance(ctx *Context, args *LookupWorkflowServiceItemActionInstanceArgs, opts ...InvokeOption) (*LookupWorkflowServiceItemActionInstanceResult, error)
    func LookupWorkflowServiceItemActionInstanceOutput(ctx *Context, args *LookupWorkflowServiceItemActionInstanceOutputArgs, opts ...InvokeOption) LookupWorkflowServiceItemActionInstanceResultOutput

    > Note: This function is named LookupWorkflowServiceItemActionInstance in the Go SDK.

    public static class GetWorkflowServiceItemActionInstance 
    {
        public static Task<GetWorkflowServiceItemActionInstanceResult> InvokeAsync(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowServiceItemActionInstanceResult> Invoke(GetWorkflowServiceItemActionInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowServiceItemActionInstanceResult> getWorkflowServiceItemActionInstance(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions options)
    public static Output<GetWorkflowServiceItemActionInstanceResult> getWorkflowServiceItemActionInstance(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getWorkflowServiceItemActionInstance:getWorkflowServiceItemActionInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    ActionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    AdditionalProperties string
    Ancestors List<GetWorkflowServiceItemActionInstanceAncestor>
    CatalogServiceRequests List<GetWorkflowServiceItemActionInstanceCatalogServiceRequest>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time when the action was stopped or completed execution last time.
    Id string
    Idp GetWorkflowServiceItemActionInstanceIdp
    IdpReference GetWorkflowServiceItemActionInstanceIdpReference
    Input string
    LastAction string
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    Messages List<GetWorkflowServiceItemActionInstanceMessage>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    ObjectType string
    Owners List<string>
    Parent GetWorkflowServiceItemActionInstanceParent
    PermissionResources List<GetWorkflowServiceItemActionInstancePermissionResource>
    ResourcelifecycleStatus string
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    SelectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInput>
    ServiceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    ServiceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    ServiceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
    ServiceRequestInput string
    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.
    StartTime string
    The time when the action was started for execution last time.
    Status string
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    StopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    Tags List<GetWorkflowServiceItemActionInstanceTag>
    User GetWorkflowServiceItemActionInstanceUser
    UserIdOrEmail string
    The user identifier who invoked the request to create the service item instance.
    ValidationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    VersionContext GetWorkflowServiceItemActionInstanceVersionContext
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    ActionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    AdditionalProperties string
    Ancestors []GetWorkflowServiceItemActionInstanceAncestor
    CatalogServiceRequests []GetWorkflowServiceItemActionInstanceCatalogServiceRequest
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time when the action was stopped or completed execution last time.
    Id string
    Idp GetWorkflowServiceItemActionInstanceIdp
    IdpReference GetWorkflowServiceItemActionInstanceIdpReference
    Input string
    LastAction string
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    Messages []GetWorkflowServiceItemActionInstanceMessage
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    ObjectType string
    Owners []string
    Parent GetWorkflowServiceItemActionInstanceParent
    PermissionResources []GetWorkflowServiceItemActionInstancePermissionResource
    ResourcelifecycleStatus string
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    SelectionCriteriaInputs []GetWorkflowServiceItemActionInstanceSelectionCriteriaInput
    ServiceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    ServiceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    ServiceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
    ServiceRequestInput string
    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.
    StartTime string
    The time when the action was started for execution last time.
    Status string
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    StopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    Tags []GetWorkflowServiceItemActionInstanceTag
    User GetWorkflowServiceItemActionInstanceUser
    UserIdOrEmail string
    The user identifier who invoked the request to create the service item instance.
    ValidationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    VersionContext GetWorkflowServiceItemActionInstanceVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    actionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    additionalProperties String
    ancestors List<GetWorkflowServiceItemActionInstanceAncestor>
    catalogServiceRequests List<GetWorkflowServiceItemActionInstanceCatalogServiceRequest>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time when the action was stopped or completed execution last time.
    id String
    idp GetWorkflowServiceItemActionInstanceIdp
    idpReference GetWorkflowServiceItemActionInstanceIdpReference
    input String
    lastAction String
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    messages List<GetWorkflowServiceItemActionInstanceMessage>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    objectType String
    owners List<String>
    parent GetWorkflowServiceItemActionInstanceParent
    permissionResources List<GetWorkflowServiceItemActionInstancePermissionResource>
    resourcelifecycleStatus String
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    selectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInput>
    serviceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    serviceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    serviceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
    serviceRequestInput String
    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.
    startTime String
    The time when the action was started for execution last time.
    status String
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    stopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    tags List<GetWorkflowServiceItemActionInstanceTag>
    user GetWorkflowServiceItemActionInstanceUser
    userIdOrEmail String
    The user identifier who invoked the request to create the service item instance.
    validationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    versionContext GetWorkflowServiceItemActionInstanceVersionContext
    accountMoid string
    The Account ID for this managed object.
    action string
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    actionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    additionalProperties string
    ancestors GetWorkflowServiceItemActionInstanceAncestor[]
    catalogServiceRequests GetWorkflowServiceItemActionInstanceCatalogServiceRequest[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    The time when the action was stopped or completed execution last time.
    id string
    idp GetWorkflowServiceItemActionInstanceIdp
    idpReference GetWorkflowServiceItemActionInstanceIdpReference
    input string
    lastAction string
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    messages GetWorkflowServiceItemActionInstanceMessage[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    objectType string
    owners string[]
    parent GetWorkflowServiceItemActionInstanceParent
    permissionResources GetWorkflowServiceItemActionInstancePermissionResource[]
    resourcelifecycleStatus string
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    selectionCriteriaInputs GetWorkflowServiceItemActionInstanceSelectionCriteriaInput[]
    serviceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    serviceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    serviceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
    serviceRequestInput string
    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.
    startTime string
    The time when the action was started for execution last time.
    status string
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    stopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    tags GetWorkflowServiceItemActionInstanceTag[]
    user GetWorkflowServiceItemActionInstanceUser
    userIdOrEmail string
    The user identifier who invoked the request to create the service item instance.
    validationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    versionContext GetWorkflowServiceItemActionInstanceVersionContext
    account_moid str
    The Account ID for this managed object.
    action str
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    action_workflow_info GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    additional_properties str
    ancestors Sequence[GetWorkflowServiceItemActionInstanceAncestor]
    catalog_service_requests Sequence[GetWorkflowServiceItemActionInstanceCatalogServiceRequest]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    end_time str
    The time when the action was stopped or completed execution last time.
    id str
    idp GetWorkflowServiceItemActionInstanceIdp
    idp_reference GetWorkflowServiceItemActionInstanceIdpReference
    input str
    last_action str
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    messages Sequence[GetWorkflowServiceItemActionInstanceMessage]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    object_type str
    owners Sequence[str]
    parent GetWorkflowServiceItemActionInstanceParent
    permission_resources Sequence[GetWorkflowServiceItemActionInstancePermissionResource]
    resourcelifecycle_status str
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    selection_criteria_inputs Sequence[GetWorkflowServiceItemActionInstanceSelectionCriteriaInput]
    service_item_action_definition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    service_item_definition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    service_item_instance GetWorkflowServiceItemActionInstanceServiceItemInstance
    service_request_input str
    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.
    start_time str
    The time when the action was started for execution last time.
    status str
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    stop_workflow_info GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    tags Sequence[GetWorkflowServiceItemActionInstanceTag]
    user GetWorkflowServiceItemActionInstanceUser
    user_id_or_email str
    The user identifier who invoked the request to create the service item instance.
    validation_workflow_info GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    version_context GetWorkflowServiceItemActionInstanceVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    actionWorkflowInfo Property Map
    additionalProperties String
    ancestors List<Property Map>
    catalogServiceRequests List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time when the action was stopped or completed execution last time.
    id String
    idp Property Map
    idpReference Property Map
    input String
    lastAction String
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    messages List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    resourcelifecycleStatus String
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    selectionCriteriaInputs List<Property Map>
    serviceItemActionDefinition Property Map
    serviceItemDefinition Property Map
    serviceItemInstance Property Map
    serviceRequestInput String
    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.
    startTime String
    The time when the action was started for execution last time.
    status String
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    stopWorkflowInfo Property Map
    tags List<Property Map>
    user Property Map
    userIdOrEmail String
    The user identifier who invoked the request to create the service item instance.
    validationWorkflowInfo Property Map
    versionContext Property Map

    getWorkflowServiceItemActionInstance Result

    The following output properties are available:

    Id string
    Results List<GetWorkflowServiceItemActionInstanceResult>
    AccountMoid string
    Action string
    ActionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    AdditionalProperties string
    Ancestors List<GetWorkflowServiceItemActionInstanceAncestor>
    CatalogServiceRequests List<GetWorkflowServiceItemActionInstanceCatalogServiceRequest>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    EndTime string
    Idp GetWorkflowServiceItemActionInstanceIdp
    IdpReference GetWorkflowServiceItemActionInstanceIdpReference
    Input string
    LastAction string
    Messages List<GetWorkflowServiceItemActionInstanceMessage>
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetWorkflowServiceItemActionInstanceParent
    PermissionResources List<GetWorkflowServiceItemActionInstancePermissionResource>
    ResourcelifecycleStatus string
    SelectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInput>
    ServiceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    ServiceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    ServiceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
    ServiceRequestInput string
    SharedScope string
    StartTime string
    Status string
    StopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    Tags List<GetWorkflowServiceItemActionInstanceTag>
    User GetWorkflowServiceItemActionInstanceUser
    UserIdOrEmail string
    ValidationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    VersionContext GetWorkflowServiceItemActionInstanceVersionContext
    Id string
    Results []GetWorkflowServiceItemActionInstanceResult
    AccountMoid string
    Action string
    ActionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    AdditionalProperties string
    Ancestors []GetWorkflowServiceItemActionInstanceAncestor
    CatalogServiceRequests []GetWorkflowServiceItemActionInstanceCatalogServiceRequest
    ClassId string
    CreateTime string
    DomainGroupMoid string
    EndTime string
    Idp GetWorkflowServiceItemActionInstanceIdp
    IdpReference GetWorkflowServiceItemActionInstanceIdpReference
    Input string
    LastAction string
    Messages []GetWorkflowServiceItemActionInstanceMessage
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetWorkflowServiceItemActionInstanceParent
    PermissionResources []GetWorkflowServiceItemActionInstancePermissionResource
    ResourcelifecycleStatus string
    SelectionCriteriaInputs []GetWorkflowServiceItemActionInstanceSelectionCriteriaInput
    ServiceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    ServiceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    ServiceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
    ServiceRequestInput string
    SharedScope string
    StartTime string
    Status string
    StopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    Tags []GetWorkflowServiceItemActionInstanceTag
    User GetWorkflowServiceItemActionInstanceUser
    UserIdOrEmail string
    ValidationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    VersionContext GetWorkflowServiceItemActionInstanceVersionContext
    id String
    results List<GetWorkflowServiceItemActionInstanceResult>
    accountMoid String
    action String
    actionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    additionalProperties String
    ancestors List<GetWorkflowServiceItemActionInstanceAncestor>
    catalogServiceRequests List<GetWorkflowServiceItemActionInstanceCatalogServiceRequest>
    classId String
    createTime String
    domainGroupMoid String
    endTime String
    idp GetWorkflowServiceItemActionInstanceIdp
    idpReference GetWorkflowServiceItemActionInstanceIdpReference
    input String
    lastAction String
    messages List<GetWorkflowServiceItemActionInstanceMessage>
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetWorkflowServiceItemActionInstanceParent
    permissionResources List<GetWorkflowServiceItemActionInstancePermissionResource>
    resourcelifecycleStatus String
    selectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInput>
    serviceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    serviceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    serviceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
    serviceRequestInput String
    sharedScope String
    startTime String
    status String
    stopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    tags List<GetWorkflowServiceItemActionInstanceTag>
    user GetWorkflowServiceItemActionInstanceUser
    userIdOrEmail String
    validationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    versionContext GetWorkflowServiceItemActionInstanceVersionContext
    id string
    results GetWorkflowServiceItemActionInstanceResult[]
    accountMoid string
    action string
    actionWorkflowInfo GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    additionalProperties string
    ancestors GetWorkflowServiceItemActionInstanceAncestor[]
    catalogServiceRequests GetWorkflowServiceItemActionInstanceCatalogServiceRequest[]
    classId string
    createTime string
    domainGroupMoid string
    endTime string
    idp GetWorkflowServiceItemActionInstanceIdp
    idpReference GetWorkflowServiceItemActionInstanceIdpReference
    input string
    lastAction string
    messages GetWorkflowServiceItemActionInstanceMessage[]
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetWorkflowServiceItemActionInstanceParent
    permissionResources GetWorkflowServiceItemActionInstancePermissionResource[]
    resourcelifecycleStatus string
    selectionCriteriaInputs GetWorkflowServiceItemActionInstanceSelectionCriteriaInput[]
    serviceItemActionDefinition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    serviceItemDefinition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    serviceItemInstance GetWorkflowServiceItemActionInstanceServiceItemInstance
    serviceRequestInput string
    sharedScope string
    startTime string
    status string
    stopWorkflowInfo GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    tags GetWorkflowServiceItemActionInstanceTag[]
    user GetWorkflowServiceItemActionInstanceUser
    userIdOrEmail string
    validationWorkflowInfo GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    versionContext GetWorkflowServiceItemActionInstanceVersionContext
    id str
    results Sequence[GetWorkflowServiceItemActionInstanceResult]
    account_moid str
    action str
    action_workflow_info GetWorkflowServiceItemActionInstanceActionWorkflowInfo
    additional_properties str
    ancestors Sequence[GetWorkflowServiceItemActionInstanceAncestor]
    catalog_service_requests Sequence[GetWorkflowServiceItemActionInstanceCatalogServiceRequest]
    class_id str
    create_time str
    domain_group_moid str
    end_time str
    idp GetWorkflowServiceItemActionInstanceIdp
    idp_reference GetWorkflowServiceItemActionInstanceIdpReference
    input str
    last_action str
    messages Sequence[GetWorkflowServiceItemActionInstanceMessage]
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetWorkflowServiceItemActionInstanceParent
    permission_resources Sequence[GetWorkflowServiceItemActionInstancePermissionResource]
    resourcelifecycle_status str
    selection_criteria_inputs Sequence[GetWorkflowServiceItemActionInstanceSelectionCriteriaInput]
    service_item_action_definition GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
    service_item_definition GetWorkflowServiceItemActionInstanceServiceItemDefinition
    service_item_instance GetWorkflowServiceItemActionInstanceServiceItemInstance
    service_request_input str
    shared_scope str
    start_time str
    status str
    stop_workflow_info GetWorkflowServiceItemActionInstanceStopWorkflowInfo
    tags Sequence[GetWorkflowServiceItemActionInstanceTag]
    user GetWorkflowServiceItemActionInstanceUser
    user_id_or_email str
    validation_workflow_info GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
    version_context GetWorkflowServiceItemActionInstanceVersionContext
    id String
    results List<Property Map>
    accountMoid String
    action String
    actionWorkflowInfo Property Map
    additionalProperties String
    ancestors List<Property Map>
    catalogServiceRequests List<Property Map>
    classId String
    createTime String
    domainGroupMoid String
    endTime String
    idp Property Map
    idpReference Property Map
    input String
    lastAction String
    messages List<Property Map>
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    resourcelifecycleStatus String
    selectionCriteriaInputs List<Property Map>
    serviceItemActionDefinition Property Map
    serviceItemDefinition Property Map
    serviceItemInstance Property Map
    serviceRequestInput String
    sharedScope String
    startTime String
    status String
    stopWorkflowInfo Property Map
    tags List<Property Map>
    user Property Map
    userIdOrEmail String
    validationWorkflowInfo Property Map
    versionContext Property Map

    Supporting Types

    GetWorkflowServiceItemActionInstanceActionWorkflowInfo

    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'.

    GetWorkflowServiceItemActionInstanceAncestor

    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'.

    GetWorkflowServiceItemActionInstanceCatalogServiceRequest

    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'.

    GetWorkflowServiceItemActionInstanceIdp

    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'.

    GetWorkflowServiceItemActionInstanceIdpReference

    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'.

    GetWorkflowServiceItemActionInstanceMessage

    ActionOperation string
    The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.

    • None - No action is set, this is the default value for action field.
    • Validate - Validate the action instance inputs and run the validation workflows.
    • Start - Start a new execution of the action instance.
    • Rerun - Rerun the service item action instance from the beginning.
    • Retry - Retry the workflow that has failed from the failure point.
    • Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
    • Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    CreateTime string
    The time when this managed object was created.
    Message string
    An i18n message which can be localized and conveys status on the action.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Severity string
    The severity of the message such as error, warning, info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    ActionOperation string
    The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.

    • None - No action is set, this is the default value for action field.
    • Validate - Validate the action instance inputs and run the validation workflows.
    • Start - Start a new execution of the action instance.
    • Rerun - Rerun the service item action instance from the beginning.
    • Retry - Retry the workflow that has failed from the failure point.
    • Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
    • Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    CreateTime string
    The time when this managed object was created.
    Message string
    An i18n message which can be localized and conveys status on the action.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Severity string
    The severity of the message such as error, warning, info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    actionOperation String
    The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.

    • None - No action is set, this is the default value for action field.
    • Validate - Validate the action instance inputs and run the validation workflows.
    • Start - Start a new execution of the action instance.
    • Rerun - Rerun the service item action instance from the beginning.
    • Retry - Retry the workflow that has failed from the failure point.
    • Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
    • Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    createTime String
    The time when this managed object was created.
    message String
    An i18n message which can be localized and conveys status on the action.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    severity String
    The severity of the message such as error, warning, info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    actionOperation string
    The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.

    • None - No action is set, this is the default value for action field.
    • Validate - Validate the action instance inputs and run the validation workflows.
    • Start - Start a new execution of the action instance.
    • Rerun - Rerun the service item action instance from the beginning.
    • Retry - Retry the workflow that has failed from the failure point.
    • Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
    • Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    createTime string
    The time when this managed object was created.
    message string
    An i18n message which can be localized and conveys status on the action.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    severity string
    The severity of the message such as error, warning, info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    action_operation str
    The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.

    • None - No action is set, this is the default value for action field.
    • Validate - Validate the action instance inputs and run the validation workflows.
    • Start - Start a new execution of the action instance.
    • Rerun - Rerun the service item action instance from the beginning.
    • Retry - Retry the workflow that has failed from the failure point.
    • Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
    • Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    create_time str
    The time when this managed object was created.
    message str
    An i18n message which can be localized and conveys status on the action.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    severity str
    The severity of the message such as error, warning, info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.
    actionOperation String
    The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.

    • None - No action is set, this is the default value for action field.
    • Validate - Validate the action instance inputs and run the validation workflows.
    • Start - Start a new execution of the action instance.
    • Rerun - Rerun the service item action instance from the beginning.
    • Retry - Retry the workflow that has failed from the failure point.
    • Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
    • Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    createTime String
    The time when this managed object was created.
    message String
    An i18n message which can be localized and conveys status on the action.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    severity String
    The severity of the message such as error, warning, info etc.

    • Info - The enum represents the log level to be used to convey info message.
    • Warning - The enum represents the log level to be used to convey warning message.
    • Debug - The enum represents the log level to be used to convey debug message.
    • Error - The enum represents the log level to be used to convey error message.

    GetWorkflowServiceItemActionInstanceParent

    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'.

    GetWorkflowServiceItemActionInstancePermissionResource

    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'.

    GetWorkflowServiceItemActionInstanceResult

    AccountMoid string
    The Account ID for this managed object.
    Action string
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    ActionWorkflowInfos List<GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo>
    AdditionalProperties string
    Ancestors List<GetWorkflowServiceItemActionInstanceResultAncestor>
    CatalogServiceRequests List<GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time when the action was stopped or completed execution last time.
    IdpReferences List<GetWorkflowServiceItemActionInstanceResultIdpReference>
    Idps List<GetWorkflowServiceItemActionInstanceResultIdp>
    Input string
    LastAction string
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    Messages List<GetWorkflowServiceItemActionInstanceResultMessage>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    ObjectType string
    Owners List<string>
    Parents List<GetWorkflowServiceItemActionInstanceResultParent>
    PermissionResources List<GetWorkflowServiceItemActionInstanceResultPermissionResource>
    ResourcelifecycleStatus string
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    SelectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput>
    ServiceItemActionDefinitions List<GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition>
    ServiceItemDefinitions List<GetWorkflowServiceItemActionInstanceResultServiceItemDefinition>
    ServiceItemInstances List<GetWorkflowServiceItemActionInstanceResultServiceItemInstance>
    ServiceRequestInput string
    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.
    StartTime string
    The time when the action was started for execution last time.
    Status string
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    StopWorkflowInfos List<GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo>
    Tags List<GetWorkflowServiceItemActionInstanceResultTag>
    UserIdOrEmail string
    The user identifier who invoked the request to create the service item instance.
    Users List<GetWorkflowServiceItemActionInstanceResultUser>
    ValidationWorkflowInfos List<GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo>
    VersionContexts List<GetWorkflowServiceItemActionInstanceResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    ActionWorkflowInfos []GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo
    AdditionalProperties string
    Ancestors []GetWorkflowServiceItemActionInstanceResultAncestor
    CatalogServiceRequests []GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndTime string
    The time when the action was stopped or completed execution last time.
    IdpReferences []GetWorkflowServiceItemActionInstanceResultIdpReference
    Idps []GetWorkflowServiceItemActionInstanceResultIdp
    Input string
    LastAction string
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    Messages []GetWorkflowServiceItemActionInstanceResultMessage
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    ObjectType string
    Owners []string
    Parents []GetWorkflowServiceItemActionInstanceResultParent
    PermissionResources []GetWorkflowServiceItemActionInstanceResultPermissionResource
    ResourcelifecycleStatus string
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    SelectionCriteriaInputs []GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput
    ServiceItemActionDefinitions []GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition
    ServiceItemDefinitions []GetWorkflowServiceItemActionInstanceResultServiceItemDefinition
    ServiceItemInstances []GetWorkflowServiceItemActionInstanceResultServiceItemInstance
    ServiceRequestInput string
    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.
    StartTime string
    The time when the action was started for execution last time.
    Status string
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    StopWorkflowInfos []GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo
    Tags []GetWorkflowServiceItemActionInstanceResultTag
    UserIdOrEmail string
    The user identifier who invoked the request to create the service item instance.
    Users []GetWorkflowServiceItemActionInstanceResultUser
    ValidationWorkflowInfos []GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo
    VersionContexts []GetWorkflowServiceItemActionInstanceResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    action String
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    actionWorkflowInfos List<GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo>
    additionalProperties String
    ancestors List<GetWorkflowServiceItemActionInstanceResultAncestor>
    catalogServiceRequests List<GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time when the action was stopped or completed execution last time.
    idpReferences List<GetWorkflowServiceItemActionInstanceResultIdpReference>
    idps List<GetWorkflowServiceItemActionInstanceResultIdp>
    input String
    lastAction String
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    messages List<GetWorkflowServiceItemActionInstanceResultMessage>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    objectType String
    owners List<String>
    parents List<GetWorkflowServiceItemActionInstanceResultParent>
    permissionResources List<GetWorkflowServiceItemActionInstanceResultPermissionResource>
    resourcelifecycleStatus String
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    selectionCriteriaInputs List<GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput>
    serviceItemActionDefinitions List<GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition>
    serviceItemDefinitions List<GetWorkflowServiceItemActionInstanceResultServiceItemDefinition>
    serviceItemInstances List<GetWorkflowServiceItemActionInstanceResultServiceItemInstance>
    serviceRequestInput String
    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.
    startTime String
    The time when the action was started for execution last time.
    status String
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    stopWorkflowInfos List<GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo>
    tags List<GetWorkflowServiceItemActionInstanceResultTag>
    userIdOrEmail String
    The user identifier who invoked the request to create the service item instance.
    users List<GetWorkflowServiceItemActionInstanceResultUser>
    validationWorkflowInfos List<GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo>
    versionContexts List<GetWorkflowServiceItemActionInstanceResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    action string
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    actionWorkflowInfos GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo[]
    additionalProperties string
    ancestors GetWorkflowServiceItemActionInstanceResultAncestor[]
    catalogServiceRequests GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endTime string
    The time when the action was stopped or completed execution last time.
    idpReferences GetWorkflowServiceItemActionInstanceResultIdpReference[]
    idps GetWorkflowServiceItemActionInstanceResultIdp[]
    input string
    lastAction string
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    messages GetWorkflowServiceItemActionInstanceResultMessage[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    objectType string
    owners string[]
    parents GetWorkflowServiceItemActionInstanceResultParent[]
    permissionResources GetWorkflowServiceItemActionInstanceResultPermissionResource[]
    resourcelifecycleStatus string
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    selectionCriteriaInputs GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput[]
    serviceItemActionDefinitions GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition[]
    serviceItemDefinitions GetWorkflowServiceItemActionInstanceResultServiceItemDefinition[]
    serviceItemInstances GetWorkflowServiceItemActionInstanceResultServiceItemInstance[]
    serviceRequestInput string
    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.
    startTime string
    The time when the action was started for execution last time.
    status string
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    stopWorkflowInfos GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo[]
    tags GetWorkflowServiceItemActionInstanceResultTag[]
    userIdOrEmail string
    The user identifier who invoked the request to create the service item instance.
    users GetWorkflowServiceItemActionInstanceResultUser[]
    validationWorkflowInfos GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo[]
    versionContexts GetWorkflowServiceItemActionInstanceResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    action str
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    action_workflow_infos Sequence[GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo]
    additional_properties str
    ancestors Sequence[GetWorkflowServiceItemActionInstanceResultAncestor]
    catalog_service_requests Sequence[GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    end_time str
    The time when the action was stopped or completed execution last time.
    idp_references Sequence[GetWorkflowServiceItemActionInstanceResultIdpReference]
    idps Sequence[GetWorkflowServiceItemActionInstanceResultIdp]
    input str
    last_action str
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    messages Sequence[GetWorkflowServiceItemActionInstanceResultMessage]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    object_type str
    owners Sequence[str]
    parents Sequence[GetWorkflowServiceItemActionInstanceResultParent]
    permission_resources Sequence[GetWorkflowServiceItemActionInstanceResultPermissionResource]
    resourcelifecycle_status str
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    selection_criteria_inputs Sequence[GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput]
    service_item_action_definitions Sequence[GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition]
    service_item_definitions Sequence[GetWorkflowServiceItemActionInstanceResultServiceItemDefinition]
    service_item_instances Sequence[GetWorkflowServiceItemActionInstanceResultServiceItemInstance]
    service_request_input str
    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.
    start_time str
    The time when the action was started for execution last time.
    status str
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    stop_workflow_infos Sequence[GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo]
    tags Sequence[GetWorkflowServiceItemActionInstanceResultTag]
    user_id_or_email str
    The user identifier who invoked the request to create the service item instance.
    users Sequence[GetWorkflowServiceItemActionInstanceResultUser]
    validation_workflow_infos Sequence[GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo]
    version_contexts Sequence[GetWorkflowServiceItemActionInstanceResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    action String
    Name of the action that needs to be performed on the service item instance.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    actionWorkflowInfos List<Property Map>
    additionalProperties String
    ancestors List<Property Map>
    catalogServiceRequests List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endTime String
    The time when the action was stopped or completed execution last time.
    idpReferences List<Property Map>
    idps List<Property Map>
    input String
    lastAction String
    The last action that was issued on the action definition workflows is saved in this property.* None - No action is set, this is the default value for action field.* Validate - Validate the action instance inputs and run the validation workflows.* Start - Start a new execution of the action instance.* Rerun - Rerun the service item action instance from the beginning.* Retry - Retry the workflow that has failed from the failure point.* Cancel - Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.* Stop - Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
    messages List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    resourcelifecycleStatus String
    Lifecycle state of service item instance.* Creating - The service item is not yet created and creation action is in progress.* Created - The service item is created.* Decommissioning - The service item is not yet decommissioned and decommission action is in progress.* Decommissioned - The service item is decommisioned.* Deleting - The service item is not yet deleted and deletion action is in progress.* Deleted - The service item is deleted.* Failed - The service item action is failed to perform the operation.
    selectionCriteriaInputs List<Property Map>
    serviceItemActionDefinitions List<Property Map>
    serviceItemDefinitions List<Property Map>
    serviceItemInstances List<Property Map>
    serviceRequestInput String
    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.
    startTime String
    The time when the action was started for execution last time.
    status String
    State of the service item action instance.* NotStarted - An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.* Validating - A validate action has been triggered on the action and until it completes the start action cannot be issued.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The action on the service item instance failed and can be retried.* Completed - The action on the service item instance completed successfully.* Stopping - The stop action is running on the action instance.* Stopped - The action on the service item instance has stopped.
    stopWorkflowInfos List<Property Map>
    tags List<Property Map>
    userIdOrEmail String
    The user identifier who invoked the request to create the service item instance.
    users List<Property Map>
    validationWorkflowInfos List<Property Map>
    versionContexts List<Property Map>

    GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo

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

    GetWorkflowServiceItemActionInstanceResultAncestor

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

    GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest

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

    GetWorkflowServiceItemActionInstanceResultIdp

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

    GetWorkflowServiceItemActionInstanceResultIdpReference

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

    GetWorkflowServiceItemActionInstanceResultMessage

    ActionOperation string
    AdditionalProperties string
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Message string
    ObjectType string
    Severity string
    ActionOperation string
    AdditionalProperties string
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Message string
    ObjectType string
    Severity string
    actionOperation String
    additionalProperties String
    classId String
    createTime String
    The time when this managed object was created.
    message String
    objectType String
    severity String
    actionOperation string
    additionalProperties string
    classId string
    createTime string
    The time when this managed object was created.
    message string
    objectType string
    severity string
    action_operation str
    additional_properties str
    class_id str
    create_time str
    The time when this managed object was created.
    message str
    object_type str
    severity str
    actionOperation String
    additionalProperties String
    classId String
    createTime String
    The time when this managed object was created.
    message String
    objectType String
    severity String

    GetWorkflowServiceItemActionInstanceResultParent

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

    GetWorkflowServiceItemActionInstanceResultPermissionResource

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

    GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput

    GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition

    GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition

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

    GetWorkflowServiceItemActionInstanceResultServiceItemDefinition

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

    GetWorkflowServiceItemActionInstanceResultServiceItemInstance

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

    GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo

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

    GetWorkflowServiceItemActionInstanceResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetWorkflowServiceItemActionInstanceResultUser

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

    GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo

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

    GetWorkflowServiceItemActionInstanceResultVersionContext

    GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo

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

    GetWorkflowServiceItemActionInstanceResultVersionContextRefMo

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

    GetWorkflowServiceItemActionInstanceSelectionCriteriaInput

    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.
    FilterConditions List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition>
    InputName string
    Name of the Policy Input.
    InputValue string
    The value extracted from the filter conditions.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    FilterConditions []GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition
    InputName string
    Name of the Policy Input.
    InputValue string
    The value extracted from the filter conditions.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    filterConditions List<GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition>
    inputName String
    Name of the Policy Input.
    inputValue String
    The value extracted from the filter conditions.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    filterConditions GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition[]
    inputName string
    Name of the Policy Input.
    inputValue string
    The value extracted from the filter conditions.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    filter_conditions Sequence[GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition]
    input_name str
    Name of the Policy Input.
    input_value str
    The value extracted from the filter conditions.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    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.
    filterConditions List<Property Map>
    inputName String
    Name of the Policy Input.
    inputValue String
    The value extracted from the filter conditions.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition

    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Selector string
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Selector string
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    selector String
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    selector string
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    selector str
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    selector String
    ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).

    GetWorkflowServiceItemActionInstanceServiceItemActionDefinition

    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'.

    GetWorkflowServiceItemActionInstanceServiceItemDefinition

    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'.

    GetWorkflowServiceItemActionInstanceServiceItemInstance

    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'.

    GetWorkflowServiceItemActionInstanceStopWorkflowInfo

    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'.

    GetWorkflowServiceItemActionInstanceTag

    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.

    GetWorkflowServiceItemActionInstanceUser

    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'.

    GetWorkflowServiceItemActionInstanceValidationWorkflowInfo

    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'.

    GetWorkflowServiceItemActionInstanceVersionContext

    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<GetWorkflowServiceItemActionInstanceVersionContextInterestedMo>
    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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
    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 []GetWorkflowServiceItemActionInstanceVersionContextInterestedMo
    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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
    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<GetWorkflowServiceItemActionInstanceVersionContextInterestedMo>
    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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
    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 GetWorkflowServiceItemActionInstanceVersionContextInterestedMo[]
    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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
    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[GetWorkflowServiceItemActionInstanceVersionContextInterestedMo]
    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 GetWorkflowServiceItemActionInstanceVersionContextRefMo
    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.

    GetWorkflowServiceItemActionInstanceVersionContextInterestedMo

    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'.

    GetWorkflowServiceItemActionInstanceVersionContextRefMo

    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.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet