intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getWorkflowCatalogServiceRequest
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Catalog Service Request Ancestor> - Catalog
Item GetDefinition Workflow Catalog Service Request Catalog Item Definition - Class
Id string - Create
Time 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time at which the service request completed or stopped.
- Id string
- Idp
Get
Workflow Catalog Service Request Idp - Idp
Reference 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<Get
Workflow Catalog Service Request Message> - Mod
Time 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.
- Object
Type string - Operation
Get
Workflow Catalog Service Request Operation - Organization
Get
Workflow Catalog Service Request Organization - Owners List<string>
- Parent
Get
Workflow Catalog Service Request Parent - Permission
Resources List<GetWorkflow Catalog Service Request Permission Resource> - Selection
Criteria List<GetInputs Workflow Catalog Service Request Selection Criteria Input> - Service
Item List<GetAction Instances Workflow Catalog Service Request Service Item Action Instance> - Service
Item 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<Get
Workflow Catalog Service Request Tag> - User
Get
Workflow Catalog Service Request User - User
Id stringOr Email - The user identifier who invoked the request to create the catalog service request.
- Version
Context GetWorkflow Catalog Service Request Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Catalog Service Request Ancestor - Catalog
Item GetDefinition Workflow Catalog Service Request Catalog Item Definition - Class
Id string - Create
Time 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time at which the service request completed or stopped.
- Id string
- Idp
Get
Workflow Catalog Service Request Idp - Idp
Reference 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
[]Get
Workflow Catalog Service Request Message - Mod
Time 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.
- Object
Type string - Operation
Get
Workflow Catalog Service Request Operation - Organization
Get
Workflow Catalog Service Request Organization - Owners []string
- Parent
Get
Workflow Catalog Service Request Parent - Permission
Resources []GetWorkflow Catalog Service Request Permission Resource - Selection
Criteria []GetInputs Workflow Catalog Service Request Selection Criteria Input - Service
Item []GetAction Instances Workflow Catalog Service Request Service Item Action Instance - Service
Item []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. - []Get
Workflow Catalog Service Request Tag - User
Get
Workflow Catalog Service Request User - User
Id stringOr Email - The user identifier who invoked the request to create the catalog service request.
- Version
Context GetWorkflow Catalog Service Request Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Catalog Service Request Ancestor> - catalog
Item GetDefinition Workflow Catalog Service Request Catalog Item Definition - class
Id String - create
Time 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time at which the service request completed or stopped.
- id String
- idp
Get
Workflow Catalog Service Request Idp - idp
Reference 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<Get
Workflow Catalog Service Request Message> - mod
Time 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.
- object
Type String - operation
Get
Workflow Catalog Service Request Operation - organization
Get
Workflow Catalog Service Request Organization - owners List<String>
- parent
Get
Workflow Catalog Service Request Parent - permission
Resources List<GetWorkflow Catalog Service Request Permission Resource> - selection
Criteria List<GetInputs Workflow Catalog Service Request Selection Criteria Input> - service
Item List<GetAction Instances Workflow Catalog Service Request Service Item Action Instance> - service
Item 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<Get
Workflow Catalog Service Request Tag> - user
Get
Workflow Catalog Service Request User - user
Id StringOr Email - The user identifier who invoked the request to create the catalog service request.
- version
Context GetWorkflow Catalog Service Request Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Catalog Service Request Ancestor[] - catalog
Item GetDefinition Workflow Catalog Service Request Catalog Item Definition - class
Id string - create
Time 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Time string - The time at which the service request completed or stopped.
- id string
- idp
Get
Workflow Catalog Service Request Idp - idp
Reference 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
Get
Workflow Catalog Service Request Message[] - mod
Time 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.
- object
Type string - operation
Get
Workflow Catalog Service Request Operation - organization
Get
Workflow Catalog Service Request Organization - owners string[]
- parent
Get
Workflow Catalog Service Request Parent - permission
Resources GetWorkflow Catalog Service Request Permission Resource[] - selection
Criteria GetInputs Workflow Catalog Service Request Selection Criteria Input[] - service
Item GetAction Instances Workflow Catalog Service Request Service Item Action Instance[] - service
Item 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. - Get
Workflow Catalog Service Request Tag[] - user
Get
Workflow Catalog Service Request User - user
Id stringOr Email - The user identifier who invoked the request to create the catalog service request.
- version
Context GetWorkflow Catalog Service Request Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow 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
Get
Workflow 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[Get
Workflow 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
Get
Workflow Catalog Service Request Operation - organization
Get
Workflow Catalog Service Request Organization - owners Sequence[str]
- parent
Get
Workflow 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[Get
Workflow Catalog Service Request Tag] - user
Get
Workflow 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
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalog
Item Property MapDefinition - class
Id String - create
Time 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time at which the service request completed or stopped.
- id String
- idp Property Map
- idp
Reference 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>
- mod
Time 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.
- object
Type String - operation Property Map
- organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - selection
Criteria List<Property Map>Inputs - service
Item List<Property Map>Action Instances - service
Item 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
- user
Id StringOr Email - The user identifier who invoked the request to create the catalog service request.
- version
Context Property Map
getWorkflowCatalogServiceRequest Result
The following output properties are available:
- Id string
- Results
List<Get
Workflow Catalog Service Request Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Workflow Catalog Service Request Ancestor> - Catalog
Item GetDefinition Workflow Catalog Service Request Catalog Item Definition - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - End
Time string - Idp
Get
Workflow Catalog Service Request Idp - Idp
Reference GetWorkflow Catalog Service Request Idp Reference - Input string
- Label string
- Messages
List<Get
Workflow Catalog Service Request Message> - Mod
Time string - Moid string
- Name string
- Object
Type string - Operation
Get
Workflow Catalog Service Request Operation - Organization
Get
Workflow Catalog Service Request Organization - Owners List<string>
- Parent
Get
Workflow Catalog Service Request Parent - Permission
Resources List<GetWorkflow Catalog Service Request Permission Resource> - Selection
Criteria List<GetInputs Workflow Catalog Service Request Selection Criteria Input> - Service
Item List<GetAction Instances Workflow Catalog Service Request Service Item Action Instance> - Service
Item List<GetInstances Workflow Catalog Service Request Service Item Instance> - string
- Status string
- List<Get
Workflow Catalog Service Request Tag> - User
Get
Workflow Catalog Service Request User - User
Id stringOr Email - Version
Context GetWorkflow Catalog Service Request Version Context
- Id string
- Results
[]Get
Workflow Catalog Service Request Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Workflow Catalog Service Request Ancestor - Catalog
Item GetDefinition Workflow Catalog Service Request Catalog Item Definition - Class
Id string - Create
Time string - Description string
- Domain
Group stringMoid - End
Time string - Idp
Get
Workflow Catalog Service Request Idp - Idp
Reference GetWorkflow Catalog Service Request Idp Reference - Input string
- Label string
- Messages
[]Get
Workflow Catalog Service Request Message - Mod
Time string - Moid string
- Name string
- Object
Type string - Operation
Get
Workflow Catalog Service Request Operation - Organization
Get
Workflow Catalog Service Request Organization - Owners []string
- Parent
Get
Workflow Catalog Service Request Parent - Permission
Resources []GetWorkflow Catalog Service Request Permission Resource - Selection
Criteria []GetInputs Workflow Catalog Service Request Selection Criteria Input - Service
Item []GetAction Instances Workflow Catalog Service Request Service Item Action Instance - Service
Item []GetInstances Workflow Catalog Service Request Service Item Instance - string
- Status string
- []Get
Workflow Catalog Service Request Tag - User
Get
Workflow Catalog Service Request User - User
Id stringOr Email - Version
Context GetWorkflow Catalog Service Request Version Context
- id String
- results
List<Get
Workflow Catalog Service Request Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Workflow Catalog Service Request Ancestor> - catalog
Item GetDefinition Workflow Catalog Service Request Catalog Item Definition - class
Id String - create
Time String - description String
- domain
Group StringMoid - end
Time String - idp
Get
Workflow Catalog Service Request Idp - idp
Reference GetWorkflow Catalog Service Request Idp Reference - input String
- label String
- messages
List<Get
Workflow Catalog Service Request Message> - mod
Time String - moid String
- name String
- object
Type String - operation
Get
Workflow Catalog Service Request Operation - organization
Get
Workflow Catalog Service Request Organization - owners List<String>
- parent
Get
Workflow Catalog Service Request Parent - permission
Resources List<GetWorkflow Catalog Service Request Permission Resource> - selection
Criteria List<GetInputs Workflow Catalog Service Request Selection Criteria Input> - service
Item List<GetAction Instances Workflow Catalog Service Request Service Item Action Instance> - service
Item List<GetInstances Workflow Catalog Service Request Service Item Instance> - String
- status String
- List<Get
Workflow Catalog Service Request Tag> - user
Get
Workflow Catalog Service Request User - user
Id StringOr Email - version
Context GetWorkflow Catalog Service Request Version Context
- id string
- results
Get
Workflow Catalog Service Request Result[] - account
Moid string - additional
Properties string - ancestors
Get
Workflow Catalog Service Request Ancestor[] - catalog
Item GetDefinition Workflow Catalog Service Request Catalog Item Definition - class
Id string - create
Time string - description string
- domain
Group stringMoid - end
Time string - idp
Get
Workflow Catalog Service Request Idp - idp
Reference GetWorkflow Catalog Service Request Idp Reference - input string
- label string
- messages
Get
Workflow Catalog Service Request Message[] - mod
Time string - moid string
- name string
- object
Type string - operation
Get
Workflow Catalog Service Request Operation - organization
Get
Workflow Catalog Service Request Organization - owners string[]
- parent
Get
Workflow Catalog Service Request Parent - permission
Resources GetWorkflow Catalog Service Request Permission Resource[] - selection
Criteria GetInputs Workflow Catalog Service Request Selection Criteria Input[] - service
Item GetAction Instances Workflow Catalog Service Request Service Item Action Instance[] - service
Item GetInstances Workflow Catalog Service Request Service Item Instance[] - string
- status string
- Get
Workflow Catalog Service Request Tag[] - user
Get
Workflow Catalog Service Request User - user
Id stringOr Email - version
Context GetWorkflow Catalog Service Request Version Context
- id str
- results
Sequence[Get
Workflow Catalog Service Request Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Workflow 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
Get
Workflow Catalog Service Request Idp - idp_
reference GetWorkflow Catalog Service Request Idp Reference - input str
- label str
- messages
Sequence[Get
Workflow Catalog Service Request Message] - mod_
time str - moid str
- name str
- object_
type str - operation
Get
Workflow Catalog Service Request Operation - organization
Get
Workflow Catalog Service Request Organization - owners Sequence[str]
- parent
Get
Workflow 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[Get
Workflow Catalog Service Request Tag] - user
Get
Workflow Catalog Service Request User - user_
id_ stror_ email - version_
context GetWorkflow Catalog Service Request Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- catalog
Item Property MapDefinition - class
Id String - create
Time String - description String
- domain
Group StringMoid - end
Time String - idp Property Map
- idp
Reference Property Map - input String
- label String
- messages List<Property Map>
- mod
Time String - moid String
- name String
- object
Type String - operation Property Map
- organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - selection
Criteria List<Property Map>Inputs - service
Item List<Property Map>Action Instances - service
Item List<Property Map>Instances - String
- status String
- List<Property Map>
- user Property Map
- user
Id StringOr Email - version
Context Property Map
Supporting Types
GetWorkflowCatalogServiceRequestAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Action
Operation 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.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The time when this managed object was created.
- Message string
- An i18n message which can be localized and conveys status on the action.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Service
Item 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 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.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 string - The time when this managed object was created.
- Message string
- An i18n message which can be localized and conveys status on the action.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Service
Item 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 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The time when this managed object was created.
- message String
- An i18n message which can be localized and conveys status on the action.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- service
Item 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 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.
- additional
Properties string - class
Id string - The fully-qualified name 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 string - The time when this managed object was created.
- message string
- An i18n message which can be localized and conveys status on the action.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- service
Item 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.
- action
Operation 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 String - The time when this managed object was created.
- message String
- An i18n message which can be localized and conveys status on the action.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- service
Item 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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 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.
- Operation
Type 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 string - Class
Id string - The fully-qualified name 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 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.
- Operation
Type 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 String - class
Id String - The fully-qualified name 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 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.
- operation
Type 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 string - class
Id string - The fully-qualified name 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 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.
- operation
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 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.
- operation
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Workflow Catalog Service Request Result Ancestor> - Catalog
Item List<GetDefinitions Workflow Catalog Service Request Result Catalog Item Definition> - Class
Id string - Create
Time 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time at which the service request completed or stopped.
- Idp
References List<GetWorkflow Catalog Service Request Result Idp Reference> - Idps
List<Get
Workflow 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<Get
Workflow Catalog Service Request Result Message> - Mod
Time 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.
- Object
Type string - Operations
List<Get
Workflow Catalog Service Request Result Operation> - Organizations
List<Get
Workflow Catalog Service Request Result Organization> - Owners List<string>
- Parents
List<Get
Workflow Catalog Service Request Result Parent> - Permission
Resources List<GetWorkflow Catalog Service Request Result Permission Resource> - Selection
Criteria List<GetInputs Workflow Catalog Service Request Result Selection Criteria Input> - Service
Item List<GetAction Instances Workflow Catalog Service Request Result Service Item Action Instance> - Service
Item 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<Get
Workflow Catalog Service Request Result Tag> - User
Id stringOr Email - The user identifier who invoked the request to create the catalog service request.
- Users
List<Get
Workflow Catalog Service Request Result User> - Version
Contexts List<GetWorkflow Catalog Service Request Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Workflow Catalog Service Request Result Ancestor - Catalog
Item []GetDefinitions Workflow Catalog Service Request Result Catalog Item Definition - Class
Id string - Create
Time 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time at which the service request completed or stopped.
- Idp
References []GetWorkflow Catalog Service Request Result Idp Reference - Idps
[]Get
Workflow 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
[]Get
Workflow Catalog Service Request Result Message - Mod
Time 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.
- Object
Type string - Operations
[]Get
Workflow Catalog Service Request Result Operation - Organizations
[]Get
Workflow Catalog Service Request Result Organization - Owners []string
- Parents
[]Get
Workflow Catalog Service Request Result Parent - Permission
Resources []GetWorkflow Catalog Service Request Result Permission Resource - Selection
Criteria []GetInputs Workflow Catalog Service Request Result Selection Criteria Input - Service
Item []GetAction Instances Workflow Catalog Service Request Result Service Item Action Instance - Service
Item []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. - []Get
Workflow Catalog Service Request Result Tag - User
Id stringOr Email - The user identifier who invoked the request to create the catalog service request.
- Users
[]Get
Workflow Catalog Service Request Result User - Version
Contexts []GetWorkflow Catalog Service Request Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Workflow Catalog Service Request Result Ancestor> - catalog
Item List<GetDefinitions Workflow Catalog Service Request Result Catalog Item Definition> - class
Id String - create
Time 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time at which the service request completed or stopped.
- idp
References List<GetWorkflow Catalog Service Request Result Idp Reference> - idps
List<Get
Workflow 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<Get
Workflow Catalog Service Request Result Message> - mod
Time 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.
- object
Type String - operations
List<Get
Workflow Catalog Service Request Result Operation> - organizations
List<Get
Workflow Catalog Service Request Result Organization> - owners List<String>
- parents
List<Get
Workflow Catalog Service Request Result Parent> - permission
Resources List<GetWorkflow Catalog Service Request Result Permission Resource> - selection
Criteria List<GetInputs Workflow Catalog Service Request Result Selection Criteria Input> - service
Item List<GetAction Instances Workflow Catalog Service Request Result Service Item Action Instance> - service
Item 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<Get
Workflow Catalog Service Request Result Tag> - user
Id StringOr Email - The user identifier who invoked the request to create the catalog service request.
- users
List<Get
Workflow Catalog Service Request Result User> - version
Contexts List<GetWorkflow Catalog Service Request Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Workflow Catalog Service Request Result Ancestor[] - catalog
Item GetDefinitions Workflow Catalog Service Request Result Catalog Item Definition[] - class
Id string - create
Time 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Time string - The time at which the service request completed or stopped.
- idp
References GetWorkflow Catalog Service Request Result Idp Reference[] - idps
Get
Workflow 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
Get
Workflow Catalog Service Request Result Message[] - mod
Time 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.
- object
Type string - operations
Get
Workflow Catalog Service Request Result Operation[] - organizations
Get
Workflow Catalog Service Request Result Organization[] - owners string[]
- parents
Get
Workflow Catalog Service Request Result Parent[] - permission
Resources GetWorkflow Catalog Service Request Result Permission Resource[] - selection
Criteria GetInputs Workflow Catalog Service Request Result Selection Criteria Input[] - service
Item GetAction Instances Workflow Catalog Service Request Result Service Item Action Instance[] - service
Item 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. - Get
Workflow Catalog Service Request Result Tag[] - user
Id stringOr Email - The user identifier who invoked the request to create the catalog service request.
- users
Get
Workflow Catalog Service Request Result User[] - version
Contexts GetWorkflow Catalog Service Request Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Workflow 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[Get
Workflow 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[Get
Workflow 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[Get
Workflow Catalog Service Request Result Operation] - organizations
Sequence[Get
Workflow Catalog Service Request Result Organization] - owners Sequence[str]
- parents
Sequence[Get
Workflow 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[Get
Workflow Catalog Service Request Result Tag] - user_
id_ stror_ email - The user identifier who invoked the request to create the catalog service request.
- users
Sequence[Get
Workflow Catalog Service Request Result User] - version_
contexts Sequence[GetWorkflow Catalog Service Request Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- catalog
Item List<Property Map>Definitions - class
Id String - create
Time 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time at which the service request completed or stopped.
- idp
References 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>
- mod
Time 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.
- object
Type String - operations List<Property Map>
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - selection
Criteria List<Property Map>Inputs - service
Item List<Property Map>Action Instances - service
Item 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
Id StringOr Email - The user identifier who invoked the request to create the catalog service request.
- users List<Property Map>
- version
Contexts List<Property Map>
GetWorkflowCatalogServiceRequestResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultCatalogItemDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultIdp
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultIdpReference
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultMessage
- Action
Operation string - Additional
Properties string - Class
Id string - Create
Time string - The time when this managed object was created.
- Message string
- Object
Type string - Service
Item stringName - Severity string
- Action
Operation string - Additional
Properties string - Class
Id string - Create
Time string - The time when this managed object was created.
- Message string
- Object
Type string - Service
Item stringName - Severity string
- action
Operation String - additional
Properties String - class
Id String - create
Time String - The time when this managed object was created.
- message String
- object
Type String - service
Item StringName - severity String
- action
Operation string - additional
Properties string - class
Id string - create
Time string - The time when this managed object was created.
- message string
- object
Type string - service
Item 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
- action
Operation String - additional
Properties String - class
Id String - create
Time String - The time when this managed object was created.
- message String
- object
Type String - service
Item StringName - severity String
GetWorkflowCatalogServiceRequestResultOperation
- Additional
Properties string - Class
Id string - Object
Type string - Operation
Type string
- Additional
Properties string - Class
Id string - Object
Type string - Operation
Type string
- additional
Properties String - class
Id String - object
Type String - operation
Type String
- additional
Properties string - class
Id string - object
Type string - operation
Type string
- additional_
properties str - class_
id str - object_
type str - operation_
type str
- additional
Properties String - class
Id String - object
Type String - operation
Type String
GetWorkflowCatalogServiceRequestResultOrganization
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultSelectionCriteriaInput
- additional
Properties String - class
Id String - filter
Conditions List<Property Map> - input
Name String - input
Value String - object
Type String
GetWorkflowCatalogServiceRequestResultSelectionCriteriaInputFilterCondition
- Additional
Properties string - Class
Id string - Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Object
Type string - Selector string
- additional
Properties String - class
Id String - object
Type String - selector String
- additional
Properties string - class
Id string - object
Type string - selector string
- additional_
properties str - class_
id str - object_
type str - selector str
- additional
Properties String - class
Id String - object
Type String - selector String
GetWorkflowCatalogServiceRequestResultServiceItemActionInstance
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultServiceItemInstance
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetWorkflowCatalogServiceRequestResultUser
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetWorkflowCatalogServiceRequestResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetWorkflowCatalogServiceRequestSelectionCriteriaInput
- Additional
Properties string - Class
Id string - The fully-qualified name 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 List<GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition> - Input
Name string - Name of the Policy Input.
- Input
Value string - The value extracted from the filter conditions.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name 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 []GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition - Input
Name string - Name of the Policy Input.
- Input
Value string - The value extracted from the filter conditions.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition> - input
Name String - Name of the Policy Input.
- input
Value String - The value extracted from the filter conditions.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name 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 GetWorkflow Catalog Service Request Selection Criteria Input Filter Condition[] - input
Name string - Name of the Policy Input.
- input
Value string - The value extracted from the filter conditions.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<Property Map> - input
Name String - Name of the Policy Input.
- input
Value String - The value extracted from the filter conditions.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetWorkflowCatalogServiceRequestSelectionCriteriaInputFilterCondition
- Additional
Properties string - Class
Id string - The fully-qualified name 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 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 string - Class
Id string - The fully-qualified name 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 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 String - class
Id String - The fully-qualified name 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 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 string - class
Id string - The fully-qualified name 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 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).
- additional
Properties String - class
Id String - The fully-qualified name 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 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetWorkflowCatalogServiceRequestUser
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name 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 List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name 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 []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name 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 List<GetWorkflow Catalog Service Request Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name 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 GetWorkflow Catalog Service Request Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet