intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getWorkflowCatalogServiceRequest
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Catalog Service Request is one instance of a catalog item based on a catalog item definition.
Using getWorkflowCatalogServiceRequest
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 getWorkflowCatalogServiceRequest(args: GetWorkflowCatalogServiceRequestArgs, opts?: InvokeOptions): Promise<GetWorkflowCatalogServiceRequestResult>
function getWorkflowCatalogServiceRequestOutput(args: GetWorkflowCatalogServiceRequestOutputArgs, opts?: InvokeOptions): Output<GetWorkflowCatalogServiceRequestResult>def get_workflow_catalog_service_request(account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetWorkflowCatalogServiceRequestAncestor]] = None,
                                         catalog_item_definition: Optional[GetWorkflowCatalogServiceRequestCatalogItemDefinition] = None,
                                         class_id: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         description: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         end_time: Optional[str] = None,
                                         id: Optional[str] = None,
                                         idp: Optional[GetWorkflowCatalogServiceRequestIdp] = None,
                                         idp_reference: Optional[GetWorkflowCatalogServiceRequestIdpReference] = None,
                                         input: Optional[str] = None,
                                         label: Optional[str] = None,
                                         messages: Optional[Sequence[GetWorkflowCatalogServiceRequestMessage]] = None,
                                         mod_time: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_type: Optional[str] = None,
                                         operation: Optional[GetWorkflowCatalogServiceRequestOperation] = None,
                                         organization: Optional[GetWorkflowCatalogServiceRequestOrganization] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetWorkflowCatalogServiceRequestParent] = None,
                                         permission_resources: Optional[Sequence[GetWorkflowCatalogServiceRequestPermissionResource]] = None,
                                         selection_criteria_inputs: Optional[Sequence[GetWorkflowCatalogServiceRequestSelectionCriteriaInput]] = None,
                                         service_item_action_instances: Optional[Sequence[GetWorkflowCatalogServiceRequestServiceItemActionInstance]] = None,
                                         service_item_instances: Optional[Sequence[GetWorkflowCatalogServiceRequestServiceItemInstance]] = None,
                                         shared_scope: Optional[str] = None,
                                         status: Optional[str] = None,
                                         tags: Optional[Sequence[GetWorkflowCatalogServiceRequestTag]] = None,
                                         user: Optional[GetWorkflowCatalogServiceRequestUser] = None,
                                         user_id_or_email: Optional[str] = None,
                                         version_context: Optional[GetWorkflowCatalogServiceRequestVersionContext] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetWorkflowCatalogServiceRequestResult
def get_workflow_catalog_service_request_output(account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestAncestorArgs]]]] = None,
                                         catalog_item_definition: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestCatalogItemDefinitionArgs]] = 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,
                                         end_time: Optional[pulumi.Input[str]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         idp: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestIdpArgs]] = None,
                                         idp_reference: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestIdpReferenceArgs]] = None,
                                         input: Optional[pulumi.Input[str]] = None,
                                         label: Optional[pulumi.Input[str]] = None,
                                         messages: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestMessageArgs]]]] = 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,
                                         operation: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestOperationArgs]] = None,
                                         organization: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestOrganizationArgs]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestParentArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestPermissionResourceArgs]]]] = None,
                                         selection_criteria_inputs: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestSelectionCriteriaInputArgs]]]] = None,
                                         service_item_action_instances: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestServiceItemActionInstanceArgs]]]] = None,
                                         service_item_instances: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestServiceItemInstanceArgs]]]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         status: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowCatalogServiceRequestTagArgs]]]] = None,
                                         user: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestUserArgs]] = None,
                                         user_id_or_email: Optional[pulumi.Input[str]] = None,
                                         version_context: Optional[pulumi.Input[GetWorkflowCatalogServiceRequestVersionContextArgs]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowCatalogServiceRequestResult]func LookupWorkflowCatalogServiceRequest(ctx *Context, args *LookupWorkflowCatalogServiceRequestArgs, opts ...InvokeOption) (*LookupWorkflowCatalogServiceRequestResult, error)
func LookupWorkflowCatalogServiceRequestOutput(ctx *Context, args *LookupWorkflowCatalogServiceRequestOutputArgs, opts ...InvokeOption) LookupWorkflowCatalogServiceRequestResultOutput> Note: This function is named LookupWorkflowCatalogServiceRequest in the Go SDK.
public static class GetWorkflowCatalogServiceRequest 
{
    public static Task<GetWorkflowCatalogServiceRequestResult> InvokeAsync(GetWorkflowCatalogServiceRequestArgs args, InvokeOptions? opts = null)
    public static Output<GetWorkflowCatalogServiceRequestResult> Invoke(GetWorkflowCatalogServiceRequestInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkflowCatalogServiceRequestResult> getWorkflowCatalogServiceRequest(GetWorkflowCatalogServiceRequestArgs args, InvokeOptions options)
public static Output<GetWorkflowCatalogServiceRequestResult> getWorkflowCatalogServiceRequest(GetWorkflowCatalogServiceRequestArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getWorkflowCatalogServiceRequest:getWorkflowCatalogServiceRequest
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Catalog Service Request Ancestor> 
- CatalogItem GetDefinition Workflow Catalog Service Request Catalog Item Definition 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The description for this catalog service request which provides information on request from the user.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time at which the service request completed or stopped.
- Id string
- Idp
GetWorkflow Catalog Service Request Idp 
- IdpReference GetWorkflow Catalog Service Request Idp Reference 
- Input string
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
List<GetWorkflow Catalog Service Request Message> 
- 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 catalog service request instance.
- ObjectType string
- Operation
GetWorkflow Catalog Service Request Operation 
- Organization
GetWorkflow Catalog Service Request Organization 
- Owners List<string>
- Parent
GetWorkflow Catalog Service Request Parent 
- PermissionResources List<GetWorkflow Catalog Service Request Permission Resource> 
- SelectionCriteria List<GetInputs Workflow Catalog Service Request Selection Criteria Input> 
- ServiceItem List<GetAction Instances Workflow Catalog Service Request Service Item Action Instance> 
- ServiceItem List<GetInstances Workflow Catalog Service Request Service Item Instance> 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
List<GetWorkflow Catalog Service Request Tag> 
- User
GetWorkflow Catalog Service Request User 
- UserId stringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- VersionContext GetWorkflow Catalog Service Request Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Catalog Service Request Ancestor 
- CatalogItem GetDefinition Workflow Catalog Service Request Catalog Item Definition 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The description for this catalog service request which provides information on request from the user.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time at which the service request completed or stopped.
- Id string
- Idp
GetWorkflow Catalog Service Request Idp 
- IdpReference GetWorkflow Catalog Service Request Idp Reference 
- Input string
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
[]GetWorkflow Catalog Service Request Message 
- 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 catalog service request instance.
- ObjectType string
- Operation
GetWorkflow Catalog Service Request Operation 
- Organization
GetWorkflow Catalog Service Request Organization 
- Owners []string
- Parent
GetWorkflow Catalog Service Request Parent 
- PermissionResources []GetWorkflow Catalog Service Request Permission Resource 
- SelectionCriteria []GetInputs Workflow Catalog Service Request Selection Criteria Input 
- ServiceItem []GetAction Instances Workflow Catalog Service Request Service Item Action Instance 
- ServiceItem []GetInstances Workflow Catalog Service Request Service Item Instance 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
[]GetWorkflow Catalog Service Request Tag 
- User
GetWorkflow Catalog Service Request User 
- UserId stringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- VersionContext GetWorkflow Catalog Service Request Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Catalog Service Request Ancestor> 
- catalogItem GetDefinition Workflow Catalog Service Request Catalog Item Definition 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The description for this catalog service request which provides information on request from the user.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time at which the service request completed or stopped.
- id String
- idp
GetWorkflow Catalog Service Request Idp 
- idpReference GetWorkflow Catalog Service Request Idp Reference 
- input String
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
List<GetWorkflow Catalog Service Request Message> 
- 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 catalog service request instance.
- objectType String
- operation
GetWorkflow Catalog Service Request Operation 
- organization
GetWorkflow Catalog Service Request Organization 
- owners List<String>
- parent
GetWorkflow Catalog Service Request Parent 
- permissionResources List<GetWorkflow Catalog Service Request Permission Resource> 
- selectionCriteria List<GetInputs Workflow Catalog Service Request Selection Criteria Input> 
- serviceItem List<GetAction Instances Workflow Catalog Service Request Service Item Action Instance> 
- serviceItem List<GetInstances Workflow Catalog Service Request Service Item Instance> 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
List<GetWorkflow Catalog Service Request Tag> 
- user
GetWorkflow Catalog Service Request User 
- userId StringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- versionContext GetWorkflow Catalog Service Request Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Catalog Service Request Ancestor[] 
- catalogItem GetDefinition Workflow Catalog Service Request Catalog Item Definition 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- The description for this catalog service request which provides information on request from the user.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The time at which the service request completed or stopped.
- id string
- idp
GetWorkflow Catalog Service Request Idp 
- idpReference GetWorkflow Catalog Service Request Idp Reference 
- input string
- label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
GetWorkflow Catalog Service Request Message[] 
- 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 catalog service request instance.
- objectType string
- operation
GetWorkflow Catalog Service Request Operation 
- organization
GetWorkflow Catalog Service Request Organization 
- owners string[]
- parent
GetWorkflow Catalog Service Request Parent 
- permissionResources GetWorkflow Catalog Service Request Permission Resource[] 
- selectionCriteria GetInputs Workflow Catalog Service Request Selection Criteria Input[] 
- serviceItem GetAction Instances Workflow Catalog Service Request Service Item Action Instance[] 
- serviceItem GetInstances Workflow Catalog Service Request Service Item Instance[] 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
GetWorkflow Catalog Service Request Tag[] 
- user
GetWorkflow Catalog Service Request User 
- userId stringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- versionContext GetWorkflow Catalog Service Request Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Catalog Service Request Ancestor] 
- catalog_item_ Getdefinition Workflow Catalog Service Request Catalog Item Definition 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- The description for this catalog service request which provides information on request from the user.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The time at which the service request completed or stopped.
- id str
- idp
GetWorkflow Catalog Service Request Idp 
- idp_reference GetWorkflow Catalog Service Request Idp Reference 
- input str
- label str
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
Sequence[GetWorkflow Catalog Service Request Message] 
- 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 catalog service request instance.
- object_type str
- operation
GetWorkflow Catalog Service Request Operation 
- organization
GetWorkflow Catalog Service Request Organization 
- owners Sequence[str]
- parent
GetWorkflow Catalog Service Request Parent 
- permission_resources Sequence[GetWorkflow Catalog Service Request Permission Resource] 
- selection_criteria_ Sequence[Getinputs Workflow Catalog Service Request Selection Criteria Input] 
- service_item_ Sequence[Getaction_ instances Workflow Catalog Service Request Service Item Action Instance] 
- service_item_ Sequence[Getinstances Workflow Catalog Service Request Service Item Instance] 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
Sequence[GetWorkflow Catalog Service Request Tag] 
- user
GetWorkflow Catalog Service Request User 
- user_id_ stror_ email 
- The user identifier who invoked the request to create the catalog service request.
- version_context GetWorkflow Catalog Service Request Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- catalogItem Property MapDefinition 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The description for this catalog service request which provides information on request from the user.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time at which the service request completed or stopped.
- id String
- idp Property Map
- idpReference Property Map
- input String
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- A name of the catalog service request instance.
- objectType String
- operation Property Map
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- selectionCriteria List<Property Map>Inputs 
- serviceItem List<Property Map>Action Instances 
- serviceItem List<Property Map>Instances 
- 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 catalog service request instance which determines the actions that are allowed 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.
- List<Property Map>
- user Property Map
- userId StringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- versionContext Property Map
getWorkflowCatalogServiceRequest Result
The following output properties are available:
- Id string
- Results
List<GetWorkflow Catalog Service Request Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetWorkflow Catalog Service Request Ancestor> 
- CatalogItem GetDefinition Workflow Catalog Service Request Catalog Item Definition 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EndTime string
- Idp
GetWorkflow Catalog Service Request Idp 
- IdpReference GetWorkflow Catalog Service Request Idp Reference 
- Input string
- Label string
- Messages
List<GetWorkflow Catalog Service Request Message> 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Operation
GetWorkflow Catalog Service Request Operation 
- Organization
GetWorkflow Catalog Service Request Organization 
- Owners List<string>
- Parent
GetWorkflow Catalog Service Request Parent 
- PermissionResources List<GetWorkflow Catalog Service Request Permission Resource> 
- SelectionCriteria List<GetInputs Workflow Catalog Service Request Selection Criteria Input> 
- ServiceItem List<GetAction Instances Workflow Catalog Service Request Service Item Action Instance> 
- ServiceItem List<GetInstances Workflow Catalog Service Request Service Item Instance> 
- string
- Status string
- 
List<GetWorkflow Catalog Service Request Tag> 
- User
GetWorkflow Catalog Service Request User 
- UserId stringOr Email 
- VersionContext GetWorkflow Catalog Service Request Version Context 
- Id string
- Results
[]GetWorkflow Catalog Service Request Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetWorkflow Catalog Service Request Ancestor 
- CatalogItem GetDefinition Workflow Catalog Service Request Catalog Item Definition 
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EndTime string
- Idp
GetWorkflow Catalog Service Request Idp 
- IdpReference GetWorkflow Catalog Service Request Idp Reference 
- Input string
- Label string
- Messages
[]GetWorkflow Catalog Service Request Message 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Operation
GetWorkflow Catalog Service Request Operation 
- Organization
GetWorkflow Catalog Service Request Organization 
- Owners []string
- Parent
GetWorkflow Catalog Service Request Parent 
- PermissionResources []GetWorkflow Catalog Service Request Permission Resource 
- SelectionCriteria []GetInputs Workflow Catalog Service Request Selection Criteria Input 
- ServiceItem []GetAction Instances Workflow Catalog Service Request Service Item Action Instance 
- ServiceItem []GetInstances Workflow Catalog Service Request Service Item Instance 
- string
- Status string
- 
[]GetWorkflow Catalog Service Request Tag 
- User
GetWorkflow Catalog Service Request User 
- UserId stringOr Email 
- VersionContext GetWorkflow Catalog Service Request Version Context 
- id String
- results
List<GetWorkflow Catalog Service Request Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetWorkflow Catalog Service Request Ancestor> 
- catalogItem GetDefinition Workflow Catalog Service Request Catalog Item Definition 
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- endTime String
- idp
GetWorkflow Catalog Service Request Idp 
- idpReference GetWorkflow Catalog Service Request Idp Reference 
- input String
- label String
- messages
List<GetWorkflow Catalog Service Request Message> 
- modTime String
- moid String
- name String
- objectType String
- operation
GetWorkflow Catalog Service Request Operation 
- organization
GetWorkflow Catalog Service Request Organization 
- owners List<String>
- parent
GetWorkflow Catalog Service Request Parent 
- permissionResources List<GetWorkflow Catalog Service Request Permission Resource> 
- selectionCriteria List<GetInputs Workflow Catalog Service Request Selection Criteria Input> 
- serviceItem List<GetAction Instances Workflow Catalog Service Request Service Item Action Instance> 
- serviceItem List<GetInstances Workflow Catalog Service Request Service Item Instance> 
- String
- status String
- 
List<GetWorkflow Catalog Service Request Tag> 
- user
GetWorkflow Catalog Service Request User 
- userId StringOr Email 
- versionContext GetWorkflow Catalog Service Request Version Context 
- id string
- results
GetWorkflow Catalog Service Request Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetWorkflow Catalog Service Request Ancestor[] 
- catalogItem GetDefinition Workflow Catalog Service Request Catalog Item Definition 
- classId string
- createTime string
- description string
- domainGroup stringMoid 
- endTime string
- idp
GetWorkflow Catalog Service Request Idp 
- idpReference GetWorkflow Catalog Service Request Idp Reference 
- input string
- label string
- messages
GetWorkflow Catalog Service Request Message[] 
- modTime string
- moid string
- name string
- objectType string
- operation
GetWorkflow Catalog Service Request Operation 
- organization
GetWorkflow Catalog Service Request Organization 
- owners string[]
- parent
GetWorkflow Catalog Service Request Parent 
- permissionResources GetWorkflow Catalog Service Request Permission Resource[] 
- selectionCriteria GetInputs Workflow Catalog Service Request Selection Criteria Input[] 
- serviceItem GetAction Instances Workflow Catalog Service Request Service Item Action Instance[] 
- serviceItem GetInstances Workflow Catalog Service Request Service Item Instance[] 
- string
- status string
- 
GetWorkflow Catalog Service Request Tag[] 
- user
GetWorkflow Catalog Service Request User 
- userId stringOr Email 
- versionContext GetWorkflow Catalog Service Request Version Context 
- id str
- results
Sequence[GetWorkflow Catalog Service Request Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetWorkflow Catalog Service Request Ancestor] 
- catalog_item_ Getdefinition Workflow Catalog Service Request Catalog Item Definition 
- class_id str
- create_time str
- description str
- domain_group_ strmoid 
- end_time str
- idp
GetWorkflow Catalog Service Request Idp 
- idp_reference GetWorkflow Catalog Service Request Idp Reference 
- input str
- label str
- messages
Sequence[GetWorkflow Catalog Service Request Message] 
- mod_time str
- moid str
- name str
- object_type str
- operation
GetWorkflow Catalog Service Request Operation 
- organization
GetWorkflow Catalog Service Request Organization 
- owners Sequence[str]
- parent
GetWorkflow Catalog Service Request Parent 
- permission_resources Sequence[GetWorkflow Catalog Service Request Permission Resource] 
- selection_criteria_ Sequence[Getinputs Workflow Catalog Service Request Selection Criteria Input] 
- service_item_ Sequence[Getaction_ instances Workflow Catalog Service Request Service Item Action Instance] 
- service_item_ Sequence[Getinstances Workflow Catalog Service Request Service Item Instance] 
- str
- status str
- 
Sequence[GetWorkflow Catalog Service Request Tag] 
- user
GetWorkflow Catalog Service Request User 
- user_id_ stror_ email 
- version_context GetWorkflow Catalog Service Request Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- catalogItem Property MapDefinition 
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- endTime String
- idp Property Map
- idpReference Property Map
- input String
- label String
- messages List<Property Map>
- modTime String
- moid String
- name String
- objectType String
- operation Property Map
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- selectionCriteria List<Property Map>Inputs 
- serviceItem List<Property Map>Action Instances 
- serviceItem List<Property Map>Instances 
- String
- status String
- List<Property Map>
- user Property Map
- userId StringOr Email 
- versionContext Property Map
Supporting Types
GetWorkflowCatalogServiceRequestAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestCatalogItemDefinition       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestIdp     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestIdpReference      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestMessage     
- ActionOperation string
- The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.- None- No action is set, this is the default value for action field.
- Validate- Validate the action instance inputs and run the validation workflows.
- Start- Start a new execution of the action instance.
- Rerun- Rerun the service item action instance from the beginning.
- Retry- Retry the workflow that has failed from the failure point.
- Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
- Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- The time when this managed object was created.
- Message string
- An i18n message which can be localized and conveys status on the action.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ServiceItem stringName 
- The service item in which operation is perfomed.
- Severity string
- The severity of the message such as error, warning, info etc.- Info- The enum represents the log level to be used to convey info message.
- Warning- The enum represents the log level to be used to convey warning message.
- Debug- The enum represents the log level to be used to convey debug message.
- Error- The enum represents the log level to be used to convey error message.
 
- ActionOperation string
- The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.- None- No action is set, this is the default value for action field.
- Validate- Validate the action instance inputs and run the validation workflows.
- Start- Start a new execution of the action instance.
- Rerun- Rerun the service item action instance from the beginning.
- Retry- Retry the workflow that has failed from the failure point.
- Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
- Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- CreateTime string
- The time when this managed object was created.
- Message string
- An i18n message which can be localized and conveys status on the action.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ServiceItem stringName 
- The service item in which operation is perfomed.
- Severity string
- The severity of the message such as error, warning, info etc.- Info- The enum represents the log level to be used to convey info message.
- Warning- The enum represents the log level to be used to convey warning message.
- Debug- The enum represents the log level to be used to convey debug message.
- Error- The enum represents the log level to be used to convey error message.
 
- actionOperation String
- The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.- None- No action is set, this is the default value for action field.
- Validate- Validate the action instance inputs and run the validation workflows.
- Start- Start a new execution of the action instance.
- Rerun- Rerun the service item action instance from the beginning.
- Retry- Retry the workflow that has failed from the failure point.
- Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
- Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- The time when this managed object was created.
- message String
- An i18n message which can be localized and conveys status on the action.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- serviceItem StringName 
- The service item in which operation is perfomed.
- severity String
- The severity of the message such as error, warning, info etc.- Info- The enum represents the log level to be used to convey info message.
- Warning- The enum represents the log level to be used to convey warning message.
- Debug- The enum represents the log level to be used to convey debug message.
- Error- The enum represents the log level to be used to convey error message.
 
- actionOperation string
- The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.- None- No action is set, this is the default value for action field.
- Validate- Validate the action instance inputs and run the validation workflows.
- Start- Start a new execution of the action instance.
- Rerun- Rerun the service item action instance from the beginning.
- Retry- Retry the workflow that has failed from the failure point.
- Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
- Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime string
- The time when this managed object was created.
- message string
- An i18n message which can be localized and conveys status on the action.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- serviceItem stringName 
- The service item in which operation is perfomed.
- severity string
- The severity of the message such as error, warning, info etc.- Info- The enum represents the log level to be used to convey info message.
- Warning- The enum represents the log level to be used to convey warning message.
- Debug- The enum represents the log level to be used to convey debug message.
- Error- The enum represents the log level to be used to convey error message.
 
- action_operation str
- The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.- None- No action is set, this is the default value for action field.
- Validate- Validate the action instance inputs and run the validation workflows.
- Start- Start a new execution of the action instance.
- Rerun- Rerun the service item action instance from the beginning.
- Retry- Retry the workflow that has failed from the failure point.
- Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
- Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_time str
- The time when this managed object was created.
- message str
- An i18n message which can be localized and conveys status on the action.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- service_item_ strname 
- The service item in which operation is perfomed.
- severity str
- The severity of the message such as error, warning, info etc.- Info- The enum represents the log level to be used to convey info message.
- Warning- The enum represents the log level to be used to convey warning message.
- Debug- The enum represents the log level to be used to convey debug message.
- Error- The enum represents the log level to be used to convey error message.
 
- actionOperation String
- The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.- None- No action is set, this is the default value for action field.
- Validate- Validate the action instance inputs and run the validation workflows.
- Start- Start a new execution of the action instance.
- Rerun- Rerun the service item action instance from the beginning.
- Retry- Retry the workflow that has failed from the failure point.
- Cancel- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.
- Stop- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- createTime String
- The time when this managed object was created.
- message String
- An i18n message which can be localized and conveys status on the action.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- serviceItem StringName 
- The service item in which operation is perfomed.
- severity String
- The severity of the message such as error, warning, info etc.- Info- The enum represents the log level to be used to convey info message.
- Warning- The enum represents the log level to be used to convey warning message.
- Debug- The enum represents the log level to be used to convey debug message.
- Error- The enum represents the log level to be used to convey error message.
 
GetWorkflowCatalogServiceRequestOperation     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- OperationType string
- Type of action operation to be performed on the service item.- PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
- Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
- Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
- Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- OperationType string
- Type of action operation to be performed on the service item.- PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
- Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
- Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
- Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operationType String
- Type of action operation to be performed on the service item.- PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
- Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
- Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
- Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operationType string
- Type of action operation to be performed on the service item.- PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
- Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
- Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
- Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operation_type str
- Type of action operation to be performed on the service item.- PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
- Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
- Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
- Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- operationType String
- Type of action operation to be performed on the service item.- PostDeployment- This represents the post-deployment actions for the resources created or defined through the deployment action. There can be more than one post-deployment operations associated with a service item.
- Deployment- This represents the deploy action, for the service item action definition. This operation type is used to create or define resources that is managed by the service item. There can only be one Service Item Action Definition that can be marked with the operation type as Deployment and this is a mandatory operation type. All valid Service Items must have one and only one operation type marked as type Deployment.
- Decommission- This represents the decommission action, used to decommission the created resources. All valid Service Items must have one and only one operation type marked as type Decommission. Once a decommission action is run on a Service Item, no further operations are allowed on that Service Item.
- Migration- This represents the migration action, used to migrate service item instance from one service item definition version to another service item definition version. There can be more than one migration operations associated with a service item. Once a migration action is running on a service item instance, no further operations are allowed on that service item instance during the migration process.
 
GetWorkflowCatalogServiceRequestOrganization     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetWorkflow Catalog Service Request Result Ancestor> 
- CatalogItem List<GetDefinitions Workflow Catalog Service Request Result Catalog Item Definition> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The description for this catalog service request which provides information on request from the user.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time at which the service request completed or stopped.
- IdpReferences List<GetWorkflow Catalog Service Request Result Idp Reference> 
- Idps
List<GetWorkflow Catalog Service Request Result Idp> 
- Input string
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
List<GetWorkflow Catalog Service Request Result Message> 
- 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 catalog service request instance.
- ObjectType string
- Operations
List<GetWorkflow Catalog Service Request Result Operation> 
- Organizations
List<GetWorkflow Catalog Service Request Result Organization> 
- Owners List<string>
- Parents
List<GetWorkflow Catalog Service Request Result Parent> 
- PermissionResources List<GetWorkflow Catalog Service Request Result Permission Resource> 
- SelectionCriteria List<GetInputs Workflow Catalog Service Request Result Selection Criteria Input> 
- ServiceItem List<GetAction Instances Workflow Catalog Service Request Result Service Item Action Instance> 
- ServiceItem List<GetInstances Workflow Catalog Service Request Result Service Item Instance> 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
List<GetWorkflow Catalog Service Request Result Tag> 
- UserId stringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- Users
List<GetWorkflow Catalog Service Request Result User> 
- VersionContexts List<GetWorkflow Catalog Service Request Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetWorkflow Catalog Service Request Result Ancestor 
- CatalogItem []GetDefinitions Workflow Catalog Service Request Result Catalog Item Definition 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The description for this catalog service request which provides information on request from the user.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndTime string
- The time at which the service request completed or stopped.
- IdpReferences []GetWorkflow Catalog Service Request Result Idp Reference 
- Idps
[]GetWorkflow Catalog Service Request Result Idp 
- Input string
- Label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- Messages
[]GetWorkflow Catalog Service Request Result Message 
- 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 catalog service request instance.
- ObjectType string
- Operations
[]GetWorkflow Catalog Service Request Result Operation 
- Organizations
[]GetWorkflow Catalog Service Request Result Organization 
- Owners []string
- Parents
[]GetWorkflow Catalog Service Request Result Parent 
- PermissionResources []GetWorkflow Catalog Service Request Result Permission Resource 
- SelectionCriteria []GetInputs Workflow Catalog Service Request Result Selection Criteria Input 
- ServiceItem []GetAction Instances Workflow Catalog Service Request Result Service Item Action Instance 
- ServiceItem []GetInstances Workflow Catalog Service Request Result Service Item Instance 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
[]GetWorkflow Catalog Service Request Result Tag 
- UserId stringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- Users
[]GetWorkflow Catalog Service Request Result User 
- VersionContexts []GetWorkflow Catalog Service Request Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetWorkflow Catalog Service Request Result Ancestor> 
- catalogItem List<GetDefinitions Workflow Catalog Service Request Result Catalog Item Definition> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The description for this catalog service request which provides information on request from the user.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time at which the service request completed or stopped.
- idpReferences List<GetWorkflow Catalog Service Request Result Idp Reference> 
- idps
List<GetWorkflow Catalog Service Request Result Idp> 
- input String
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
List<GetWorkflow Catalog Service Request Result Message> 
- 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 catalog service request instance.
- objectType String
- operations
List<GetWorkflow Catalog Service Request Result Operation> 
- organizations
List<GetWorkflow Catalog Service Request Result Organization> 
- owners List<String>
- parents
List<GetWorkflow Catalog Service Request Result Parent> 
- permissionResources List<GetWorkflow Catalog Service Request Result Permission Resource> 
- selectionCriteria List<GetInputs Workflow Catalog Service Request Result Selection Criteria Input> 
- serviceItem List<GetAction Instances Workflow Catalog Service Request Result Service Item Action Instance> 
- serviceItem List<GetInstances Workflow Catalog Service Request Result Service Item Instance> 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
List<GetWorkflow Catalog Service Request Result Tag> 
- userId StringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- users
List<GetWorkflow Catalog Service Request Result User> 
- versionContexts List<GetWorkflow Catalog Service Request Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetWorkflow Catalog Service Request Result Ancestor[] 
- catalogItem GetDefinitions Workflow Catalog Service Request Result Catalog Item Definition[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- The description for this catalog service request which provides information on request from the user.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endTime string
- The time at which the service request completed or stopped.
- idpReferences GetWorkflow Catalog Service Request Result Idp Reference[] 
- idps
GetWorkflow Catalog Service Request Result Idp[] 
- input string
- label string
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
GetWorkflow Catalog Service Request Result Message[] 
- 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 catalog service request instance.
- objectType string
- operations
GetWorkflow Catalog Service Request Result Operation[] 
- organizations
GetWorkflow Catalog Service Request Result Organization[] 
- owners string[]
- parents
GetWorkflow Catalog Service Request Result Parent[] 
- permissionResources GetWorkflow Catalog Service Request Result Permission Resource[] 
- selectionCriteria GetInputs Workflow Catalog Service Request Result Selection Criteria Input[] 
- serviceItem GetAction Instances Workflow Catalog Service Request Result Service Item Action Instance[] 
- serviceItem GetInstances Workflow Catalog Service Request Result Service Item Instance[] 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
GetWorkflow Catalog Service Request Result Tag[] 
- userId stringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- users
GetWorkflow Catalog Service Request Result User[] 
- versionContexts GetWorkflow Catalog Service Request Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetWorkflow Catalog Service Request Result Ancestor] 
- catalog_item_ Sequence[Getdefinitions Workflow Catalog Service Request Result Catalog Item Definition] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- The description for this catalog service request which provides information on request from the user.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- end_time str
- The time at which the service request completed or stopped.
- idp_references Sequence[GetWorkflow Catalog Service Request Result Idp Reference] 
- idps
Sequence[GetWorkflow Catalog Service Request Result Idp] 
- input str
- label str
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages
Sequence[GetWorkflow Catalog Service Request Result Message] 
- 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 catalog service request instance.
- object_type str
- operations
Sequence[GetWorkflow Catalog Service Request Result Operation] 
- organizations
Sequence[GetWorkflow Catalog Service Request Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetWorkflow Catalog Service Request Result Parent] 
- permission_resources Sequence[GetWorkflow Catalog Service Request Result Permission Resource] 
- selection_criteria_ Sequence[Getinputs Workflow Catalog Service Request Result Selection Criteria Input] 
- service_item_ Sequence[Getaction_ instances Workflow Catalog Service Request Result Service Item Action Instance] 
- service_item_ Sequence[Getinstances Workflow Catalog Service Request Result Service Item Instance] 
- 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 catalog service request instance which determines the actions that are allowed 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.
- 
Sequence[GetWorkflow Catalog Service Request Result Tag] 
- user_id_ stror_ email 
- The user identifier who invoked the request to create the catalog service request.
- users
Sequence[GetWorkflow Catalog Service Request Result User] 
- version_contexts Sequence[GetWorkflow Catalog Service Request Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- catalogItem List<Property Map>Definitions 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The description for this catalog service request which provides information on request from the user.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endTime String
- The time at which the service request completed or stopped.
- idpReferences List<Property Map>
- idps List<Property Map>
- input String
- label String
- A user friendly short name to identify the catalog service request instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ) or an underscore (_).
- messages List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- A name of the catalog service request instance.
- objectType String
- operations List<Property Map>
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- selectionCriteria List<Property Map>Inputs 
- serviceItem List<Property Map>Action Instances 
- serviceItem List<Property Map>Instances 
- 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 catalog service request instance which determines the actions that are allowed 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.
- List<Property Map>
- userId StringOr Email 
- The user identifier who invoked the request to create the catalog service request.
- users List<Property Map>
- versionContexts List<Property Map>
GetWorkflowCatalogServiceRequestResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultCatalogItemDefinition        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultIdp      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultIdpReference       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultMessage      
- ActionOperation string
- AdditionalProperties string
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Message string
- ObjectType string
- ServiceItem stringName 
- Severity string
- ActionOperation string
- AdditionalProperties string
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Message string
- ObjectType string
- ServiceItem stringName 
- Severity string
- actionOperation String
- additionalProperties String
- classId String
- createTime String
- The time when this managed object was created.
- message String
- objectType String
- serviceItem StringName 
- severity String
- actionOperation string
- additionalProperties string
- classId string
- createTime string
- The time when this managed object was created.
- message string
- objectType string
- serviceItem stringName 
- severity string
- action_operation str
- additional_properties str
- class_id str
- create_time str
- The time when this managed object was created.
- message str
- object_type str
- service_item_ strname 
- severity str
- actionOperation String
- additionalProperties String
- classId String
- createTime String
- The time when this managed object was created.
- message String
- objectType String
- serviceItem StringName 
- severity String
GetWorkflowCatalogServiceRequestResultOperation      
- AdditionalProperties string
- ClassId string
- ObjectType string
- OperationType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- OperationType string
- additionalProperties String
- classId String
- objectType String
- operationType String
- additionalProperties string
- classId string
- objectType string
- operationType string
- additional_properties str
- class_id str
- object_type str
- operation_type str
- additionalProperties String
- classId String
- objectType String
- operationType String
GetWorkflowCatalogServiceRequestResultOrganization      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultSelectionCriteriaInput        
- additionalProperties String
- classId String
- filterConditions List<Property Map>
- inputName String
- inputValue String
- objectType String
GetWorkflowCatalogServiceRequestResultSelectionCriteriaInputFilterCondition          
- AdditionalProperties string
- ClassId string
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- objectType String
- selector String
- additionalProperties string
- classId string
- objectType string
- selector string
- additional_properties str
- class_id str
- object_type str
- selector str
- additionalProperties String
- classId String
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultServiceItemActionInstance         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultServiceItemInstance        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetWorkflowCatalogServiceRequestResultUser      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetWorkflowCatalogServiceRequestResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetWorkflowCatalogServiceRequestSelectionCriteriaInput       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilterConditions List<GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition> 
- InputName string
- Name of the Policy Input.
- InputValue string
- The value extracted from the filter conditions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FilterConditions []GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition 
- InputName string
- Name of the Policy Input.
- InputValue string
- The value extracted from the filter conditions.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filterConditions List<GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition> 
- inputName String
- Name of the Policy Input.
- inputValue String
- The value extracted from the filter conditions.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filterConditions GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition[] 
- inputName string
- Name of the Policy Input.
- inputValue string
- The value extracted from the filter conditions.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filter_conditions Sequence[GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition] 
- input_name str
- Name of the Policy Input.
- input_value str
- The value extracted from the filter conditions.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- filterConditions List<Property Map>
- inputName String
- Name of the Policy Input.
- inputValue String
- The value extracted from the filter conditions.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition         
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- selector String
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- selector string
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- selector str
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- selector String
- ODATA filter to select resources. The group selector may include URLs of individual resource, or OData query with filters that match multiple queries. The URLs must be relative (i.e. do not include the host).
GetWorkflowCatalogServiceRequestServiceItemActionInstance        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestServiceItemInstance       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestTag     
- 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.
GetWorkflowCatalogServiceRequestUser     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetWorkflow Catalog Service Request Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Catalog Service Request Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetWorkflow Catalog Service Request Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetWorkflow Catalog Service Request Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetWorkflow Catalog Service Request Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Catalog Service Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetWorkflow Catalog Service Request Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetWorkflow Catalog Service Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetWorkflow Catalog Service Request Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetWorkflow Catalog Service Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetWorkflowCatalogServiceRequestVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetWorkflowCatalogServiceRequestVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet