intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getOpenapiTaskGenerationRequest
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Creates a request which has information about the tasks that need to be created from the previously uploaded OpenAPI specification file. This object internally triggers a workflow that creates tasks which can be used in workflows.
Using getOpenapiTaskGenerationRequest
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 getOpenapiTaskGenerationRequest(args: GetOpenapiTaskGenerationRequestArgs, opts?: InvokeOptions): Promise<GetOpenapiTaskGenerationRequestResult>
function getOpenapiTaskGenerationRequestOutput(args: GetOpenapiTaskGenerationRequestOutputArgs, opts?: InvokeOptions): Output<GetOpenapiTaskGenerationRequestResult>def get_openapi_task_generation_request(account_moid: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        ancestors: Optional[Sequence[GetOpenapiTaskGenerationRequestAncestor]] = None,
                                        class_id: Optional[str] = None,
                                        create_time: Optional[str] = None,
                                        domain_group_moid: Optional[str] = None,
                                        endpoint_type: Optional[str] = None,
                                        failed_tasks: Optional[Sequence[GetOpenapiTaskGenerationRequestFailedTask]] = None,
                                        header_parameters: Optional[Sequence[GetOpenapiTaskGenerationRequestHeaderParameter]] = None,
                                        id: Optional[str] = None,
                                        is_validate_request: Optional[bool] = None,
                                        mod_time: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        nr_source: Optional[GetOpenapiTaskGenerationRequestNrSource] = None,
                                        object_type: Optional[str] = None,
                                        organization: Optional[GetOpenapiTaskGenerationRequestOrganization] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        parent: Optional[GetOpenapiTaskGenerationRequestParent] = None,
                                        permission_resources: Optional[Sequence[GetOpenapiTaskGenerationRequestPermissionResource]] = None,
                                        protocol: Optional[str] = None,
                                        query_parameters: Optional[Sequence[GetOpenapiTaskGenerationRequestQueryParameter]] = None,
                                        selected_apis: Optional[Sequence[GetOpenapiTaskGenerationRequestSelectedApi]] = None,
                                        shared_scope: Optional[str] = None,
                                        status: Optional[str] = None,
                                        tags: Optional[Sequence[GetOpenapiTaskGenerationRequestTag]] = None,
                                        task_prefix: Optional[str] = None,
                                        task_tags: Optional[Sequence[GetOpenapiTaskGenerationRequestTaskTag]] = None,
                                        url: Optional[str] = None,
                                        version_context: Optional[GetOpenapiTaskGenerationRequestVersionContext] = None,
                                        workflow: Optional[GetOpenapiTaskGenerationRequestWorkflow] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetOpenapiTaskGenerationRequestResult
def get_openapi_task_generation_request_output(account_moid: Optional[pulumi.Input[str]] = None,
                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetOpenapiTaskGenerationRequestAncestorArgs]]]] = None,
                                        class_id: Optional[pulumi.Input[str]] = None,
                                        create_time: Optional[pulumi.Input[str]] = None,
                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                        endpoint_type: Optional[pulumi.Input[str]] = None,
                                        failed_tasks: Optional[pulumi.Input[Sequence[pulumi.Input[GetOpenapiTaskGenerationRequestFailedTaskArgs]]]] = None,
                                        header_parameters: Optional[pulumi.Input[Sequence[pulumi.Input[GetOpenapiTaskGenerationRequestHeaderParameterArgs]]]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        is_validate_request: Optional[pulumi.Input[bool]] = None,
                                        mod_time: Optional[pulumi.Input[str]] = None,
                                        moid: Optional[pulumi.Input[str]] = None,
                                        nr_source: Optional[pulumi.Input[GetOpenapiTaskGenerationRequestNrSourceArgs]] = None,
                                        object_type: Optional[pulumi.Input[str]] = None,
                                        organization: Optional[pulumi.Input[GetOpenapiTaskGenerationRequestOrganizationArgs]] = None,
                                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        parent: Optional[pulumi.Input[GetOpenapiTaskGenerationRequestParentArgs]] = None,
                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetOpenapiTaskGenerationRequestPermissionResourceArgs]]]] = None,
                                        protocol: Optional[pulumi.Input[str]] = None,
                                        query_parameters: Optional[pulumi.Input[Sequence[pulumi.Input[GetOpenapiTaskGenerationRequestQueryParameterArgs]]]] = None,
                                        selected_apis: Optional[pulumi.Input[Sequence[pulumi.Input[GetOpenapiTaskGenerationRequestSelectedApiArgs]]]] = None,
                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                        status: Optional[pulumi.Input[str]] = None,
                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetOpenapiTaskGenerationRequestTagArgs]]]] = None,
                                        task_prefix: Optional[pulumi.Input[str]] = None,
                                        task_tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetOpenapiTaskGenerationRequestTaskTagArgs]]]] = None,
                                        url: Optional[pulumi.Input[str]] = None,
                                        version_context: Optional[pulumi.Input[GetOpenapiTaskGenerationRequestVersionContextArgs]] = None,
                                        workflow: Optional[pulumi.Input[GetOpenapiTaskGenerationRequestWorkflowArgs]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetOpenapiTaskGenerationRequestResult]func LookupOpenapiTaskGenerationRequest(ctx *Context, args *LookupOpenapiTaskGenerationRequestArgs, opts ...InvokeOption) (*LookupOpenapiTaskGenerationRequestResult, error)
func LookupOpenapiTaskGenerationRequestOutput(ctx *Context, args *LookupOpenapiTaskGenerationRequestOutputArgs, opts ...InvokeOption) LookupOpenapiTaskGenerationRequestResultOutput> Note: This function is named LookupOpenapiTaskGenerationRequest in the Go SDK.
public static class GetOpenapiTaskGenerationRequest 
{
    public static Task<GetOpenapiTaskGenerationRequestResult> InvokeAsync(GetOpenapiTaskGenerationRequestArgs args, InvokeOptions? opts = null)
    public static Output<GetOpenapiTaskGenerationRequestResult> Invoke(GetOpenapiTaskGenerationRequestInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOpenapiTaskGenerationRequestResult> getOpenapiTaskGenerationRequest(GetOpenapiTaskGenerationRequestArgs args, InvokeOptions options)
public static Output<GetOpenapiTaskGenerationRequestResult> getOpenapiTaskGenerationRequest(GetOpenapiTaskGenerationRequestArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getOpenapiTaskGenerationRequest:getOpenapiTaskGenerationRequest
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetOpenapi Task Generation Request Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndpointType string
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- FailedTasks List<GetOpenapi Task Generation Request Failed Task> 
- HeaderParameters List<GetOpenapi Task Generation Request Header Parameter> 
- Id string
- IsValidate boolRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NrSource GetOpenapi Task Generation Request Nr Source 
- ObjectType string
- Organization
GetOpenapi Task Generation Request Organization 
- Owners List<string>
- Parent
GetOpenapi Task Generation Request Parent 
- PermissionResources List<GetOpenapi Task Generation Request Permission Resource> 
- Protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- QueryParameters List<GetOpenapi Task Generation Request Query Parameter> 
- SelectedApis List<GetOpenapi Task Generation Request Selected Api> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
List<GetOpenapi Task Generation Request Tag> 
- TaskPrefix string
- Optional string that can be prefixed to the name of created tasks.
- 
List<GetOpenapi Task Generation Request Task Tag> 
- Url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- VersionContext GetOpenapi Task Generation Request Version Context 
- Workflow
GetOpenapi Task Generation Request Workflow 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetOpenapi Task Generation Request Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndpointType string
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- FailedTasks []GetOpenapi Task Generation Request Failed Task 
- HeaderParameters []GetOpenapi Task Generation Request Header Parameter 
- Id string
- IsValidate boolRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NrSource GetOpenapi Task Generation Request Nr Source 
- ObjectType string
- Organization
GetOpenapi Task Generation Request Organization 
- Owners []string
- Parent
GetOpenapi Task Generation Request Parent 
- PermissionResources []GetOpenapi Task Generation Request Permission Resource 
- Protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- QueryParameters []GetOpenapi Task Generation Request Query Parameter 
- SelectedApis []GetOpenapi Task Generation Request Selected Api 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
[]GetOpenapi Task Generation Request Tag 
- TaskPrefix string
- Optional string that can be prefixed to the name of created tasks.
- 
[]GetOpenapi Task Generation Request Task Tag 
- Url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- VersionContext GetOpenapi Task Generation Request Version Context 
- Workflow
GetOpenapi Task Generation Request Workflow 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetOpenapi Task Generation Request Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endpointType String
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- failedTasks List<GetOpenapi Task Generation Request Failed Task> 
- headerParameters List<GetOpenapi Task Generation Request Header Parameter> 
- id String
- isValidate BooleanRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nrSource GetOpenapi Task Generation Request Nr Source 
- objectType String
- organization
GetOpenapi Task Generation Request Organization 
- owners List<String>
- parent
GetOpenapi Task Generation Request Parent 
- permissionResources List<GetOpenapi Task Generation Request Permission Resource> 
- protocol String
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- queryParameters List<GetOpenapi Task Generation Request Query Parameter> 
- selectedApis List<GetOpenapi Task Generation Request Selected Api> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
List<GetOpenapi Task Generation Request Tag> 
- taskPrefix String
- Optional string that can be prefixed to the name of created tasks.
- 
List<GetOpenapi Task Generation Request Task Tag> 
- url String
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- versionContext GetOpenapi Task Generation Request Version Context 
- workflow
GetOpenapi Task Generation Request Workflow 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetOpenapi Task Generation Request Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endpointType string
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- failedTasks GetOpenapi Task Generation Request Failed Task[] 
- headerParameters GetOpenapi Task Generation Request Header Parameter[] 
- id string
- isValidate booleanRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nrSource GetOpenapi Task Generation Request Nr Source 
- objectType string
- organization
GetOpenapi Task Generation Request Organization 
- owners string[]
- parent
GetOpenapi Task Generation Request Parent 
- permissionResources GetOpenapi Task Generation Request Permission Resource[] 
- protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- queryParameters GetOpenapi Task Generation Request Query Parameter[] 
- selectedApis GetOpenapi Task Generation Request Selected Api[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
GetOpenapi Task Generation Request Tag[] 
- taskPrefix string
- Optional string that can be prefixed to the name of created tasks.
- 
GetOpenapi Task Generation Request Task Tag[] 
- url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- versionContext GetOpenapi Task Generation Request Version Context 
- workflow
GetOpenapi Task Generation Request Workflow 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetOpenapi Task Generation Request Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- endpoint_type str
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- failed_tasks Sequence[GetOpenapi Task Generation Request Failed Task] 
- header_parameters Sequence[GetOpenapi Task Generation Request Header Parameter] 
- id str
- is_validate_ boolrequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_source GetOpenapi Task Generation Request Nr Source 
- object_type str
- organization
GetOpenapi Task Generation Request Organization 
- owners Sequence[str]
- parent
GetOpenapi Task Generation Request Parent 
- permission_resources Sequence[GetOpenapi Task Generation Request Permission Resource] 
- protocol str
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- query_parameters Sequence[GetOpenapi Task Generation Request Query Parameter] 
- selected_apis Sequence[GetOpenapi Task Generation Request Selected Api] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
Sequence[GetOpenapi Task Generation Request Tag] 
- task_prefix str
- Optional string that can be prefixed to the name of created tasks.
- 
Sequence[GetOpenapi Task Generation Request Task Tag] 
- url str
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version_context GetOpenapi Task Generation Request Version Context 
- workflow
GetOpenapi Task Generation Request Workflow 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endpointType String
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- failedTasks List<Property Map>
- headerParameters List<Property Map>
- id String
- isValidate BooleanRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nrSource Property Map
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- protocol String
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- queryParameters List<Property Map>
- selectedApis List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- List<Property Map>
- taskPrefix String
- Optional string that can be prefixed to the name of created tasks.
- List<Property Map>
- url String
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- versionContext Property Map
- workflow Property Map
getOpenapiTaskGenerationRequest Result
The following output properties are available:
- Id string
- Results
List<GetOpenapi Task Generation Request Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetOpenapi Task Generation Request Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- EndpointType string
- FailedTasks List<GetOpenapi Task Generation Request Failed Task> 
- HeaderParameters List<GetOpenapi Task Generation Request Header Parameter> 
- IsValidate boolRequest 
- ModTime string
- Moid string
- NrSource GetOpenapi Task Generation Request Nr Source 
- ObjectType string
- Organization
GetOpenapi Task Generation Request Organization 
- Owners List<string>
- Parent
GetOpenapi Task Generation Request Parent 
- PermissionResources List<GetOpenapi Task Generation Request Permission Resource> 
- Protocol string
- QueryParameters List<GetOpenapi Task Generation Request Query Parameter> 
- SelectedApis List<GetOpenapi Task Generation Request Selected Api> 
- string
- Status string
- 
List<GetOpenapi Task Generation Request Tag> 
- TaskPrefix string
- 
List<GetOpenapi Task Generation Request Task Tag> 
- Url string
- VersionContext GetOpenapi Task Generation Request Version Context 
- Workflow
GetOpenapi Task Generation Request Workflow 
- Id string
- Results
[]GetOpenapi Task Generation Request Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetOpenapi Task Generation Request Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- EndpointType string
- FailedTasks []GetOpenapi Task Generation Request Failed Task 
- HeaderParameters []GetOpenapi Task Generation Request Header Parameter 
- IsValidate boolRequest 
- ModTime string
- Moid string
- NrSource GetOpenapi Task Generation Request Nr Source 
- ObjectType string
- Organization
GetOpenapi Task Generation Request Organization 
- Owners []string
- Parent
GetOpenapi Task Generation Request Parent 
- PermissionResources []GetOpenapi Task Generation Request Permission Resource 
- Protocol string
- QueryParameters []GetOpenapi Task Generation Request Query Parameter 
- SelectedApis []GetOpenapi Task Generation Request Selected Api 
- string
- Status string
- 
[]GetOpenapi Task Generation Request Tag 
- TaskPrefix string
- 
[]GetOpenapi Task Generation Request Task Tag 
- Url string
- VersionContext GetOpenapi Task Generation Request Version Context 
- Workflow
GetOpenapi Task Generation Request Workflow 
- id String
- results
List<GetOpenapi Task Generation Request Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetOpenapi Task Generation Request Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- endpointType String
- failedTasks List<GetOpenapi Task Generation Request Failed Task> 
- headerParameters List<GetOpenapi Task Generation Request Header Parameter> 
- isValidate BooleanRequest 
- modTime String
- moid String
- nrSource GetOpenapi Task Generation Request Nr Source 
- objectType String
- organization
GetOpenapi Task Generation Request Organization 
- owners List<String>
- parent
GetOpenapi Task Generation Request Parent 
- permissionResources List<GetOpenapi Task Generation Request Permission Resource> 
- protocol String
- queryParameters List<GetOpenapi Task Generation Request Query Parameter> 
- selectedApis List<GetOpenapi Task Generation Request Selected Api> 
- String
- status String
- 
List<GetOpenapi Task Generation Request Tag> 
- taskPrefix String
- 
List<GetOpenapi Task Generation Request Task Tag> 
- url String
- versionContext GetOpenapi Task Generation Request Version Context 
- workflow
GetOpenapi Task Generation Request Workflow 
- id string
- results
GetOpenapi Task Generation Request Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetOpenapi Task Generation Request Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- endpointType string
- failedTasks GetOpenapi Task Generation Request Failed Task[] 
- headerParameters GetOpenapi Task Generation Request Header Parameter[] 
- isValidate booleanRequest 
- modTime string
- moid string
- nrSource GetOpenapi Task Generation Request Nr Source 
- objectType string
- organization
GetOpenapi Task Generation Request Organization 
- owners string[]
- parent
GetOpenapi Task Generation Request Parent 
- permissionResources GetOpenapi Task Generation Request Permission Resource[] 
- protocol string
- queryParameters GetOpenapi Task Generation Request Query Parameter[] 
- selectedApis GetOpenapi Task Generation Request Selected Api[] 
- string
- status string
- 
GetOpenapi Task Generation Request Tag[] 
- taskPrefix string
- 
GetOpenapi Task Generation Request Task Tag[] 
- url string
- versionContext GetOpenapi Task Generation Request Version Context 
- workflow
GetOpenapi Task Generation Request Workflow 
- id str
- results
Sequence[GetOpenapi Task Generation Request Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetOpenapi Task Generation Request Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- endpoint_type str
- failed_tasks Sequence[GetOpenapi Task Generation Request Failed Task] 
- header_parameters Sequence[GetOpenapi Task Generation Request Header Parameter] 
- is_validate_ boolrequest 
- mod_time str
- moid str
- nr_source GetOpenapi Task Generation Request Nr Source 
- object_type str
- organization
GetOpenapi Task Generation Request Organization 
- owners Sequence[str]
- parent
GetOpenapi Task Generation Request Parent 
- permission_resources Sequence[GetOpenapi Task Generation Request Permission Resource] 
- protocol str
- query_parameters Sequence[GetOpenapi Task Generation Request Query Parameter] 
- selected_apis Sequence[GetOpenapi Task Generation Request Selected Api] 
- str
- status str
- 
Sequence[GetOpenapi Task Generation Request Tag] 
- task_prefix str
- 
Sequence[GetOpenapi Task Generation Request Task Tag] 
- url str
- version_context GetOpenapi Task Generation Request Version Context 
- workflow
GetOpenapi Task Generation Request Workflow 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- endpointType String
- failedTasks List<Property Map>
- headerParameters List<Property Map>
- isValidate BooleanRequest 
- modTime String
- moid String
- nrSource Property Map
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- protocol String
- queryParameters List<Property Map>
- selectedApis List<Property Map>
- String
- status String
- List<Property Map>
- taskPrefix String
- List<Property Map>
- url String
- versionContext Property Map
- workflow Property Map
Supporting Types
GetOpenapiTaskGenerationRequestAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetOpenapiTaskGenerationRequestFailedTask      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name of the task.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Path string
- REST API path of the task.
- Reason string
- Indicates the reason for task creation failure.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name of the task.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Path string
- REST API path of the task.
- Reason string
- Indicates the reason for task creation failure.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name of the task.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path String
- REST API path of the task.
- reason String
- Indicates the reason for task creation failure.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- Name of the task.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path string
- REST API path of the task.
- reason string
- Indicates the reason for task creation failure.
- 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.
- name str
- Name of the task.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path str
- REST API path of the task.
- reason str
- Indicates the reason for task creation failure.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name of the task.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path String
- REST API path of the task.
- reason String
- Indicates the reason for task creation failure.
GetOpenapiTaskGenerationRequestHeaderParameter      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Value of the key variable.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Value of the key variable.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Value of the key variable.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key string
- Name of the key variable.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- Value of the key variable.
- 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.
- key str
- Name of the key variable.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- Value of the key variable.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Value of the key variable.
GetOpenapiTaskGenerationRequestNrSource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetOpenapiTaskGenerationRequestOrganization     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetOpenapiTaskGenerationRequestParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetOpenapiTaskGenerationRequestPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetOpenapiTaskGenerationRequestQueryParameter      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Value of the key variable.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Value of the key variable.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Value of the key variable.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key string
- Name of the key variable.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- Value of the key variable.
- 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.
- key str
- Name of the key variable.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- Value of the key variable.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Value of the key variable.
GetOpenapiTaskGenerationRequestResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetOpenapi Task Generation Request Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndpointType string
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- FailedTasks List<GetOpenapi Task Generation Request Result Failed Task> 
- HeaderParameters List<GetOpenapi Task Generation Request Result Header Parameter> 
- IsValidate boolRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NrSources List<GetOpenapi Task Generation Request Result Nr Source> 
- ObjectType string
- Organizations
List<GetOpenapi Task Generation Request Result Organization> 
- Owners List<string>
- Parents
List<GetOpenapi Task Generation Request Result Parent> 
- PermissionResources List<GetOpenapi Task Generation Request Result Permission Resource> 
- Protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- QueryParameters List<GetOpenapi Task Generation Request Result Query Parameter> 
- SelectedApis List<GetOpenapi Task Generation Request Result Selected Api> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
List<GetOpenapi Task Generation Request Result Tag> 
- TaskPrefix string
- Optional string that can be prefixed to the name of created tasks.
- 
List<GetOpenapi Task Generation Request Result Task Tag> 
- Url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- VersionContexts List<GetOpenapi Task Generation Request Result Version Context> 
- Workflows
List<GetOpenapi Task Generation Request Result Workflow> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetOpenapi Task Generation Request Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndpointType string
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- FailedTasks []GetOpenapi Task Generation Request Result Failed Task 
- HeaderParameters []GetOpenapi Task Generation Request Result Header Parameter 
- IsValidate boolRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NrSources []GetOpenapi Task Generation Request Result Nr Source 
- ObjectType string
- Organizations
[]GetOpenapi Task Generation Request Result Organization 
- Owners []string
- Parents
[]GetOpenapi Task Generation Request Result Parent 
- PermissionResources []GetOpenapi Task Generation Request Result Permission Resource 
- Protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- QueryParameters []GetOpenapi Task Generation Request Result Query Parameter 
- SelectedApis []GetOpenapi Task Generation Request Result Selected Api 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
[]GetOpenapi Task Generation Request Result Tag 
- TaskPrefix string
- Optional string that can be prefixed to the name of created tasks.
- 
[]GetOpenapi Task Generation Request Result Task Tag 
- Url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- VersionContexts []GetOpenapi Task Generation Request Result Version Context 
- Workflows
[]GetOpenapi Task Generation Request Result Workflow 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetOpenapi Task Generation Request Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endpointType String
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- failedTasks List<GetOpenapi Task Generation Request Result Failed Task> 
- headerParameters List<GetOpenapi Task Generation Request Result Header Parameter> 
- isValidate BooleanRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nrSources List<GetOpenapi Task Generation Request Result Nr Source> 
- objectType String
- organizations
List<GetOpenapi Task Generation Request Result Organization> 
- owners List<String>
- parents
List<GetOpenapi Task Generation Request Result Parent> 
- permissionResources List<GetOpenapi Task Generation Request Result Permission Resource> 
- protocol String
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- queryParameters List<GetOpenapi Task Generation Request Result Query Parameter> 
- selectedApis List<GetOpenapi Task Generation Request Result Selected Api> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
List<GetOpenapi Task Generation Request Result Tag> 
- taskPrefix String
- Optional string that can be prefixed to the name of created tasks.
- 
List<GetOpenapi Task Generation Request Result Task Tag> 
- url String
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- versionContexts List<GetOpenapi Task Generation Request Result Version Context> 
- workflows
List<GetOpenapi Task Generation Request Result Workflow> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetOpenapi Task Generation Request Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endpointType string
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- failedTasks GetOpenapi Task Generation Request Result Failed Task[] 
- headerParameters GetOpenapi Task Generation Request Result Header Parameter[] 
- isValidate booleanRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nrSources GetOpenapi Task Generation Request Result Nr Source[] 
- objectType string
- organizations
GetOpenapi Task Generation Request Result Organization[] 
- owners string[]
- parents
GetOpenapi Task Generation Request Result Parent[] 
- permissionResources GetOpenapi Task Generation Request Result Permission Resource[] 
- protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- queryParameters GetOpenapi Task Generation Request Result Query Parameter[] 
- selectedApis GetOpenapi Task Generation Request Result Selected Api[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
GetOpenapi Task Generation Request Result Tag[] 
- taskPrefix string
- Optional string that can be prefixed to the name of created tasks.
- 
GetOpenapi Task Generation Request Result Task Tag[] 
- url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- versionContexts GetOpenapi Task Generation Request Result Version Context[] 
- workflows
GetOpenapi Task Generation Request Result Workflow[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetOpenapi Task Generation Request Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- endpoint_type str
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- failed_tasks Sequence[GetOpenapi Task Generation Request Result Failed Task] 
- header_parameters Sequence[GetOpenapi Task Generation Request Result Header Parameter] 
- is_validate_ boolrequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_sources Sequence[GetOpenapi Task Generation Request Result Nr Source] 
- object_type str
- organizations
Sequence[GetOpenapi Task Generation Request Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetOpenapi Task Generation Request Result Parent] 
- permission_resources Sequence[GetOpenapi Task Generation Request Result Permission Resource] 
- protocol str
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- query_parameters Sequence[GetOpenapi Task Generation Request Result Query Parameter] 
- selected_apis Sequence[GetOpenapi Task Generation Request Result Selected Api] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- 
Sequence[GetOpenapi Task Generation Request Result Tag] 
- task_prefix str
- Optional string that can be prefixed to the name of created tasks.
- 
Sequence[GetOpenapi Task Generation Request Result Task Tag] 
- url str
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version_contexts Sequence[GetOpenapi Task Generation Request Result Version Context] 
- workflows
Sequence[GetOpenapi Task Generation Request Result Workflow] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endpointType String
- Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.* External- Denotes that the target endpoint is an external API endpoint.*Internal- Denotes that the target endpoint is a Intersight API endpoint.
- failedTasks List<Property Map>
- headerParameters List<Property Map>
- isValidate BooleanRequest 
- When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nrSources List<Property Map>
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- protocol String
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.* HTTPS- Denotes that the API call uses the HTTPS protocol type*HTTP- Denotes that the API call uses the HTTP protocol type
- queryParameters List<Property Map>
- selectedApis List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Depicts the status of the task creation request.* none- Indicates the default status.*InProgress- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed- All the tasks from the request have been created.*Failed- There were failures in generating one or more tasks in the request.
- List<Property Map>
- taskPrefix String
- Optional string that can be prefixed to the name of created tasks.
- List<Property Map>
- url String
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- versionContexts List<Property Map>
- workflows List<Property Map>
GetOpenapiTaskGenerationRequestResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestResultFailedTask       
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Path string
- Reason string
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- Path string
- Reason string
- additionalProperties String
- classId String
- name String
- objectType String
- path String
- reason String
- additionalProperties string
- classId string
- name string
- objectType string
- path string
- reason string
- additional_properties str
- class_id str
- name str
- object_type str
- path str
- reason str
- additionalProperties String
- classId String
- name String
- objectType String
- path String
- reason String
GetOpenapiTaskGenerationRequestResultHeaderParameter       
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- additionalProperties String
- classId String
- key String
- objectType String
- value String
- additionalProperties string
- classId string
- key string
- objectType string
- value string
- additional_properties str
- class_id str
- key str
- object_type str
- value str
- additionalProperties String
- classId String
- key String
- objectType String
- value String
GetOpenapiTaskGenerationRequestResultNrSource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestResultOrganization      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestResultQueryParameter       
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- additionalProperties String
- classId String
- key String
- objectType String
- value String
- additionalProperties string
- classId string
- key string
- objectType string
- value string
- additional_properties str
- class_id str
- key str
- object_type str
- value str
- additionalProperties String
- classId String
- key String
- objectType String
- value String
GetOpenapiTaskGenerationRequestResultSelectedApi       
- AdditionalProperties string
- ApiPath List<GetObject Identifiers Openapi Task Generation Request Result Selected Api Api Path Object Identifier> 
- ClassId string
- Description string
- DisplayLabel string
- Method string
- Name string
- ObjectType string
- Path string
- ValidationError string
- ValidationStatus string
- AdditionalProperties string
- ApiPath []GetObject Identifiers Openapi Task Generation Request Result Selected Api Api Path Object Identifier 
- ClassId string
- Description string
- DisplayLabel string
- Method string
- Name string
- ObjectType string
- Path string
- ValidationError string
- ValidationStatus string
- additionalProperties String
- apiPath List<GetObject Identifiers Openapi Task Generation Request Result Selected Api Api Path Object Identifier> 
- classId String
- description String
- displayLabel String
- method String
- name String
- objectType String
- path String
- validationError String
- validationStatus String
- additionalProperties string
- apiPath GetObject Identifiers Openapi Task Generation Request Result Selected Api Api Path Object Identifier[] 
- classId string
- description string
- displayLabel string
- method string
- name string
- objectType string
- path string
- validationError string
- validationStatus string
- additionalProperties String
- apiPath List<Property Map>Object Identifiers 
- classId String
- description String
- displayLabel String
- method String
- name String
- objectType String
- path String
- validationError String
- validationStatus String
GetOpenapiTaskGenerationRequestResultSelectedApiApiPathObjectIdentifier           
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetOpenapiTaskGenerationRequestResultTaskTag       
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- AdditionalProperties string
- ClassId string
- Key string
- ObjectType string
- Value string
- additionalProperties String
- classId String
- key String
- objectType String
- value String
- additionalProperties string
- classId string
- key string
- objectType string
- value string
- additional_properties str
- class_id str
- key str
- object_type str
- value str
- additionalProperties String
- classId String
- key String
- objectType String
- value String
GetOpenapiTaskGenerationRequestResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetOpenapiTaskGenerationRequestResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestResultWorkflow      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetOpenapiTaskGenerationRequestSelectedApi      
- AdditionalProperties string
- ApiPath GetObject Identifier Openapi Task Generation Request Selected Api Api Path Object Identifier 
- Unique identifier for the ApiMethod object that holds more information about this API.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- A detailed description of the API.
- DisplayLabel string
- Display name of the selected API endpoint.
- Method string
- Method Type of the selected API.- GET- Method type which indicates it is a GET API call.
- POST- Method type which indicates it is a POST API call.
- PUT- Method type which indicates it is a PUT API call.
- PATCH- Method type which indicates it is a PATCH API call.
- DELETE- Method type which indicates it is a DELETE API call.
 
- Name string
- Name of the selected API endpoint.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Path string
- API Path of the selected API endpoint.
- ValidationError string
- Validation error messages will be captured by this property.
- ValidationStatus string
- Validation Status of selected API that indicates if the API validation passed or failed.- none- Indicates the default status.
- Success- Denotes that the validation is successful.
- Failed- Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.
 
- AdditionalProperties string
- ApiPath GetObject Identifier Openapi Task Generation Request Selected Api Api Path Object Identifier 
- Unique identifier for the ApiMethod object that holds more information about this API.
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Description string
- A detailed description of the API.
- DisplayLabel string
- Display name of the selected API endpoint.
- Method string
- Method Type of the selected API.- GET- Method type which indicates it is a GET API call.
- POST- Method type which indicates it is a POST API call.
- PUT- Method type which indicates it is a PUT API call.
- PATCH- Method type which indicates it is a PATCH API call.
- DELETE- Method type which indicates it is a DELETE API call.
 
- Name string
- Name of the selected API endpoint.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Path string
- API Path of the selected API endpoint.
- ValidationError string
- Validation error messages will be captured by this property.
- ValidationStatus string
- Validation Status of selected API that indicates if the API validation passed or failed.- none- Indicates the default status.
- Success- Denotes that the validation is successful.
- Failed- Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.
 
- additionalProperties String
- apiPath GetObject Identifier Openapi Task Generation Request Selected Api Api Path Object Identifier 
- Unique identifier for the ApiMethod object that holds more information about this API.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- A detailed description of the API.
- displayLabel String
- Display name of the selected API endpoint.
- method String
- Method Type of the selected API.- GET- Method type which indicates it is a GET API call.
- POST- Method type which indicates it is a POST API call.
- PUT- Method type which indicates it is a PUT API call.
- PATCH- Method type which indicates it is a PATCH API call.
- DELETE- Method type which indicates it is a DELETE API call.
 
- name String
- Name of the selected API endpoint.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path String
- API Path of the selected API endpoint.
- validationError String
- Validation error messages will be captured by this property.
- validationStatus String
- Validation Status of selected API that indicates if the API validation passed or failed.- none- Indicates the default status.
- Success- Denotes that the validation is successful.
- Failed- Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.
 
- additionalProperties string
- apiPath GetObject Identifier Openapi Task Generation Request Selected Api Api Path Object Identifier 
- Unique identifier for the ApiMethod object that holds more information about this API.
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description string
- A detailed description of the API.
- displayLabel string
- Display name of the selected API endpoint.
- method string
- Method Type of the selected API.- GET- Method type which indicates it is a GET API call.
- POST- Method type which indicates it is a POST API call.
- PUT- Method type which indicates it is a PUT API call.
- PATCH- Method type which indicates it is a PATCH API call.
- DELETE- Method type which indicates it is a DELETE API call.
 
- name string
- Name of the selected API endpoint.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path string
- API Path of the selected API endpoint.
- validationError string
- Validation error messages will be captured by this property.
- validationStatus string
- Validation Status of selected API that indicates if the API validation passed or failed.- none- Indicates the default status.
- Success- Denotes that the validation is successful.
- Failed- Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.
 
- additional_properties str
- api_path_ Getobject_ identifier Openapi Task Generation Request Selected Api Api Path Object Identifier 
- Unique identifier for the ApiMethod object that holds more information about this API.
- 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.
- description str
- A detailed description of the API.
- display_label str
- Display name of the selected API endpoint.
- method str
- Method Type of the selected API.- GET- Method type which indicates it is a GET API call.
- POST- Method type which indicates it is a POST API call.
- PUT- Method type which indicates it is a PUT API call.
- PATCH- Method type which indicates it is a PATCH API call.
- DELETE- Method type which indicates it is a DELETE API call.
 
- name str
- Name of the selected API endpoint.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path str
- API Path of the selected API endpoint.
- validation_error str
- Validation error messages will be captured by this property.
- validation_status str
- Validation Status of selected API that indicates if the API validation passed or failed.- none- Indicates the default status.
- Success- Denotes that the validation is successful.
- Failed- Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.
 
- additionalProperties String
- apiPath Property MapObject Identifier 
- Unique identifier for the ApiMethod object that holds more information about this API.
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- A detailed description of the API.
- displayLabel String
- Display name of the selected API endpoint.
- method String
- Method Type of the selected API.- GET- Method type which indicates it is a GET API call.
- POST- Method type which indicates it is a POST API call.
- PUT- Method type which indicates it is a PUT API call.
- PATCH- Method type which indicates it is a PATCH API call.
- DELETE- Method type which indicates it is a DELETE API call.
 
- name String
- Name of the selected API endpoint.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path String
- API Path of the selected API endpoint.
- validationError String
- Validation error messages will be captured by this property.
- validationStatus String
- Validation Status of selected API that indicates if the API validation passed or failed.- none- Indicates the default status.
- Success- Denotes that the validation is successful.
- Failed- Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.
 
GetOpenapiTaskGenerationRequestSelectedApiApiPathObjectIdentifier          
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetOpenapiTaskGenerationRequestTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetOpenapiTaskGenerationRequestTaskTag      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Value of the key variable.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- Value of the key variable.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Value of the key variable.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key string
- Name of the key variable.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- Value of the key variable.
- 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.
- key str
- Name of the key variable.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- Value of the key variable.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- Value of the key variable.
GetOpenapiTaskGenerationRequestVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetOpenapi Task Generation Request Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetOpenapi Task Generation Request Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetOpenapi Task Generation Request Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetOpenapi Task Generation Request Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetOpenapi Task Generation Request Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetOpenapi Task Generation Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetOpenapi Task Generation Request Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetOpenapi Task Generation Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetOpenapi Task Generation Request Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetOpenapi Task Generation Request Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetOpenapiTaskGenerationRequestVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetOpenapiTaskGenerationRequestVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetOpenapiTaskGenerationRequestWorkflow     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet