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

intersight.getWorkflowServiceItemInstance

Explore with Pulumi AI

Service item instance is one instance of a service item based on a service item definition.

Using getWorkflowServiceItemInstance

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 getWorkflowServiceItemInstance(args: GetWorkflowServiceItemInstanceArgs, opts?: InvokeOptions): Promise<GetWorkflowServiceItemInstanceResult>
function getWorkflowServiceItemInstanceOutput(args: GetWorkflowServiceItemInstanceOutputArgs, opts?: InvokeOptions): Output<GetWorkflowServiceItemInstanceResult>
Copy
def get_workflow_service_item_instance(account_moid: Optional[str] = None,
                                       additional_properties: Optional[str] = None,
                                       ancestors: Optional[Sequence[GetWorkflowServiceItemInstanceAncestor]] = None,
                                       catalog_service_requests: Optional[Sequence[GetWorkflowServiceItemInstanceCatalogServiceRequest]] = None,
                                       class_id: Optional[str] = None,
                                       create_time: Optional[str] = None,
                                       description: Optional[str] = None,
                                       domain_group_moid: Optional[str] = None,
                                       id: Optional[str] = None,
                                       idp: Optional[GetWorkflowServiceItemInstanceIdp] = None,
                                       idp_reference: Optional[GetWorkflowServiceItemInstanceIdpReference] = None,
                                       label: Optional[str] = None,
                                       last_status: Optional[str] = None,
                                       migration_histories: Optional[Sequence[GetWorkflowServiceItemInstanceMigrationHistory]] = None,
                                       mod_time: Optional[str] = None,
                                       moid: Optional[str] = None,
                                       name: Optional[str] = None,
                                       object_type: Optional[str] = None,
                                       organization: Optional[GetWorkflowServiceItemInstanceOrganization] = None,
                                       owners: Optional[Sequence[str]] = None,
                                       parent: Optional[GetWorkflowServiceItemInstanceParent] = None,
                                       permission_resources: Optional[Sequence[GetWorkflowServiceItemInstancePermissionResource]] = None,
                                       resourcelifecycle_status: Optional[str] = None,
                                       service_item_definition: Optional[GetWorkflowServiceItemInstanceServiceItemDefinition] = None,
                                       shared_scope: Optional[str] = None,
                                       status: Optional[str] = None,
                                       tags: Optional[Sequence[GetWorkflowServiceItemInstanceTag]] = None,
                                       user: Optional[GetWorkflowServiceItemInstanceUser] = None,
                                       user_id_or_email: Optional[str] = None,
                                       version_context: Optional[GetWorkflowServiceItemInstanceVersionContext] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetWorkflowServiceItemInstanceResult
def get_workflow_service_item_instance_output(account_moid: Optional[pulumi.Input[str]] = None,
                                       additional_properties: Optional[pulumi.Input[str]] = None,
                                       ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemInstanceAncestorArgs]]]] = None,
                                       catalog_service_requests: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemInstanceCatalogServiceRequestArgs]]]] = None,
                                       class_id: Optional[pulumi.Input[str]] = None,
                                       create_time: Optional[pulumi.Input[str]] = None,
                                       description: Optional[pulumi.Input[str]] = None,
                                       domain_group_moid: Optional[pulumi.Input[str]] = None,
                                       id: Optional[pulumi.Input[str]] = None,
                                       idp: Optional[pulumi.Input[GetWorkflowServiceItemInstanceIdpArgs]] = None,
                                       idp_reference: Optional[pulumi.Input[GetWorkflowServiceItemInstanceIdpReferenceArgs]] = None,
                                       label: Optional[pulumi.Input[str]] = None,
                                       last_status: Optional[pulumi.Input[str]] = None,
                                       migration_histories: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemInstanceMigrationHistoryArgs]]]] = 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,
                                       organization: Optional[pulumi.Input[GetWorkflowServiceItemInstanceOrganizationArgs]] = None,
                                       owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                       parent: Optional[pulumi.Input[GetWorkflowServiceItemInstanceParentArgs]] = None,
                                       permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemInstancePermissionResourceArgs]]]] = None,
                                       resourcelifecycle_status: Optional[pulumi.Input[str]] = None,
                                       service_item_definition: Optional[pulumi.Input[GetWorkflowServiceItemInstanceServiceItemDefinitionArgs]] = None,
                                       shared_scope: Optional[pulumi.Input[str]] = None,
                                       status: Optional[pulumi.Input[str]] = None,
                                       tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemInstanceTagArgs]]]] = None,
                                       user: Optional[pulumi.Input[GetWorkflowServiceItemInstanceUserArgs]] = None,
                                       user_id_or_email: Optional[pulumi.Input[str]] = None,
                                       version_context: Optional[pulumi.Input[GetWorkflowServiceItemInstanceVersionContextArgs]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowServiceItemInstanceResult]
Copy
func LookupWorkflowServiceItemInstance(ctx *Context, args *LookupWorkflowServiceItemInstanceArgs, opts ...InvokeOption) (*LookupWorkflowServiceItemInstanceResult, error)
func LookupWorkflowServiceItemInstanceOutput(ctx *Context, args *LookupWorkflowServiceItemInstanceOutputArgs, opts ...InvokeOption) LookupWorkflowServiceItemInstanceResultOutput
Copy

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

public static class GetWorkflowServiceItemInstance 
{
    public static Task<GetWorkflowServiceItemInstanceResult> InvokeAsync(GetWorkflowServiceItemInstanceArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowServiceItemInstanceResult> Invoke(GetWorkflowServiceItemInstanceInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWorkflowServiceItemInstanceResult> getWorkflowServiceItemInstance(GetWorkflowServiceItemInstanceArgs args, InvokeOptions options)
public static Output<GetWorkflowServiceItemInstanceResult> getWorkflowServiceItemInstance(GetWorkflowServiceItemInstanceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getWorkflowServiceItemInstance:getWorkflowServiceItemInstance
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetWorkflowServiceItemInstanceAncestor>
CatalogServiceRequests List<GetWorkflowServiceItemInstanceCatalogServiceRequest>
ClassId string
CreateTime string
The time when this managed object was created.
Description string
The description for this service item instance.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
Idp GetWorkflowServiceItemInstanceIdp
IdpReference GetWorkflowServiceItemInstanceIdpReference
Label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
LastStatus string
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
MigrationHistories List<GetWorkflowServiceItemInstanceMigrationHistory>
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
ObjectType string
Organization GetWorkflowServiceItemInstanceOrganization
Owners List<string>
Parent GetWorkflowServiceItemInstanceParent
PermissionResources List<GetWorkflowServiceItemInstancePermissionResource>
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.
ServiceItemDefinition GetWorkflowServiceItemInstanceServiceItemDefinition
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status string
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
Tags List<GetWorkflowServiceItemInstanceTag>
User GetWorkflowServiceItemInstanceUser
UserIdOrEmail string
The user identifier which indicates the user that started this workflow.
VersionContext GetWorkflowServiceItemInstanceVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetWorkflowServiceItemInstanceAncestor
CatalogServiceRequests []GetWorkflowServiceItemInstanceCatalogServiceRequest
ClassId string
CreateTime string
The time when this managed object was created.
Description string
The description for this service item instance.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
Idp GetWorkflowServiceItemInstanceIdp
IdpReference GetWorkflowServiceItemInstanceIdpReference
Label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
LastStatus string
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
MigrationHistories []GetWorkflowServiceItemInstanceMigrationHistory
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
ObjectType string
Organization GetWorkflowServiceItemInstanceOrganization
Owners []string
Parent GetWorkflowServiceItemInstanceParent
PermissionResources []GetWorkflowServiceItemInstancePermissionResource
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.
ServiceItemDefinition GetWorkflowServiceItemInstanceServiceItemDefinition
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status string
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
Tags []GetWorkflowServiceItemInstanceTag
User GetWorkflowServiceItemInstanceUser
UserIdOrEmail string
The user identifier which indicates the user that started this workflow.
VersionContext GetWorkflowServiceItemInstanceVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetWorkflowServiceItemInstanceAncestor>
catalogServiceRequests List<GetWorkflowServiceItemInstanceCatalogServiceRequest>
classId String
createTime String
The time when this managed object was created.
description String
The description for this service item instance.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
idp GetWorkflowServiceItemInstanceIdp
idpReference GetWorkflowServiceItemInstanceIdpReference
label String
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus String
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories List<GetWorkflowServiceItemInstanceMigrationHistory>
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType String
organization GetWorkflowServiceItemInstanceOrganization
owners List<String>
parent GetWorkflowServiceItemInstanceParent
permissionResources List<GetWorkflowServiceItemInstancePermissionResource>
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.
serviceItemDefinition GetWorkflowServiceItemInstanceServiceItemDefinition
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status String
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags List<GetWorkflowServiceItemInstanceTag>
user GetWorkflowServiceItemInstanceUser
userIdOrEmail String
The user identifier which indicates the user that started this workflow.
versionContext GetWorkflowServiceItemInstanceVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetWorkflowServiceItemInstanceAncestor[]
catalogServiceRequests GetWorkflowServiceItemInstanceCatalogServiceRequest[]
classId string
createTime string
The time when this managed object was created.
description string
The description for this service item instance.
domainGroupMoid string
The DomainGroup ID for this managed object.
id string
idp GetWorkflowServiceItemInstanceIdp
idpReference GetWorkflowServiceItemInstanceIdpReference
label string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus string
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories GetWorkflowServiceItemInstanceMigrationHistory[]
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType string
organization GetWorkflowServiceItemInstanceOrganization
owners string[]
parent GetWorkflowServiceItemInstanceParent
permissionResources GetWorkflowServiceItemInstancePermissionResource[]
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.
serviceItemDefinition GetWorkflowServiceItemInstanceServiceItemDefinition
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status string
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags GetWorkflowServiceItemInstanceTag[]
user GetWorkflowServiceItemInstanceUser
userIdOrEmail string
The user identifier which indicates the user that started this workflow.
versionContext GetWorkflowServiceItemInstanceVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetWorkflowServiceItemInstanceAncestor]
catalog_service_requests Sequence[GetWorkflowServiceItemInstanceCatalogServiceRequest]
class_id str
create_time str
The time when this managed object was created.
description str
The description for this service item instance.
domain_group_moid str
The DomainGroup ID for this managed object.
id str
idp GetWorkflowServiceItemInstanceIdp
idp_reference GetWorkflowServiceItemInstanceIdpReference
label str
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
last_status str
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migration_histories Sequence[GetWorkflowServiceItemInstanceMigrationHistory]
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
object_type str
organization GetWorkflowServiceItemInstanceOrganization
owners Sequence[str]
parent GetWorkflowServiceItemInstanceParent
permission_resources Sequence[GetWorkflowServiceItemInstancePermissionResource]
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.
service_item_definition GetWorkflowServiceItemInstanceServiceItemDefinition
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status str
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags Sequence[GetWorkflowServiceItemInstanceTag]
user GetWorkflowServiceItemInstanceUser
user_id_or_email str
The user identifier which indicates the user that started this workflow.
version_context GetWorkflowServiceItemInstanceVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
catalogServiceRequests List<Property Map>
classId String
createTime String
The time when this managed object was created.
description String
The description for this service item instance.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
idp Property Map
idpReference Property Map
label String
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus String
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories 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
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType String
organization Property Map
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.
serviceItemDefinition Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status String
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags List<Property Map>
user Property Map
userIdOrEmail String
The user identifier which indicates the user that started this workflow.
versionContext Property Map

getWorkflowServiceItemInstance Result

The following output properties are available:

Id string
Results List<GetWorkflowServiceItemInstanceResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetWorkflowServiceItemInstanceAncestor>
CatalogServiceRequests List<GetWorkflowServiceItemInstanceCatalogServiceRequest>
ClassId string
CreateTime string
Description string
DomainGroupMoid string
Idp GetWorkflowServiceItemInstanceIdp
IdpReference GetWorkflowServiceItemInstanceIdpReference
Label string
LastStatus string
MigrationHistories List<GetWorkflowServiceItemInstanceMigrationHistory>
ModTime string
Moid string
Name string
ObjectType string
Organization GetWorkflowServiceItemInstanceOrganization
Owners List<string>
Parent GetWorkflowServiceItemInstanceParent
PermissionResources List<GetWorkflowServiceItemInstancePermissionResource>
ResourcelifecycleStatus string
ServiceItemDefinition GetWorkflowServiceItemInstanceServiceItemDefinition
SharedScope string
Status string
Tags List<GetWorkflowServiceItemInstanceTag>
User GetWorkflowServiceItemInstanceUser
UserIdOrEmail string
VersionContext GetWorkflowServiceItemInstanceVersionContext
Id string
Results []GetWorkflowServiceItemInstanceResult
AccountMoid string
AdditionalProperties string
Ancestors []GetWorkflowServiceItemInstanceAncestor
CatalogServiceRequests []GetWorkflowServiceItemInstanceCatalogServiceRequest
ClassId string
CreateTime string
Description string
DomainGroupMoid string
Idp GetWorkflowServiceItemInstanceIdp
IdpReference GetWorkflowServiceItemInstanceIdpReference
Label string
LastStatus string
MigrationHistories []GetWorkflowServiceItemInstanceMigrationHistory
ModTime string
Moid string
Name string
ObjectType string
Organization GetWorkflowServiceItemInstanceOrganization
Owners []string
Parent GetWorkflowServiceItemInstanceParent
PermissionResources []GetWorkflowServiceItemInstancePermissionResource
ResourcelifecycleStatus string
ServiceItemDefinition GetWorkflowServiceItemInstanceServiceItemDefinition
SharedScope string
Status string
Tags []GetWorkflowServiceItemInstanceTag
User GetWorkflowServiceItemInstanceUser
UserIdOrEmail string
VersionContext GetWorkflowServiceItemInstanceVersionContext
id String
results List<GetWorkflowServiceItemInstanceResult>
accountMoid String
additionalProperties String
ancestors List<GetWorkflowServiceItemInstanceAncestor>
catalogServiceRequests List<GetWorkflowServiceItemInstanceCatalogServiceRequest>
classId String
createTime String
description String
domainGroupMoid String
idp GetWorkflowServiceItemInstanceIdp
idpReference GetWorkflowServiceItemInstanceIdpReference
label String
lastStatus String
migrationHistories List<GetWorkflowServiceItemInstanceMigrationHistory>
modTime String
moid String
name String
objectType String
organization GetWorkflowServiceItemInstanceOrganization
owners List<String>
parent GetWorkflowServiceItemInstanceParent
permissionResources List<GetWorkflowServiceItemInstancePermissionResource>
resourcelifecycleStatus String
serviceItemDefinition GetWorkflowServiceItemInstanceServiceItemDefinition
sharedScope String
status String
tags List<GetWorkflowServiceItemInstanceTag>
user GetWorkflowServiceItemInstanceUser
userIdOrEmail String
versionContext GetWorkflowServiceItemInstanceVersionContext
id str
results Sequence[GetWorkflowServiceItemInstanceResult]
account_moid str
additional_properties str
ancestors Sequence[GetWorkflowServiceItemInstanceAncestor]
catalog_service_requests Sequence[GetWorkflowServiceItemInstanceCatalogServiceRequest]
class_id str
create_time str
description str
domain_group_moid str
idp GetWorkflowServiceItemInstanceIdp
idp_reference GetWorkflowServiceItemInstanceIdpReference
label str
last_status str
migration_histories Sequence[GetWorkflowServiceItemInstanceMigrationHistory]
mod_time str
moid str
name str
object_type str
organization GetWorkflowServiceItemInstanceOrganization
owners Sequence[str]
parent GetWorkflowServiceItemInstanceParent
permission_resources Sequence[GetWorkflowServiceItemInstancePermissionResource]
resourcelifecycle_status str
service_item_definition GetWorkflowServiceItemInstanceServiceItemDefinition
shared_scope str
status str
tags Sequence[GetWorkflowServiceItemInstanceTag]
user GetWorkflowServiceItemInstanceUser
user_id_or_email str
version_context GetWorkflowServiceItemInstanceVersionContext

Supporting Types

GetWorkflowServiceItemInstanceAncestor

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

GetWorkflowServiceItemInstanceCatalogServiceRequest

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

GetWorkflowServiceItemInstanceIdp

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

GetWorkflowServiceItemInstanceIdpReference

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

GetWorkflowServiceItemInstanceMigrationHistory

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.
Destination GetWorkflowServiceItemInstanceMigrationHistoryDestination
Destination version of the migration.
MigrationActionInstance GetWorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance
The migration action instance.
NrSource GetWorkflowServiceItemInstanceMigrationHistoryNrSource
Source version of the migration.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Timestamp string
The time when the migration was performed.
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.
Destination GetWorkflowServiceItemInstanceMigrationHistoryDestination
Destination version of the migration.
MigrationActionInstance GetWorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance
The migration action instance.
NrSource GetWorkflowServiceItemInstanceMigrationHistoryNrSource
Source version of the migration.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Timestamp string
The time when the migration was performed.
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.
destination GetWorkflowServiceItemInstanceMigrationHistoryDestination
Destination version of the migration.
migrationActionInstance GetWorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance
The migration action instance.
nrSource GetWorkflowServiceItemInstanceMigrationHistoryNrSource
Source version of the migration.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
timestamp String
The time when the migration was performed.
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.
destination GetWorkflowServiceItemInstanceMigrationHistoryDestination
Destination version of the migration.
migrationActionInstance GetWorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance
The migration action instance.
nrSource GetWorkflowServiceItemInstanceMigrationHistoryNrSource
Source version of the migration.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
timestamp string
The time when the migration was performed.
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.
destination GetWorkflowServiceItemInstanceMigrationHistoryDestination
Destination version of the migration.
migration_action_instance GetWorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance
The migration action instance.
nr_source GetWorkflowServiceItemInstanceMigrationHistoryNrSource
Source version of the migration.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
timestamp str
The time when the migration was performed.
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.
destination Property Map
Destination version of the migration.
migrationActionInstance Property Map
The migration action instance.
nrSource Property Map
Source version of the migration.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
timestamp String
The time when the migration was performed.

GetWorkflowServiceItemInstanceMigrationHistoryDestination

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

GetWorkflowServiceItemInstanceMigrationHistoryMigrationActionInstance

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

GetWorkflowServiceItemInstanceMigrationHistoryNrSource

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

GetWorkflowServiceItemInstanceOrganization

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

GetWorkflowServiceItemInstanceParent

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

GetWorkflowServiceItemInstancePermissionResource

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

GetWorkflowServiceItemInstanceResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetWorkflowServiceItemInstanceResultAncestor>
CatalogServiceRequests This property is required. List<GetWorkflowServiceItemInstanceResultCatalogServiceRequest>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
The description for this service item instance.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
IdpReferences This property is required. List<GetWorkflowServiceItemInstanceResultIdpReference>
Idps This property is required. List<GetWorkflowServiceItemInstanceResultIdp>
Label This property is required. string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
LastStatus This property is required. string
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
MigrationHistories This property is required. List<GetWorkflowServiceItemInstanceResultMigrationHistory>
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
ObjectType This property is required. string
Organizations This property is required. List<GetWorkflowServiceItemInstanceResultOrganization>
Owners This property is required. List<string>
Parents This property is required. List<GetWorkflowServiceItemInstanceResultParent>
PermissionResources This property is required. List<GetWorkflowServiceItemInstanceResultPermissionResource>
ResourcelifecycleStatus This property is required. 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.
ServiceItemDefinitions This property is required. List<GetWorkflowServiceItemInstanceResultServiceItemDefinition>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. string
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
Tags This property is required. List<GetWorkflowServiceItemInstanceResultTag>
UserIdOrEmail This property is required. string
The user identifier which indicates the user that started this workflow.
Users This property is required. List<GetWorkflowServiceItemInstanceResultUser>
VersionContexts This property is required. List<GetWorkflowServiceItemInstanceResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetWorkflowServiceItemInstanceResultAncestor
CatalogServiceRequests This property is required. []GetWorkflowServiceItemInstanceResultCatalogServiceRequest
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
The description for this service item instance.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
IdpReferences This property is required. []GetWorkflowServiceItemInstanceResultIdpReference
Idps This property is required. []GetWorkflowServiceItemInstanceResultIdp
Label This property is required. string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
LastStatus This property is required. string
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
MigrationHistories This property is required. []GetWorkflowServiceItemInstanceResultMigrationHistory
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
ObjectType This property is required. string
Organizations This property is required. []GetWorkflowServiceItemInstanceResultOrganization
Owners This property is required. []string
Parents This property is required. []GetWorkflowServiceItemInstanceResultParent
PermissionResources This property is required. []GetWorkflowServiceItemInstanceResultPermissionResource
ResourcelifecycleStatus This property is required. 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.
ServiceItemDefinitions This property is required. []GetWorkflowServiceItemInstanceResultServiceItemDefinition
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. string
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
Tags This property is required. []GetWorkflowServiceItemInstanceResultTag
UserIdOrEmail This property is required. string
The user identifier which indicates the user that started this workflow.
Users This property is required. []GetWorkflowServiceItemInstanceResultUser
VersionContexts This property is required. []GetWorkflowServiceItemInstanceResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetWorkflowServiceItemInstanceResultAncestor>
catalogServiceRequests This property is required. List<GetWorkflowServiceItemInstanceResultCatalogServiceRequest>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
The description for this service item instance.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
idpReferences This property is required. List<GetWorkflowServiceItemInstanceResultIdpReference>
idps This property is required. List<GetWorkflowServiceItemInstanceResultIdp>
label This property is required. String
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus This property is required. String
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories This property is required. List<GetWorkflowServiceItemInstanceResultMigrationHistory>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType This property is required. String
organizations This property is required. List<GetWorkflowServiceItemInstanceResultOrganization>
owners This property is required. List<String>
parents This property is required. List<GetWorkflowServiceItemInstanceResultParent>
permissionResources This property is required. List<GetWorkflowServiceItemInstanceResultPermissionResource>
resourcelifecycleStatus This property is required. 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.
serviceItemDefinitions This property is required. List<GetWorkflowServiceItemInstanceResultServiceItemDefinition>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. String
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags This property is required. List<GetWorkflowServiceItemInstanceResultTag>
userIdOrEmail This property is required. String
The user identifier which indicates the user that started this workflow.
users This property is required. List<GetWorkflowServiceItemInstanceResultUser>
versionContexts This property is required. List<GetWorkflowServiceItemInstanceResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetWorkflowServiceItemInstanceResultAncestor[]
catalogServiceRequests This property is required. GetWorkflowServiceItemInstanceResultCatalogServiceRequest[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
description This property is required. string
The description for this service item instance.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
idpReferences This property is required. GetWorkflowServiceItemInstanceResultIdpReference[]
idps This property is required. GetWorkflowServiceItemInstanceResultIdp[]
label This property is required. string
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus This property is required. string
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories This property is required. GetWorkflowServiceItemInstanceResultMigrationHistory[]
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType This property is required. string
organizations This property is required. GetWorkflowServiceItemInstanceResultOrganization[]
owners This property is required. string[]
parents This property is required. GetWorkflowServiceItemInstanceResultParent[]
permissionResources This property is required. GetWorkflowServiceItemInstanceResultPermissionResource[]
resourcelifecycleStatus This property is required. 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.
serviceItemDefinitions This property is required. GetWorkflowServiceItemInstanceResultServiceItemDefinition[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. string
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags This property is required. GetWorkflowServiceItemInstanceResultTag[]
userIdOrEmail This property is required. string
The user identifier which indicates the user that started this workflow.
users This property is required. GetWorkflowServiceItemInstanceResultUser[]
versionContexts This property is required. GetWorkflowServiceItemInstanceResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetWorkflowServiceItemInstanceResultAncestor]
catalog_service_requests This property is required. Sequence[GetWorkflowServiceItemInstanceResultCatalogServiceRequest]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
description This property is required. str
The description for this service item instance.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
idp_references This property is required. Sequence[GetWorkflowServiceItemInstanceResultIdpReference]
idps This property is required. Sequence[GetWorkflowServiceItemInstanceResultIdp]
label This property is required. str
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
last_status This property is required. str
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migration_histories This property is required. Sequence[GetWorkflowServiceItemInstanceResultMigrationHistory]
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
object_type This property is required. str
organizations This property is required. Sequence[GetWorkflowServiceItemInstanceResultOrganization]
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetWorkflowServiceItemInstanceResultParent]
permission_resources This property is required. Sequence[GetWorkflowServiceItemInstanceResultPermissionResource]
resourcelifecycle_status This property is required. 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.
service_item_definitions This property is required. Sequence[GetWorkflowServiceItemInstanceResultServiceItemDefinition]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. str
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags This property is required. Sequence[GetWorkflowServiceItemInstanceResultTag]
user_id_or_email This property is required. str
The user identifier which indicates the user that started this workflow.
users This property is required. Sequence[GetWorkflowServiceItemInstanceResultUser]
version_contexts This property is required. Sequence[GetWorkflowServiceItemInstanceResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
catalogServiceRequests This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
The description for this service item instance.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
idpReferences This property is required. List<Property Map>
idps This property is required. List<Property Map>
label This property is required. String
A user friendly short name to identify the resource. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
lastStatus This property is required. String
Last status of the service item instance which will be reverted when an ongoing service item action instance is aborted.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
migrationHistories This property is required. List<Property Map>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
A name of the service item instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
objectType This property is required. String
organizations This property is required. List<Property Map>
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
resourcelifecycleStatus This property is required. 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.
serviceItemDefinitions This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. String
Status of the service item instance which controls the actions that can be performed on this instance.* NotCreated - The service item is not yet created and it is in a draft mode. A service item instance can be deleted in this state.* InProgress - An action is in progress and until that action has reached a final state, another action cannot be started.* Failed - The last action on the service item instance failed and corrective measures need to be taken to bring the service item instance back to valid state.* Okay - The last action on the service item instance completed and the service item instance is in Okay state.* Decommissioned - The service item is decommissioned and can be safely deleted. A service item instance in any other state after it has been created cannot be deleted until it has been decommissioned.
tags This property is required. List<Property Map>
userIdOrEmail This property is required. String
The user identifier which indicates the user that started this workflow.
users This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetWorkflowServiceItemInstanceResultAncestor

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

GetWorkflowServiceItemInstanceResultCatalogServiceRequest

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

GetWorkflowServiceItemInstanceResultIdp

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

GetWorkflowServiceItemInstanceResultIdpReference

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

GetWorkflowServiceItemInstanceResultMigrationHistory

AdditionalProperties This property is required. string
ClassId This property is required. string
Destinations This property is required. List<GetWorkflowServiceItemInstanceResultMigrationHistoryDestination>
MigrationActionInstances This property is required. List<GetWorkflowServiceItemInstanceResultMigrationHistoryMigrationActionInstance>
NrSources This property is required. List<GetWorkflowServiceItemInstanceResultMigrationHistoryNrSource>
ObjectType This property is required. string
Timestamp This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Destinations This property is required. []GetWorkflowServiceItemInstanceResultMigrationHistoryDestination
MigrationActionInstances This property is required. []GetWorkflowServiceItemInstanceResultMigrationHistoryMigrationActionInstance
NrSources This property is required. []GetWorkflowServiceItemInstanceResultMigrationHistoryNrSource
ObjectType This property is required. string
Timestamp This property is required. string
additionalProperties This property is required. String
classId This property is required. String
destinations This property is required. List<GetWorkflowServiceItemInstanceResultMigrationHistoryDestination>
migrationActionInstances This property is required. List<GetWorkflowServiceItemInstanceResultMigrationHistoryMigrationActionInstance>
nrSources This property is required. List<GetWorkflowServiceItemInstanceResultMigrationHistoryNrSource>
objectType This property is required. String
timestamp This property is required. String
additionalProperties This property is required. string
classId This property is required. string
destinations This property is required. GetWorkflowServiceItemInstanceResultMigrationHistoryDestination[]
migrationActionInstances This property is required. GetWorkflowServiceItemInstanceResultMigrationHistoryMigrationActionInstance[]
nrSources This property is required. GetWorkflowServiceItemInstanceResultMigrationHistoryNrSource[]
objectType This property is required. string
timestamp This property is required. string
additionalProperties This property is required. String
classId This property is required. String
destinations This property is required. List<Property Map>
migrationActionInstances This property is required. List<Property Map>
nrSources This property is required. List<Property Map>
objectType This property is required. String
timestamp This property is required. String

GetWorkflowServiceItemInstanceResultMigrationHistoryDestination

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

GetWorkflowServiceItemInstanceResultMigrationHistoryMigrationActionInstance

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

GetWorkflowServiceItemInstanceResultMigrationHistoryNrSource

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

GetWorkflowServiceItemInstanceResultOrganization

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

GetWorkflowServiceItemInstanceResultParent

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

GetWorkflowServiceItemInstanceResultPermissionResource

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

GetWorkflowServiceItemInstanceResultServiceItemDefinition

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

GetWorkflowServiceItemInstanceResultTag

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

GetWorkflowServiceItemInstanceResultUser

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

GetWorkflowServiceItemInstanceResultVersionContext

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

GetWorkflowServiceItemInstanceResultVersionContextInterestedMo

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

GetWorkflowServiceItemInstanceResultVersionContextRefMo

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

GetWorkflowServiceItemInstanceServiceItemDefinition

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

GetWorkflowServiceItemInstanceTag

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.

GetWorkflowServiceItemInstanceUser

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

GetWorkflowServiceItemInstanceVersionContext

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<GetWorkflowServiceItemInstanceVersionContextInterestedMo>
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 GetWorkflowServiceItemInstanceVersionContextRefMo
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 []GetWorkflowServiceItemInstanceVersionContextInterestedMo
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 GetWorkflowServiceItemInstanceVersionContextRefMo
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<GetWorkflowServiceItemInstanceVersionContextInterestedMo>
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 GetWorkflowServiceItemInstanceVersionContextRefMo
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 GetWorkflowServiceItemInstanceVersionContextInterestedMo[]
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 GetWorkflowServiceItemInstanceVersionContextRefMo
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[GetWorkflowServiceItemInstanceVersionContextInterestedMo]
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 GetWorkflowServiceItemInstanceVersionContextRefMo
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.

GetWorkflowServiceItemInstanceVersionContextInterestedMo

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

GetWorkflowServiceItemInstanceVersionContextRefMo

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.