intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getWorkflowServiceItemActionInstance
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Service item action instance which represents one action on a service item instance.
Using getWorkflowServiceItemActionInstance
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkflowServiceItemActionInstance(args: GetWorkflowServiceItemActionInstanceArgs, opts?: InvokeOptions): Promise<GetWorkflowServiceItemActionInstanceResult>
function getWorkflowServiceItemActionInstanceOutput(args: GetWorkflowServiceItemActionInstanceOutputArgs, opts?: InvokeOptions): Output<GetWorkflowServiceItemActionInstanceResult>
def get_workflow_service_item_action_instance(account_moid: Optional[str] = None,
action: Optional[str] = None,
action_workflow_info: Optional[GetWorkflowServiceItemActionInstanceActionWorkflowInfo] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetWorkflowServiceItemActionInstanceAncestor]] = None,
catalog_service_requests: Optional[Sequence[GetWorkflowServiceItemActionInstanceCatalogServiceRequest]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
end_time: Optional[str] = None,
id: Optional[str] = None,
idp: Optional[GetWorkflowServiceItemActionInstanceIdp] = None,
idp_reference: Optional[GetWorkflowServiceItemActionInstanceIdpReference] = None,
input: Optional[str] = None,
last_action: Optional[str] = None,
messages: Optional[Sequence[GetWorkflowServiceItemActionInstanceMessage]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetWorkflowServiceItemActionInstanceParent] = None,
permission_resources: Optional[Sequence[GetWorkflowServiceItemActionInstancePermissionResource]] = None,
resourcelifecycle_status: Optional[str] = None,
selection_criteria_inputs: Optional[Sequence[GetWorkflowServiceItemActionInstanceSelectionCriteriaInput]] = None,
service_item_action_definition: Optional[GetWorkflowServiceItemActionInstanceServiceItemActionDefinition] = None,
service_item_definition: Optional[GetWorkflowServiceItemActionInstanceServiceItemDefinition] = None,
service_item_instance: Optional[GetWorkflowServiceItemActionInstanceServiceItemInstance] = None,
service_request_input: Optional[str] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
stop_workflow_info: Optional[GetWorkflowServiceItemActionInstanceStopWorkflowInfo] = None,
tags: Optional[Sequence[GetWorkflowServiceItemActionInstanceTag]] = None,
user: Optional[GetWorkflowServiceItemActionInstanceUser] = None,
user_id_or_email: Optional[str] = None,
validation_workflow_info: Optional[GetWorkflowServiceItemActionInstanceValidationWorkflowInfo] = None,
version_context: Optional[GetWorkflowServiceItemActionInstanceVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkflowServiceItemActionInstanceResult
def get_workflow_service_item_action_instance_output(account_moid: Optional[pulumi.Input[str]] = None,
action: Optional[pulumi.Input[str]] = None,
action_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceActionWorkflowInfoArgs]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceAncestorArgs]]]] = None,
catalog_service_requests: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceCatalogServiceRequestArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
end_time: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
idp: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceIdpArgs]] = None,
idp_reference: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceIdpReferenceArgs]] = None,
input: Optional[pulumi.Input[str]] = None,
last_action: Optional[pulumi.Input[str]] = None,
messages: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceMessageArgs]]]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstancePermissionResourceArgs]]]] = None,
resourcelifecycle_status: Optional[pulumi.Input[str]] = None,
selection_criteria_inputs: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceSelectionCriteriaInputArgs]]]] = None,
service_item_action_definition: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemActionDefinitionArgs]] = None,
service_item_definition: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemDefinitionArgs]] = None,
service_item_instance: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceServiceItemInstanceArgs]] = None,
service_request_input: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
start_time: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
stop_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceStopWorkflowInfoArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetWorkflowServiceItemActionInstanceTagArgs]]]] = None,
user: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceUserArgs]] = None,
user_id_or_email: Optional[pulumi.Input[str]] = None,
validation_workflow_info: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceValidationWorkflowInfoArgs]] = None,
version_context: Optional[pulumi.Input[GetWorkflowServiceItemActionInstanceVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowServiceItemActionInstanceResult]
func LookupWorkflowServiceItemActionInstance(ctx *Context, args *LookupWorkflowServiceItemActionInstanceArgs, opts ...InvokeOption) (*LookupWorkflowServiceItemActionInstanceResult, error)
func LookupWorkflowServiceItemActionInstanceOutput(ctx *Context, args *LookupWorkflowServiceItemActionInstanceOutputArgs, opts ...InvokeOption) LookupWorkflowServiceItemActionInstanceResultOutput
> Note: This function is named LookupWorkflowServiceItemActionInstance
in the Go SDK.
public static class GetWorkflowServiceItemActionInstance
{
public static Task<GetWorkflowServiceItemActionInstanceResult> InvokeAsync(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetWorkflowServiceItemActionInstanceResult> Invoke(GetWorkflowServiceItemActionInstanceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkflowServiceItemActionInstanceResult> getWorkflowServiceItemActionInstance(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions options)
public static Output<GetWorkflowServiceItemActionInstanceResult> getWorkflowServiceItemActionInstance(GetWorkflowServiceItemActionInstanceArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getWorkflowServiceItemActionInstance:getWorkflowServiceItemActionInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Action
Workflow GetInfo Workflow Service Item Action Instance Action Workflow Info - Additional
Properties string - Ancestors
List<Get
Workflow Service Item Action Instance Ancestor> - Catalog
Service List<GetRequests Workflow Service Item Action Instance Catalog Service Request> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time when the action was stopped or completed execution last time.
- Id string
- Idp
Get
Workflow Service Item Action Instance Idp - Idp
Reference GetWorkflow Service Item Action Instance Idp Reference - Input string
- Last
Action string - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Messages
List<Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- Object
Type string - Owners List<string>
- Parent
Get
Workflow Service Item Action Instance Parent - Permission
Resources List<GetWorkflow Service Item Action Instance Permission Resource> - Resourcelifecycle
Status string - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - Selection
Criteria List<GetInputs Workflow Service Item Action Instance Selection Criteria Input> - Service
Item GetAction Definition Workflow Service Item Action Instance Service Item Action Definition - Service
Item GetDefinition Workflow Service Item Action Instance Service Item Definition - Service
Item GetInstance Workflow Service Item Action Instance Service Item Instance - Service
Request stringInput - 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.
- Start
Time string - The time when the action was started for execution last time.
- Status string
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - Stop
Workflow GetInfo Workflow Service Item Action Instance Stop Workflow Info - List<Get
Workflow Service Item Action Instance Tag> - User
Get
Workflow Service Item Action Instance User - User
Id stringOr Email - The user identifier who invoked the request to create the service item instance.
- Validation
Workflow GetInfo Workflow Service Item Action Instance Validation Workflow Info - Version
Context GetWorkflow Service Item Action Instance Version Context
- Account
Moid string - The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Action
Workflow GetInfo Workflow Service Item Action Instance Action Workflow Info - Additional
Properties string - Ancestors
[]Get
Workflow Service Item Action Instance Ancestor - Catalog
Service []GetRequests Workflow Service Item Action Instance Catalog Service Request - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time when the action was stopped or completed execution last time.
- Id string
- Idp
Get
Workflow Service Item Action Instance Idp - Idp
Reference GetWorkflow Service Item Action Instance Idp Reference - Input string
- Last
Action string - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Messages
[]Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- Object
Type string - Owners []string
- Parent
Get
Workflow Service Item Action Instance Parent - Permission
Resources []GetWorkflow Service Item Action Instance Permission Resource - Resourcelifecycle
Status string - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - Selection
Criteria []GetInputs Workflow Service Item Action Instance Selection Criteria Input - Service
Item GetAction Definition Workflow Service Item Action Instance Service Item Action Definition - Service
Item GetDefinition Workflow Service Item Action Instance Service Item Definition - Service
Item GetInstance Workflow Service Item Action Instance Service Item Instance - Service
Request stringInput - 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.
- Start
Time string - The time when the action was started for execution last time.
- Status string
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - Stop
Workflow GetInfo Workflow Service Item Action Instance Stop Workflow Info - []Get
Workflow Service Item Action Instance Tag - User
Get
Workflow Service Item Action Instance User - User
Id stringOr Email - The user identifier who invoked the request to create the service item instance.
- Validation
Workflow GetInfo Workflow Service Item Action Instance Validation Workflow Info - Version
Context GetWorkflow Service Item Action Instance Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow GetInfo Workflow Service Item Action Instance Action Workflow Info - additional
Properties String - ancestors
List<Get
Workflow Service Item Action Instance Ancestor> - catalog
Service List<GetRequests Workflow Service Item Action Instance Catalog Service Request> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time when the action was stopped or completed execution last time.
- id String
- idp
Get
Workflow Service Item Action Instance Idp - idp
Reference GetWorkflow Service Item Action Instance Idp Reference - input String
- last
Action String - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
List<Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type String - owners List<String>
- parent
Get
Workflow Service Item Action Instance Parent - permission
Resources List<GetWorkflow Service Item Action Instance Permission Resource> - resourcelifecycle
Status String - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria List<GetInputs Workflow Service Item Action Instance Selection Criteria Input> - service
Item GetAction Definition Workflow Service Item Action Instance Service Item Action Definition - service
Item GetDefinition Workflow Service Item Action Instance Service Item Definition - service
Item GetInstance Workflow Service Item Action Instance Service Item Instance - service
Request StringInput - 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.
- start
Time String - The time when the action was started for execution last time.
- status String
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow GetInfo Workflow Service Item Action Instance Stop Workflow Info - List<Get
Workflow Service Item Action Instance Tag> - user
Get
Workflow Service Item Action Instance User - user
Id StringOr Email - The user identifier who invoked the request to create the service item instance.
- validation
Workflow GetInfo Workflow Service Item Action Instance Validation Workflow Info - version
Context GetWorkflow Service Item Action Instance Version Context
- account
Moid string - The Account ID for this managed object.
- action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow GetInfo Workflow Service Item Action Instance Action Workflow Info - additional
Properties string - ancestors
Get
Workflow Service Item Action Instance Ancestor[] - catalog
Service GetRequests Workflow Service Item Action Instance Catalog Service Request[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Time string - The time when the action was stopped or completed execution last time.
- id string
- idp
Get
Workflow Service Item Action Instance Idp - idp
Reference GetWorkflow Service Item Action Instance Idp Reference - input string
- last
Action string - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type string - owners string[]
- parent
Get
Workflow Service Item Action Instance Parent - permission
Resources GetWorkflow Service Item Action Instance Permission Resource[] - resourcelifecycle
Status string - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria GetInputs Workflow Service Item Action Instance Selection Criteria Input[] - service
Item GetAction Definition Workflow Service Item Action Instance Service Item Action Definition - service
Item GetDefinition Workflow Service Item Action Instance Service Item Definition - service
Item GetInstance Workflow Service Item Action Instance Service Item Instance - service
Request stringInput - 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.
- start
Time string - The time when the action was started for execution last time.
- status string
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow GetInfo Workflow Service Item Action Instance Stop Workflow Info - Get
Workflow Service Item Action Instance Tag[] - user
Get
Workflow Service Item Action Instance User - user
Id stringOr Email - The user identifier who invoked the request to create the service item instance.
- validation
Workflow GetInfo Workflow Service Item Action Instance Validation Workflow Info - version
Context GetWorkflow Service Item Action Instance Version Context
- account_
moid str - The Account ID for this managed object.
- action str
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action_
workflow_ Getinfo Workflow Service Item Action Instance Action Workflow Info - additional_
properties str - ancestors
Sequence[Get
Workflow Service Item Action Instance Ancestor] - catalog_
service_ Sequence[Getrequests Workflow Service Item Action Instance Catalog Service Request] - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- end_
time str - The time when the action was stopped or completed execution last time.
- id str
- idp
Get
Workflow Service Item Action Instance Idp - idp_
reference GetWorkflow Service Item Action Instance Idp Reference - input str
- last_
action str - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
Sequence[Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object_
type str - owners Sequence[str]
- parent
Get
Workflow Service Item Action Instance Parent - permission_
resources Sequence[GetWorkflow Service Item Action Instance Permission Resource] - resourcelifecycle_
status str - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection_
criteria_ Sequence[Getinputs Workflow Service Item Action Instance Selection Criteria Input] - service_
item_ Getaction_ definition Workflow Service Item Action Instance Service Item Action Definition - service_
item_ Getdefinition Workflow Service Item Action Instance Service Item Definition - service_
item_ Getinstance Workflow Service Item Action Instance Service Item Instance - service_
request_ strinput - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time str - The time when the action was started for execution last time.
- status str
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop_
workflow_ Getinfo Workflow Service Item Action Instance Stop Workflow Info - Sequence[Get
Workflow Service Item Action Instance Tag] - user
Get
Workflow Service Item Action Instance User - user_
id_ stror_ email - The user identifier who invoked the request to create the service item instance.
- validation_
workflow_ Getinfo Workflow Service Item Action Instance Validation Workflow Info - version_
context GetWorkflow Service Item Action Instance Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow Property MapInfo - additional
Properties String - ancestors List<Property Map>
- catalog
Service List<Property Map>Requests - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time when the action was stopped or completed execution last time.
- id String
- idp Property Map
- idp
Reference Property Map - input String
- last
Action String - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages List<Property Map>
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - resourcelifecycle
Status String - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria List<Property Map>Inputs - service
Item Property MapAction Definition - service
Item Property MapDefinition - service
Item Property MapInstance - service
Request StringInput - 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.
- start
Time String - The time when the action was started for execution last time.
- status String
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow Property MapInfo - List<Property Map>
- user Property Map
- user
Id StringOr Email - The user identifier who invoked the request to create the service item instance.
- validation
Workflow Property MapInfo - version
Context Property Map
getWorkflowServiceItemActionInstance Result
The following output properties are available:
- Id string
- Results
List<Get
Workflow Service Item Action Instance Result> - Account
Moid string - Action string
- Action
Workflow GetInfo Workflow Service Item Action Instance Action Workflow Info - Additional
Properties string - Ancestors
List<Get
Workflow Service Item Action Instance Ancestor> - Catalog
Service List<GetRequests Workflow Service Item Action Instance Catalog Service Request> - Class
Id string - Create
Time string - Domain
Group stringMoid - End
Time string - Idp
Get
Workflow Service Item Action Instance Idp - Idp
Reference GetWorkflow Service Item Action Instance Idp Reference - Input string
- Last
Action string - Messages
List<Get
Workflow Service Item Action Instance Message> - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Workflow Service Item Action Instance Parent - Permission
Resources List<GetWorkflow Service Item Action Instance Permission Resource> - Resourcelifecycle
Status string - Selection
Criteria List<GetInputs Workflow Service Item Action Instance Selection Criteria Input> - Service
Item GetAction Definition Workflow Service Item Action Instance Service Item Action Definition - Service
Item GetDefinition Workflow Service Item Action Instance Service Item Definition - Service
Item GetInstance Workflow Service Item Action Instance Service Item Instance - Service
Request stringInput - string
- Start
Time string - Status string
- Stop
Workflow GetInfo Workflow Service Item Action Instance Stop Workflow Info - List<Get
Workflow Service Item Action Instance Tag> - User
Get
Workflow Service Item Action Instance User - User
Id stringOr Email - Validation
Workflow GetInfo Workflow Service Item Action Instance Validation Workflow Info - Version
Context GetWorkflow Service Item Action Instance Version Context
- Id string
- Results
[]Get
Workflow Service Item Action Instance Result - Account
Moid string - Action string
- Action
Workflow GetInfo Workflow Service Item Action Instance Action Workflow Info - Additional
Properties string - Ancestors
[]Get
Workflow Service Item Action Instance Ancestor - Catalog
Service []GetRequests Workflow Service Item Action Instance Catalog Service Request - Class
Id string - Create
Time string - Domain
Group stringMoid - End
Time string - Idp
Get
Workflow Service Item Action Instance Idp - Idp
Reference GetWorkflow Service Item Action Instance Idp Reference - Input string
- Last
Action string - Messages
[]Get
Workflow Service Item Action Instance Message - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Workflow Service Item Action Instance Parent - Permission
Resources []GetWorkflow Service Item Action Instance Permission Resource - Resourcelifecycle
Status string - Selection
Criteria []GetInputs Workflow Service Item Action Instance Selection Criteria Input - Service
Item GetAction Definition Workflow Service Item Action Instance Service Item Action Definition - Service
Item GetDefinition Workflow Service Item Action Instance Service Item Definition - Service
Item GetInstance Workflow Service Item Action Instance Service Item Instance - Service
Request stringInput - string
- Start
Time string - Status string
- Stop
Workflow GetInfo Workflow Service Item Action Instance Stop Workflow Info - []Get
Workflow Service Item Action Instance Tag - User
Get
Workflow Service Item Action Instance User - User
Id stringOr Email - Validation
Workflow GetInfo Workflow Service Item Action Instance Validation Workflow Info - Version
Context GetWorkflow Service Item Action Instance Version Context
- id String
- results
List<Get
Workflow Service Item Action Instance Result> - account
Moid String - action String
- action
Workflow GetInfo Workflow Service Item Action Instance Action Workflow Info - additional
Properties String - ancestors
List<Get
Workflow Service Item Action Instance Ancestor> - catalog
Service List<GetRequests Workflow Service Item Action Instance Catalog Service Request> - class
Id String - create
Time String - domain
Group StringMoid - end
Time String - idp
Get
Workflow Service Item Action Instance Idp - idp
Reference GetWorkflow Service Item Action Instance Idp Reference - input String
- last
Action String - messages
List<Get
Workflow Service Item Action Instance Message> - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Workflow Service Item Action Instance Parent - permission
Resources List<GetWorkflow Service Item Action Instance Permission Resource> - resourcelifecycle
Status String - selection
Criteria List<GetInputs Workflow Service Item Action Instance Selection Criteria Input> - service
Item GetAction Definition Workflow Service Item Action Instance Service Item Action Definition - service
Item GetDefinition Workflow Service Item Action Instance Service Item Definition - service
Item GetInstance Workflow Service Item Action Instance Service Item Instance - service
Request StringInput - String
- start
Time String - status String
- stop
Workflow GetInfo Workflow Service Item Action Instance Stop Workflow Info - List<Get
Workflow Service Item Action Instance Tag> - user
Get
Workflow Service Item Action Instance User - user
Id StringOr Email - validation
Workflow GetInfo Workflow Service Item Action Instance Validation Workflow Info - version
Context GetWorkflow Service Item Action Instance Version Context
- id string
- results
Get
Workflow Service Item Action Instance Result[] - account
Moid string - action string
- action
Workflow GetInfo Workflow Service Item Action Instance Action Workflow Info - additional
Properties string - ancestors
Get
Workflow Service Item Action Instance Ancestor[] - catalog
Service GetRequests Workflow Service Item Action Instance Catalog Service Request[] - class
Id string - create
Time string - domain
Group stringMoid - end
Time string - idp
Get
Workflow Service Item Action Instance Idp - idp
Reference GetWorkflow Service Item Action Instance Idp Reference - input string
- last
Action string - messages
Get
Workflow Service Item Action Instance Message[] - mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parent
Get
Workflow Service Item Action Instance Parent - permission
Resources GetWorkflow Service Item Action Instance Permission Resource[] - resourcelifecycle
Status string - selection
Criteria GetInputs Workflow Service Item Action Instance Selection Criteria Input[] - service
Item GetAction Definition Workflow Service Item Action Instance Service Item Action Definition - service
Item GetDefinition Workflow Service Item Action Instance Service Item Definition - service
Item GetInstance Workflow Service Item Action Instance Service Item Instance - service
Request stringInput - string
- start
Time string - status string
- stop
Workflow GetInfo Workflow Service Item Action Instance Stop Workflow Info - Get
Workflow Service Item Action Instance Tag[] - user
Get
Workflow Service Item Action Instance User - user
Id stringOr Email - validation
Workflow GetInfo Workflow Service Item Action Instance Validation Workflow Info - version
Context GetWorkflow Service Item Action Instance Version Context
- id str
- results
Sequence[Get
Workflow Service Item Action Instance Result] - account_
moid str - action str
- action_
workflow_ Getinfo Workflow Service Item Action Instance Action Workflow Info - additional_
properties str - ancestors
Sequence[Get
Workflow Service Item Action Instance Ancestor] - catalog_
service_ Sequence[Getrequests Workflow Service Item Action Instance Catalog Service Request] - class_
id str - create_
time str - domain_
group_ strmoid - end_
time str - idp
Get
Workflow Service Item Action Instance Idp - idp_
reference GetWorkflow Service Item Action Instance Idp Reference - input str
- last_
action str - messages
Sequence[Get
Workflow Service Item Action Instance Message] - mod_
time str - moid str
- name str
- object_
type str - owners Sequence[str]
- parent
Get
Workflow Service Item Action Instance Parent - permission_
resources Sequence[GetWorkflow Service Item Action Instance Permission Resource] - resourcelifecycle_
status str - selection_
criteria_ Sequence[Getinputs Workflow Service Item Action Instance Selection Criteria Input] - service_
item_ Getaction_ definition Workflow Service Item Action Instance Service Item Action Definition - service_
item_ Getdefinition Workflow Service Item Action Instance Service Item Definition - service_
item_ Getinstance Workflow Service Item Action Instance Service Item Instance - service_
request_ strinput - str
- start_
time str - status str
- stop_
workflow_ Getinfo Workflow Service Item Action Instance Stop Workflow Info - Sequence[Get
Workflow Service Item Action Instance Tag] - user
Get
Workflow Service Item Action Instance User - user_
id_ stror_ email - validation_
workflow_ Getinfo Workflow Service Item Action Instance Validation Workflow Info - version_
context GetWorkflow Service Item Action Instance Version Context
- id String
- results List<Property Map>
- account
Moid String - action String
- action
Workflow Property MapInfo - additional
Properties String - ancestors List<Property Map>
- catalog
Service List<Property Map>Requests - class
Id String - create
Time String - domain
Group StringMoid - end
Time String - idp Property Map
- idp
Reference Property Map - input String
- last
Action String - messages List<Property Map>
- mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - resourcelifecycle
Status String - selection
Criteria List<Property Map>Inputs - service
Item Property MapAction Definition - service
Item Property MapDefinition - service
Item Property MapInstance - service
Request StringInput - String
- start
Time String - status String
- stop
Workflow Property MapInfo - List<Property Map>
- user Property Map
- user
Id StringOr Email - validation
Workflow Property MapInfo - version
Context Property Map
Supporting Types
GetWorkflowServiceItemActionInstanceActionWorkflowInfo
- 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'.
GetWorkflowServiceItemActionInstanceAncestor
- 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'.
GetWorkflowServiceItemActionInstanceCatalogServiceRequest
- 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'.
GetWorkflowServiceItemActionInstanceIdp
- 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'.
GetWorkflowServiceItemActionInstanceIdpReference
- 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'.
GetWorkflowServiceItemActionInstanceMessage
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Severity string
- The severity of the message such as error, warning, info etc.
Info
- The enum represents the log level to be used to convey info message.Warning
- The enum represents the log level to be used to convey warning message.Debug
- The enum represents the log level to be used to convey debug message.Error
- The enum represents the log level to be used to convey error message.
- Action
Operation 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Severity string
- The severity of the message such as error, warning, info etc.
Info
- The enum represents the log level to be used to convey info message.Warning
- The enum represents the log level to be used to convey warning message.Debug
- The enum represents the log level to be used to convey debug message.Error
- The enum represents the log level to be used to convey error message.
- action
Operation 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- severity String
- The severity of the message such as error, warning, info etc.
Info
- The enum represents the log level to be used to convey info message.Warning
- The enum represents the log level to be used to convey warning message.Debug
- The enum represents the log level to be used to convey debug message.Error
- The enum represents the log level to be used to convey error message.
- action
Operation 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- severity string
- The severity of the message such as error, warning, info etc.
Info
- The enum represents the log level to be used to convey info message.Warning
- The enum represents the log level to be used to convey warning message.Debug
- The enum represents the log level to be used to convey debug message.Error
- The enum represents the log level to be used to convey error message.
- action_
operation str - The type of action instance operation, such as Validate, Start, Retry, RetryFailed, Cancel, Stop etc.
None
- No action is set, this is the default value for action field.Validate
- Validate the action instance inputs and run the validation workflows.Start
- Start a new execution of the action instance.Rerun
- Rerun the service item action instance from the beginning.Retry
- Retry the workflow that has failed from the failure point.Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- create_
time str - The time when this managed object was created.
- message str
- An i18n message which can be localized and conveys status on the action.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- severity str
- The severity of the message such as error, warning, info etc.
Info
- The enum represents the log level to be used to convey info message.Warning
- The enum represents the log level to be used to convey warning message.Debug
- The enum represents the log level to be used to convey debug message.Error
- The enum represents the log level to be used to convey error message.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- severity String
- The severity of the message such as error, warning, info etc.
Info
- The enum represents the log level to be used to convey info message.Warning
- The enum represents the log level to be used to convey warning message.Debug
- The enum represents the log level to be used to convey debug message.Error
- The enum represents the log level to be used to convey error message.
GetWorkflowServiceItemActionInstanceParent
- 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'.
GetWorkflowServiceItemActionInstancePermissionResource
- 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'.
GetWorkflowServiceItemActionInstanceResult
- Account
Moid string - The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Action
Workflow List<GetInfos Workflow Service Item Action Instance Result Action Workflow Info> - Additional
Properties string - Ancestors
List<Get
Workflow Service Item Action Instance Result Ancestor> - Catalog
Service List<GetRequests Workflow Service Item Action Instance Result Catalog Service Request> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time when the action was stopped or completed execution last time.
- Idp
References List<GetWorkflow Service Item Action Instance Result Idp Reference> - Idps
List<Get
Workflow Service Item Action Instance Result Idp> - Input string
- Last
Action string - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Messages
List<Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- Object
Type string - Owners List<string>
- Parents
List<Get
Workflow Service Item Action Instance Result Parent> - Permission
Resources List<GetWorkflow Service Item Action Instance Result Permission Resource> - Resourcelifecycle
Status string - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - Selection
Criteria List<GetInputs Workflow Service Item Action Instance Result Selection Criteria Input> - Service
Item List<GetAction Definitions Workflow Service Item Action Instance Result Service Item Action Definition> - Service
Item List<GetDefinitions Workflow Service Item Action Instance Result Service Item Definition> - Service
Item List<GetInstances Workflow Service Item Action Instance Result Service Item Instance> - Service
Request stringInput - 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.
- Start
Time string - The time when the action was started for execution last time.
- Status string
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - Stop
Workflow List<GetInfos Workflow Service Item Action Instance Result Stop Workflow Info> - List<Get
Workflow Service Item Action Instance Result Tag> - User
Id stringOr Email - The user identifier who invoked the request to create the service item instance.
- Users
List<Get
Workflow Service Item Action Instance Result User> - Validation
Workflow List<GetInfos Workflow Service Item Action Instance Result Validation Workflow Info> - Version
Contexts List<GetWorkflow Service Item Action Instance Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Action
Workflow []GetInfos Workflow Service Item Action Instance Result Action Workflow Info - Additional
Properties string - Ancestors
[]Get
Workflow Service Item Action Instance Result Ancestor - Catalog
Service []GetRequests Workflow Service Item Action Instance Result Catalog Service Request - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- End
Time string - The time when the action was stopped or completed execution last time.
- Idp
References []GetWorkflow Service Item Action Instance Result Idp Reference - Idps
[]Get
Workflow Service Item Action Instance Result Idp - Input string
- Last
Action string - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - Messages
[]Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- Object
Type string - Owners []string
- Parents
[]Get
Workflow Service Item Action Instance Result Parent - Permission
Resources []GetWorkflow Service Item Action Instance Result Permission Resource - Resourcelifecycle
Status string - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - Selection
Criteria []GetInputs Workflow Service Item Action Instance Result Selection Criteria Input - Service
Item []GetAction Definitions Workflow Service Item Action Instance Result Service Item Action Definition - Service
Item []GetDefinitions Workflow Service Item Action Instance Result Service Item Definition - Service
Item []GetInstances Workflow Service Item Action Instance Result Service Item Instance - Service
Request stringInput - 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.
- Start
Time string - The time when the action was started for execution last time.
- Status string
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - Stop
Workflow []GetInfos Workflow Service Item Action Instance Result Stop Workflow Info - []Get
Workflow Service Item Action Instance Result Tag - User
Id stringOr Email - The user identifier who invoked the request to create the service item instance.
- Users
[]Get
Workflow Service Item Action Instance Result User - Validation
Workflow []GetInfos Workflow Service Item Action Instance Result Validation Workflow Info - Version
Contexts []GetWorkflow Service Item Action Instance Result Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow List<GetInfos Workflow Service Item Action Instance Result Action Workflow Info> - additional
Properties String - ancestors
List<Get
Workflow Service Item Action Instance Result Ancestor> - catalog
Service List<GetRequests Workflow Service Item Action Instance Result Catalog Service Request> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time when the action was stopped or completed execution last time.
- idp
References List<GetWorkflow Service Item Action Instance Result Idp Reference> - idps
List<Get
Workflow Service Item Action Instance Result Idp> - input String
- last
Action String - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
List<Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type String - owners List<String>
- parents
List<Get
Workflow Service Item Action Instance Result Parent> - permission
Resources List<GetWorkflow Service Item Action Instance Result Permission Resource> - resourcelifecycle
Status String - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria List<GetInputs Workflow Service Item Action Instance Result Selection Criteria Input> - service
Item List<GetAction Definitions Workflow Service Item Action Instance Result Service Item Action Definition> - service
Item List<GetDefinitions Workflow Service Item Action Instance Result Service Item Definition> - service
Item List<GetInstances Workflow Service Item Action Instance Result Service Item Instance> - service
Request StringInput - 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.
- start
Time String - The time when the action was started for execution last time.
- status String
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow List<GetInfos Workflow Service Item Action Instance Result Stop Workflow Info> - List<Get
Workflow Service Item Action Instance Result Tag> - user
Id StringOr Email - The user identifier who invoked the request to create the service item instance.
- users
List<Get
Workflow Service Item Action Instance Result User> - validation
Workflow List<GetInfos Workflow Service Item Action Instance Result Validation Workflow Info> - version
Contexts List<GetWorkflow Service Item Action Instance Result Version Context>
- account
Moid string - The Account ID for this managed object.
- action string
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow GetInfos Workflow Service Item Action Instance Result Action Workflow Info[] - additional
Properties string - ancestors
Get
Workflow Service Item Action Instance Result Ancestor[] - catalog
Service GetRequests Workflow Service Item Action Instance Result Catalog Service Request[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- end
Time string - The time when the action was stopped or completed execution last time.
- idp
References GetWorkflow Service Item Action Instance Result Idp Reference[] - idps
Get
Workflow Service Item Action Instance Result Idp[] - input string
- last
Action string - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type string - owners string[]
- parents
Get
Workflow Service Item Action Instance Result Parent[] - permission
Resources GetWorkflow Service Item Action Instance Result Permission Resource[] - resourcelifecycle
Status string - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria GetInputs Workflow Service Item Action Instance Result Selection Criteria Input[] - service
Item GetAction Definitions Workflow Service Item Action Instance Result Service Item Action Definition[] - service
Item GetDefinitions Workflow Service Item Action Instance Result Service Item Definition[] - service
Item GetInstances Workflow Service Item Action Instance Result Service Item Instance[] - service
Request stringInput - 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.
- start
Time string - The time when the action was started for execution last time.
- status string
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow GetInfos Workflow Service Item Action Instance Result Stop Workflow Info[] - Get
Workflow Service Item Action Instance Result Tag[] - user
Id stringOr Email - The user identifier who invoked the request to create the service item instance.
- users
Get
Workflow Service Item Action Instance Result User[] - validation
Workflow GetInfos Workflow Service Item Action Instance Result Validation Workflow Info[] - version
Contexts GetWorkflow Service Item Action Instance Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- action str
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action_
workflow_ Sequence[Getinfos Workflow Service Item Action Instance Result Action Workflow Info] - additional_
properties str - ancestors
Sequence[Get
Workflow Service Item Action Instance Result Ancestor] - catalog_
service_ Sequence[Getrequests Workflow Service Item Action Instance Result Catalog Service Request] - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- end_
time str - The time when the action was stopped or completed execution last time.
- idp_
references Sequence[GetWorkflow Service Item Action Instance Result Idp Reference] - idps
Sequence[Get
Workflow Service Item Action Instance Result Idp] - input str
- last_
action str - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages
Sequence[Get
Workflow Service Item Action Instance 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
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Workflow Service Item Action Instance Result Parent] - permission_
resources Sequence[GetWorkflow Service Item Action Instance Result Permission Resource] - resourcelifecycle_
status str - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection_
criteria_ Sequence[Getinputs Workflow Service Item Action Instance Result Selection Criteria Input] - service_
item_ Sequence[Getaction_ definitions Workflow Service Item Action Instance Result Service Item Action Definition] - service_
item_ Sequence[Getdefinitions Workflow Service Item Action Instance Result Service Item Definition] - service_
item_ Sequence[Getinstances Workflow Service Item Action Instance Result Service Item Instance] - service_
request_ strinput - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- start_
time str - The time when the action was started for execution last time.
- status str
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop_
workflow_ Sequence[Getinfos Workflow Service Item Action Instance Result Stop Workflow Info] - Sequence[Get
Workflow Service Item Action Instance Result Tag] - user_
id_ stror_ email - The user identifier who invoked the request to create the service item instance.
- users
Sequence[Get
Workflow Service Item Action Instance Result User] - validation_
workflow_ Sequence[Getinfos Workflow Service Item Action Instance Result Validation Workflow Info] - version_
contexts Sequence[GetWorkflow Service Item Action Instance Result Version Context]
- account
Moid String - The Account ID for this managed object.
- action String
- Name of the action that needs to be performed on the service item instance.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - action
Workflow List<Property Map>Infos - additional
Properties String - ancestors List<Property Map>
- catalog
Service List<Property Map>Requests - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- end
Time String - The time when the action was stopped or completed execution last time.
- idp
References List<Property Map> - idps List<Property Map>
- input String
- last
Action String - The last action that was issued on the action definition workflows is saved in this property.*
None
- No action is set, this is the default value for action field.*Validate
- Validate the action instance inputs and run the validation workflows.*Start
- Start a new execution of the action instance.*Rerun
- Rerun the service item action instance from the beginning.*Retry
- Retry the workflow that has failed from the failure point.*Cancel
- Cancel the core workflow that is in running or waiting state. This action can be used when the workflows are stuck and not progressing.*Stop
- Stop the action instance which is in progress and didn't complete successfully. Use this action to clear the state and then delete the action instance. A completed action cannot be stopped. - messages List<Property Map>
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name for the action instance is created in the system by appending name of the service item instance to the name of the action definition.
- object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - resourcelifecycle
Status String - Lifecycle state of service item instance.*
Creating
- The service item is not yet created and creation action is in progress.*Created
- The service item is created.*Decommissioning
- The service item is not yet decommissioned and decommission action is in progress.*Decommissioned
- The service item is decommisioned.*Deleting
- The service item is not yet deleted and deletion action is in progress.*Deleted
- The service item is deleted.*Failed
- The service item action is failed to perform the operation. - selection
Criteria List<Property Map>Inputs - service
Item List<Property Map>Action Definitions - service
Item List<Property Map>Definitions - service
Item List<Property Map>Instances - service
Request StringInput - 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.
- start
Time String - The time when the action was started for execution last time.
- status String
- State of the service item action instance.*
NotStarted
- An action on the service item is not yet started and it is in a draft mode. A service item action instance can be deleted in this state.*Validating
- A validate action has been triggered on the action and until it completes the start action cannot be issued.*InProgress
- An action is in progress and until that action has reached a final state, another action cannot be started.*Failed
- The action on the service item instance failed and can be retried.*Completed
- The action on the service item instance completed successfully.*Stopping
- The stop action is running on the action instance.*Stopped
- The action on the service item instance has stopped. - stop
Workflow List<Property Map>Infos - List<Property Map>
- user
Id StringOr Email - The user identifier who invoked the request to create the service item instance.
- users List<Property Map>
- validation
Workflow List<Property Map>Infos - version
Contexts List<Property Map>
GetWorkflowServiceItemActionInstanceResultActionWorkflowInfo
- 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
GetWorkflowServiceItemActionInstanceResultAncestor
- 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
GetWorkflowServiceItemActionInstanceResultCatalogServiceRequest
- 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
GetWorkflowServiceItemActionInstanceResultIdp
- 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
GetWorkflowServiceItemActionInstanceResultIdpReference
- 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
GetWorkflowServiceItemActionInstanceResultMessage
- 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 - 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 - 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 - 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 - severity string
- action_
operation str - additional_
properties str - class_
id str - create_
time str - The time when this managed object was created.
- message str
- object_
type str - severity str
- 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 - severity String
GetWorkflowServiceItemActionInstanceResultParent
- 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
GetWorkflowServiceItemActionInstanceResultPermissionResource
- 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
GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInput
- additional
Properties String - class
Id String - filter
Conditions List<Property Map> - input
Name String - input
Value String - object
Type String
GetWorkflowServiceItemActionInstanceResultSelectionCriteriaInputFilterCondition
- 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
GetWorkflowServiceItemActionInstanceResultServiceItemActionDefinition
- 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
GetWorkflowServiceItemActionInstanceResultServiceItemDefinition
- 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
GetWorkflowServiceItemActionInstanceResultServiceItemInstance
- 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
GetWorkflowServiceItemActionInstanceResultStopWorkflowInfo
- 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
GetWorkflowServiceItemActionInstanceResultTag
- 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
GetWorkflowServiceItemActionInstanceResultUser
- 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
GetWorkflowServiceItemActionInstanceResultValidationWorkflowInfo
- 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
GetWorkflowServiceItemActionInstanceResultVersionContext
- 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
GetWorkflowServiceItemActionInstanceResultVersionContextInterestedMo
- 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
GetWorkflowServiceItemActionInstanceResultVersionContextRefMo
- 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
GetWorkflowServiceItemActionInstanceSelectionCriteriaInput
- 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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.
GetWorkflowServiceItemActionInstanceSelectionCriteriaInputFilterCondition
- 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).
GetWorkflowServiceItemActionInstanceServiceItemActionDefinition
- 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'.
GetWorkflowServiceItemActionInstanceServiceItemDefinition
- 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'.
GetWorkflowServiceItemActionInstanceServiceItemInstance
- 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'.
GetWorkflowServiceItemActionInstanceStopWorkflowInfo
- 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'.
GetWorkflowServiceItemActionInstanceTag
- 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.
GetWorkflowServiceItemActionInstanceUser
- 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'.
GetWorkflowServiceItemActionInstanceValidationWorkflowInfo
- 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'.
GetWorkflowServiceItemActionInstanceVersionContext
- 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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 Service Item Action Instance 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.
GetWorkflowServiceItemActionInstanceVersionContextInterestedMo
- 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'.
GetWorkflowServiceItemActionInstanceVersionContextRefMo
- 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