1. Packages
  2. Intersight Provider
  3. API Docs
  4. getOpenapiTaskGenerationRequest
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getOpenapiTaskGenerationRequest

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetOpenapiTaskGenerationRequestAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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<GetOpenapiTaskGenerationRequestFailedTask>
    HeaderParameters List<GetOpenapiTaskGenerationRequestHeaderParameter>
    Id string
    IsValidateRequest bool
    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 GetOpenapiTaskGenerationRequestNrSource
    ObjectType string
    Organization GetOpenapiTaskGenerationRequestOrganization
    Owners List<string>
    Parent GetOpenapiTaskGenerationRequestParent
    PermissionResources List<GetOpenapiTaskGenerationRequestPermissionResource>
    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<GetOpenapiTaskGenerationRequestQueryParameter>
    SelectedApis List<GetOpenapiTaskGenerationRequestSelectedApi>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    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.
    Tags List<GetOpenapiTaskGenerationRequestTag>
    TaskPrefix string
    Optional string that can be prefixed to the name of created tasks.
    TaskTags List<GetOpenapiTaskGenerationRequestTaskTag>
    Url string
    Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
    VersionContext GetOpenapiTaskGenerationRequestVersionContext
    Workflow GetOpenapiTaskGenerationRequestWorkflow
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetOpenapiTaskGenerationRequestAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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 []GetOpenapiTaskGenerationRequestFailedTask
    HeaderParameters []GetOpenapiTaskGenerationRequestHeaderParameter
    Id string
    IsValidateRequest bool
    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 GetOpenapiTaskGenerationRequestNrSource
    ObjectType string
    Organization GetOpenapiTaskGenerationRequestOrganization
    Owners []string
    Parent GetOpenapiTaskGenerationRequestParent
    PermissionResources []GetOpenapiTaskGenerationRequestPermissionResource
    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 []GetOpenapiTaskGenerationRequestQueryParameter
    SelectedApis []GetOpenapiTaskGenerationRequestSelectedApi
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    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.
    Tags []GetOpenapiTaskGenerationRequestTag
    TaskPrefix string
    Optional string that can be prefixed to the name of created tasks.
    TaskTags []GetOpenapiTaskGenerationRequestTaskTag
    Url string
    Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
    VersionContext GetOpenapiTaskGenerationRequestVersionContext
    Workflow GetOpenapiTaskGenerationRequestWorkflow
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetOpenapiTaskGenerationRequestAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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<GetOpenapiTaskGenerationRequestFailedTask>
    headerParameters List<GetOpenapiTaskGenerationRequestHeaderParameter>
    id String
    isValidateRequest Boolean
    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 GetOpenapiTaskGenerationRequestNrSource
    objectType String
    organization GetOpenapiTaskGenerationRequestOrganization
    owners List<String>
    parent GetOpenapiTaskGenerationRequestParent
    permissionResources List<GetOpenapiTaskGenerationRequestPermissionResource>
    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<GetOpenapiTaskGenerationRequestQueryParameter>
    selectedApis List<GetOpenapiTaskGenerationRequestSelectedApi>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    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.
    tags List<GetOpenapiTaskGenerationRequestTag>
    taskPrefix String
    Optional string that can be prefixed to the name of created tasks.
    taskTags List<GetOpenapiTaskGenerationRequestTaskTag>
    url String
    Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
    versionContext GetOpenapiTaskGenerationRequestVersionContext
    workflow GetOpenapiTaskGenerationRequestWorkflow
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetOpenapiTaskGenerationRequestAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    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 GetOpenapiTaskGenerationRequestFailedTask[]
    headerParameters GetOpenapiTaskGenerationRequestHeaderParameter[]
    id string
    isValidateRequest boolean
    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 GetOpenapiTaskGenerationRequestNrSource
    objectType string
    organization GetOpenapiTaskGenerationRequestOrganization
    owners string[]
    parent GetOpenapiTaskGenerationRequestParent
    permissionResources GetOpenapiTaskGenerationRequestPermissionResource[]
    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 GetOpenapiTaskGenerationRequestQueryParameter[]
    selectedApis GetOpenapiTaskGenerationRequestSelectedApi[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    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.
    tags GetOpenapiTaskGenerationRequestTag[]
    taskPrefix string
    Optional string that can be prefixed to the name of created tasks.
    taskTags GetOpenapiTaskGenerationRequestTaskTag[]
    url string
    Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
    versionContext GetOpenapiTaskGenerationRequestVersionContext
    workflow GetOpenapiTaskGenerationRequestWorkflow
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetOpenapiTaskGenerationRequestAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    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[GetOpenapiTaskGenerationRequestFailedTask]
    header_parameters Sequence[GetOpenapiTaskGenerationRequestHeaderParameter]
    id str
    is_validate_request bool
    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 GetOpenapiTaskGenerationRequestNrSource
    object_type str
    organization GetOpenapiTaskGenerationRequestOrganization
    owners Sequence[str]
    parent GetOpenapiTaskGenerationRequestParent
    permission_resources Sequence[GetOpenapiTaskGenerationRequestPermissionResource]
    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[GetOpenapiTaskGenerationRequestQueryParameter]
    selected_apis Sequence[GetOpenapiTaskGenerationRequestSelectedApi]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    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.
    tags Sequence[GetOpenapiTaskGenerationRequestTag]
    task_prefix str
    Optional string that can be prefixed to the name of created tasks.
    task_tags Sequence[GetOpenapiTaskGenerationRequestTaskTag]
    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 GetOpenapiTaskGenerationRequestVersionContext
    workflow GetOpenapiTaskGenerationRequestWorkflow
    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.
    domainGroupMoid String
    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
    isValidateRequest Boolean
    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>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    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.
    tags List<Property Map>
    taskPrefix String
    Optional string that can be prefixed to the name of created tasks.
    taskTags 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<GetOpenapiTaskGenerationRequestResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetOpenapiTaskGenerationRequestAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    EndpointType string
    FailedTasks List<GetOpenapiTaskGenerationRequestFailedTask>
    HeaderParameters List<GetOpenapiTaskGenerationRequestHeaderParameter>
    IsValidateRequest bool
    ModTime string
    Moid string
    NrSource GetOpenapiTaskGenerationRequestNrSource
    ObjectType string
    Organization GetOpenapiTaskGenerationRequestOrganization
    Owners List<string>
    Parent GetOpenapiTaskGenerationRequestParent
    PermissionResources List<GetOpenapiTaskGenerationRequestPermissionResource>
    Protocol string
    QueryParameters List<GetOpenapiTaskGenerationRequestQueryParameter>
    SelectedApis List<GetOpenapiTaskGenerationRequestSelectedApi>
    SharedScope string
    Status string
    Tags List<GetOpenapiTaskGenerationRequestTag>
    TaskPrefix string
    TaskTags List<GetOpenapiTaskGenerationRequestTaskTag>
    Url string
    VersionContext GetOpenapiTaskGenerationRequestVersionContext
    Workflow GetOpenapiTaskGenerationRequestWorkflow
    Id string
    Results []GetOpenapiTaskGenerationRequestResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetOpenapiTaskGenerationRequestAncestor
    ClassId string
    CreateTime string
    DomainGroupMoid string
    EndpointType string
    FailedTasks []GetOpenapiTaskGenerationRequestFailedTask
    HeaderParameters []GetOpenapiTaskGenerationRequestHeaderParameter
    IsValidateRequest bool
    ModTime string
    Moid string
    NrSource GetOpenapiTaskGenerationRequestNrSource
    ObjectType string
    Organization GetOpenapiTaskGenerationRequestOrganization
    Owners []string
    Parent GetOpenapiTaskGenerationRequestParent
    PermissionResources []GetOpenapiTaskGenerationRequestPermissionResource
    Protocol string
    QueryParameters []GetOpenapiTaskGenerationRequestQueryParameter
    SelectedApis []GetOpenapiTaskGenerationRequestSelectedApi
    SharedScope string
    Status string
    Tags []GetOpenapiTaskGenerationRequestTag
    TaskPrefix string
    TaskTags []GetOpenapiTaskGenerationRequestTaskTag
    Url string
    VersionContext GetOpenapiTaskGenerationRequestVersionContext
    Workflow GetOpenapiTaskGenerationRequestWorkflow
    id String
    results List<GetOpenapiTaskGenerationRequestResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetOpenapiTaskGenerationRequestAncestor>
    classId String
    createTime String
    domainGroupMoid String
    endpointType String
    failedTasks List<GetOpenapiTaskGenerationRequestFailedTask>
    headerParameters List<GetOpenapiTaskGenerationRequestHeaderParameter>
    isValidateRequest Boolean
    modTime String
    moid String
    nrSource GetOpenapiTaskGenerationRequestNrSource
    objectType String
    organization GetOpenapiTaskGenerationRequestOrganization
    owners List<String>
    parent GetOpenapiTaskGenerationRequestParent
    permissionResources List<GetOpenapiTaskGenerationRequestPermissionResource>
    protocol String
    queryParameters List<GetOpenapiTaskGenerationRequestQueryParameter>
    selectedApis List<GetOpenapiTaskGenerationRequestSelectedApi>
    sharedScope String
    status String
    tags List<GetOpenapiTaskGenerationRequestTag>
    taskPrefix String
    taskTags List<GetOpenapiTaskGenerationRequestTaskTag>
    url String
    versionContext GetOpenapiTaskGenerationRequestVersionContext
    workflow GetOpenapiTaskGenerationRequestWorkflow
    id string
    results GetOpenapiTaskGenerationRequestResult[]
    accountMoid string
    additionalProperties string
    ancestors GetOpenapiTaskGenerationRequestAncestor[]
    classId string
    createTime string
    domainGroupMoid string
    endpointType string
    failedTasks GetOpenapiTaskGenerationRequestFailedTask[]
    headerParameters GetOpenapiTaskGenerationRequestHeaderParameter[]
    isValidateRequest boolean
    modTime string
    moid string
    nrSource GetOpenapiTaskGenerationRequestNrSource
    objectType string
    organization GetOpenapiTaskGenerationRequestOrganization
    owners string[]
    parent GetOpenapiTaskGenerationRequestParent
    permissionResources GetOpenapiTaskGenerationRequestPermissionResource[]
    protocol string
    queryParameters GetOpenapiTaskGenerationRequestQueryParameter[]
    selectedApis GetOpenapiTaskGenerationRequestSelectedApi[]
    sharedScope string
    status string
    tags GetOpenapiTaskGenerationRequestTag[]
    taskPrefix string
    taskTags GetOpenapiTaskGenerationRequestTaskTag[]
    url string
    versionContext GetOpenapiTaskGenerationRequestVersionContext
    workflow GetOpenapiTaskGenerationRequestWorkflow
    id str
    results Sequence[GetOpenapiTaskGenerationRequestResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetOpenapiTaskGenerationRequestAncestor]
    class_id str
    create_time str
    domain_group_moid str
    endpoint_type str
    failed_tasks Sequence[GetOpenapiTaskGenerationRequestFailedTask]
    header_parameters Sequence[GetOpenapiTaskGenerationRequestHeaderParameter]
    is_validate_request bool
    mod_time str
    moid str
    nr_source GetOpenapiTaskGenerationRequestNrSource
    object_type str
    organization GetOpenapiTaskGenerationRequestOrganization
    owners Sequence[str]
    parent GetOpenapiTaskGenerationRequestParent
    permission_resources Sequence[GetOpenapiTaskGenerationRequestPermissionResource]
    protocol str
    query_parameters Sequence[GetOpenapiTaskGenerationRequestQueryParameter]
    selected_apis Sequence[GetOpenapiTaskGenerationRequestSelectedApi]
    shared_scope str
    status str
    tags Sequence[GetOpenapiTaskGenerationRequestTag]
    task_prefix str
    task_tags Sequence[GetOpenapiTaskGenerationRequestTaskTag]
    url str
    version_context GetOpenapiTaskGenerationRequestVersionContext
    workflow GetOpenapiTaskGenerationRequestWorkflow

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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<GetOpenapiTaskGenerationRequestResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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<GetOpenapiTaskGenerationRequestResultFailedTask>
    HeaderParameters List<GetOpenapiTaskGenerationRequestResultHeaderParameter>
    IsValidateRequest bool
    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<GetOpenapiTaskGenerationRequestResultNrSource>
    ObjectType string
    Organizations List<GetOpenapiTaskGenerationRequestResultOrganization>
    Owners List<string>
    Parents List<GetOpenapiTaskGenerationRequestResultParent>
    PermissionResources List<GetOpenapiTaskGenerationRequestResultPermissionResource>
    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<GetOpenapiTaskGenerationRequestResultQueryParameter>
    SelectedApis List<GetOpenapiTaskGenerationRequestResultSelectedApi>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    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.
    Tags List<GetOpenapiTaskGenerationRequestResultTag>
    TaskPrefix string
    Optional string that can be prefixed to the name of created tasks.
    TaskTags List<GetOpenapiTaskGenerationRequestResultTaskTag>
    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<GetOpenapiTaskGenerationRequestResultVersionContext>
    Workflows List<GetOpenapiTaskGenerationRequestResultWorkflow>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetOpenapiTaskGenerationRequestResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    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 []GetOpenapiTaskGenerationRequestResultFailedTask
    HeaderParameters []GetOpenapiTaskGenerationRequestResultHeaderParameter
    IsValidateRequest bool
    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 []GetOpenapiTaskGenerationRequestResultNrSource
    ObjectType string
    Organizations []GetOpenapiTaskGenerationRequestResultOrganization
    Owners []string
    Parents []GetOpenapiTaskGenerationRequestResultParent
    PermissionResources []GetOpenapiTaskGenerationRequestResultPermissionResource
    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 []GetOpenapiTaskGenerationRequestResultQueryParameter
    SelectedApis []GetOpenapiTaskGenerationRequestResultSelectedApi
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    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.
    Tags []GetOpenapiTaskGenerationRequestResultTag
    TaskPrefix string
    Optional string that can be prefixed to the name of created tasks.
    TaskTags []GetOpenapiTaskGenerationRequestResultTaskTag
    Url string
    Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
    VersionContexts []GetOpenapiTaskGenerationRequestResultVersionContext
    Workflows []GetOpenapiTaskGenerationRequestResultWorkflow
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetOpenapiTaskGenerationRequestResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    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<GetOpenapiTaskGenerationRequestResultFailedTask>
    headerParameters List<GetOpenapiTaskGenerationRequestResultHeaderParameter>
    isValidateRequest Boolean
    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<GetOpenapiTaskGenerationRequestResultNrSource>
    objectType String
    organizations List<GetOpenapiTaskGenerationRequestResultOrganization>
    owners List<String>
    parents List<GetOpenapiTaskGenerationRequestResultParent>
    permissionResources List<GetOpenapiTaskGenerationRequestResultPermissionResource>
    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<GetOpenapiTaskGenerationRequestResultQueryParameter>
    selectedApis List<GetOpenapiTaskGenerationRequestResultSelectedApi>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    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.
    tags List<GetOpenapiTaskGenerationRequestResultTag>
    taskPrefix String
    Optional string that can be prefixed to the name of created tasks.
    taskTags List<GetOpenapiTaskGenerationRequestResultTaskTag>
    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<GetOpenapiTaskGenerationRequestResultVersionContext>
    workflows List<GetOpenapiTaskGenerationRequestResultWorkflow>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetOpenapiTaskGenerationRequestResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    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 GetOpenapiTaskGenerationRequestResultFailedTask[]
    headerParameters GetOpenapiTaskGenerationRequestResultHeaderParameter[]
    isValidateRequest boolean
    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 GetOpenapiTaskGenerationRequestResultNrSource[]
    objectType string
    organizations GetOpenapiTaskGenerationRequestResultOrganization[]
    owners string[]
    parents GetOpenapiTaskGenerationRequestResultParent[]
    permissionResources GetOpenapiTaskGenerationRequestResultPermissionResource[]
    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 GetOpenapiTaskGenerationRequestResultQueryParameter[]
    selectedApis GetOpenapiTaskGenerationRequestResultSelectedApi[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    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.
    tags GetOpenapiTaskGenerationRequestResultTag[]
    taskPrefix string
    Optional string that can be prefixed to the name of created tasks.
    taskTags GetOpenapiTaskGenerationRequestResultTaskTag[]
    url string
    Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
    versionContexts GetOpenapiTaskGenerationRequestResultVersionContext[]
    workflows GetOpenapiTaskGenerationRequestResultWorkflow[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetOpenapiTaskGenerationRequestResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    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[GetOpenapiTaskGenerationRequestResultFailedTask]
    header_parameters Sequence[GetOpenapiTaskGenerationRequestResultHeaderParameter]
    is_validate_request bool
    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[GetOpenapiTaskGenerationRequestResultNrSource]
    object_type str
    organizations Sequence[GetOpenapiTaskGenerationRequestResultOrganization]
    owners Sequence[str]
    parents Sequence[GetOpenapiTaskGenerationRequestResultParent]
    permission_resources Sequence[GetOpenapiTaskGenerationRequestResultPermissionResource]
    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[GetOpenapiTaskGenerationRequestResultQueryParameter]
    selected_apis Sequence[GetOpenapiTaskGenerationRequestResultSelectedApi]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    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.
    tags Sequence[GetOpenapiTaskGenerationRequestResultTag]
    task_prefix str
    Optional string that can be prefixed to the name of created tasks.
    task_tags Sequence[GetOpenapiTaskGenerationRequestResultTaskTag]
    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[GetOpenapiTaskGenerationRequestResultVersionContext]
    workflows Sequence[GetOpenapiTaskGenerationRequestResultWorkflow]
    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.
    domainGroupMoid String
    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>
    isValidateRequest Boolean
    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>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    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.
    tags List<Property Map>
    taskPrefix String
    Optional string that can be prefixed to the name of created tasks.
    taskTags 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
    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
    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
    additionalProperties String
    classId String
    key String
    objectType String
    value String

    GetOpenapiTaskGenerationRequestResultSelectedApi

    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
    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
    additionalProperties String
    classId String
    key String
    objectType String
    value String

    GetOpenapiTaskGenerationRequestResultVersionContext

    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
    ApiPathObjectIdentifier GetOpenapiTaskGenerationRequestSelectedApiApiPathObjectIdentifier
    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
    ApiPathObjectIdentifier GetOpenapiTaskGenerationRequestSelectedApiApiPathObjectIdentifier
    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
    apiPathObjectIdentifier GetOpenapiTaskGenerationRequestSelectedApiApiPathObjectIdentifier
    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
    apiPathObjectIdentifier GetOpenapiTaskGenerationRequestSelectedApiApiPathObjectIdentifier
    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_object_identifier GetOpenapiTaskGenerationRequestSelectedApiApiPathObjectIdentifier
    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
    apiPathObjectIdentifier Property Map
    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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<GetOpenapiTaskGenerationRequestVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetOpenapiTaskGenerationRequestVersionContextRefMo
    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 []GetOpenapiTaskGenerationRequestVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetOpenapiTaskGenerationRequestVersionContextRefMo
    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<GetOpenapiTaskGenerationRequestVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetOpenapiTaskGenerationRequestVersionContextRefMo
    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 GetOpenapiTaskGenerationRequestVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetOpenapiTaskGenerationRequestVersionContextRefMo
    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[GetOpenapiTaskGenerationRequestVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetOpenapiTaskGenerationRequestVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    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.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet