intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getOpenapiTaskGenerationRequest
Explore with Pulumi AI
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:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Openapi Task Generation Request Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Endpoint
Type 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. - Failed
Tasks List<GetOpenapi Task Generation Request Failed Task> - Header
Parameters List<GetOpenapi Task Generation Request Header Parameter> - Id string
- Is
Validate boolRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Source GetOpenapi Task Generation Request Nr Source - Object
Type string - Organization
Get
Openapi Task Generation Request Organization - Owners List<string>
- Parent
Get
Openapi Task Generation Request Parent - Permission
Resources List<GetOpenapi Task Generation Request Permission Resource> - Protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - Query
Parameters List<GetOpenapi Task Generation Request Query Parameter> - Selected
Apis List<GetOpenapi Task Generation Request Selected Api> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - List<Get
Openapi Task Generation Request Tag> - Task
Prefix string - Optional string that can be prefixed to the name of created tasks.
- List<Get
Openapi Task Generation Request Task Tag> - Url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- Version
Context GetOpenapi Task Generation Request Version Context - Workflow
Get
Openapi Task Generation Request Workflow
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Openapi Task Generation Request Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Endpoint
Type 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. - Failed
Tasks []GetOpenapi Task Generation Request Failed Task - Header
Parameters []GetOpenapi Task Generation Request Header Parameter - Id string
- Is
Validate boolRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Source GetOpenapi Task Generation Request Nr Source - Object
Type string - Organization
Get
Openapi Task Generation Request Organization - Owners []string
- Parent
Get
Openapi Task Generation Request Parent - Permission
Resources []GetOpenapi Task Generation Request Permission Resource - Protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - Query
Parameters []GetOpenapi Task Generation Request Query Parameter - Selected
Apis []GetOpenapi Task Generation Request Selected Api - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - []Get
Openapi Task Generation Request Tag - Task
Prefix string - Optional string that can be prefixed to the name of created tasks.
- []Get
Openapi Task Generation Request Task Tag - Url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- Version
Context GetOpenapi Task Generation Request Version Context - Workflow
Get
Openapi Task Generation Request Workflow
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Openapi Task Generation Request Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- endpoint
Type 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. - failed
Tasks List<GetOpenapi Task Generation Request Failed Task> - header
Parameters List<GetOpenapi Task Generation Request Header Parameter> - id String
- is
Validate BooleanRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Source GetOpenapi Task Generation Request Nr Source - object
Type String - organization
Get
Openapi Task Generation Request Organization - owners List<String>
- parent
Get
Openapi Task Generation Request Parent - permission
Resources List<GetOpenapi Task Generation Request Permission Resource> - protocol String
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - query
Parameters List<GetOpenapi Task Generation Request Query Parameter> - selected
Apis List<GetOpenapi Task Generation Request Selected Api> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - List<Get
Openapi Task Generation Request Tag> - task
Prefix String - Optional string that can be prefixed to the name of created tasks.
- List<Get
Openapi Task Generation Request Task Tag> - url String
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version
Context GetOpenapi Task Generation Request Version Context - workflow
Get
Openapi Task Generation Request Workflow
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Openapi Task Generation Request Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- endpoint
Type 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. - failed
Tasks GetOpenapi Task Generation Request Failed Task[] - header
Parameters GetOpenapi Task Generation Request Header Parameter[] - id string
- is
Validate booleanRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nr
Source GetOpenapi Task Generation Request Nr Source - object
Type string - organization
Get
Openapi Task Generation Request Organization - owners string[]
- parent
Get
Openapi Task Generation Request Parent - permission
Resources GetOpenapi Task Generation Request Permission Resource[] - protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - query
Parameters GetOpenapi Task Generation Request Query Parameter[] - selected
Apis GetOpenapi Task Generation Request Selected Api[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - Get
Openapi Task Generation Request Tag[] - task
Prefix string - Optional string that can be prefixed to the name of created tasks.
- Get
Openapi Task Generation Request Task Tag[] - url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version
Context GetOpenapi Task Generation Request Version Context - workflow
Get
Openapi Task Generation Request Workflow
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Openapi Task Generation Request Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- endpoint_
type str - Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.*
External
- Denotes that the target endpoint is an external API endpoint.*Internal
- Denotes that the target endpoint is a Intersight API endpoint. - failed_
tasks Sequence[GetOpenapi Task Generation Request Failed Task] - header_
parameters Sequence[GetOpenapi Task Generation Request Header Parameter] - id str
- is_
validate_ boolrequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_
source GetOpenapi Task Generation Request Nr Source - object_
type str - organization
Get
Openapi Task Generation Request Organization - owners Sequence[str]
- parent
Get
Openapi Task Generation Request Parent - permission_
resources Sequence[GetOpenapi Task Generation Request Permission Resource] - protocol str
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - query_
parameters Sequence[GetOpenapi Task Generation Request Query Parameter] - selected_
apis Sequence[GetOpenapi Task Generation Request Selected Api] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - Sequence[Get
Openapi Task Generation Request Tag] - task_
prefix str - Optional string that can be prefixed to the name of created tasks.
- Sequence[Get
Openapi Task Generation Request Task Tag] - url str
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version_
context GetOpenapi Task Generation Request Version Context - workflow
Get
Openapi Task Generation Request Workflow
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- endpoint
Type 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. - failed
Tasks List<Property Map> - header
Parameters List<Property Map> - id String
- is
Validate BooleanRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Source Property Map - object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources 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 - query
Parameters List<Property Map> - selected
Apis List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - List<Property Map>
- task
Prefix String - Optional string that can be prefixed to the name of created tasks.
- List<Property Map>
- url String
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version
Context Property Map - workflow Property Map
getOpenapiTaskGenerationRequest Result
The following output properties are available:
- Id string
- Results
List<Get
Openapi Task Generation Request Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Openapi Task Generation Request Ancestor> - Class
Id string - Create
Time string - Domain
Group stringMoid - Endpoint
Type string - Failed
Tasks List<GetOpenapi Task Generation Request Failed Task> - Header
Parameters List<GetOpenapi Task Generation Request Header Parameter> - Is
Validate boolRequest - Mod
Time string - Moid string
- Nr
Source GetOpenapi Task Generation Request Nr Source - Object
Type string - Organization
Get
Openapi Task Generation Request Organization - Owners List<string>
- Parent
Get
Openapi Task Generation Request Parent - Permission
Resources List<GetOpenapi Task Generation Request Permission Resource> - Protocol string
- Query
Parameters List<GetOpenapi Task Generation Request Query Parameter> - Selected
Apis List<GetOpenapi Task Generation Request Selected Api> - string
- Status string
- List<Get
Openapi Task Generation Request Tag> - Task
Prefix string - List<Get
Openapi Task Generation Request Task Tag> - Url string
- Version
Context GetOpenapi Task Generation Request Version Context - Workflow
Get
Openapi Task Generation Request Workflow
- Id string
- Results
[]Get
Openapi Task Generation Request Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Openapi Task Generation Request Ancestor - Class
Id string - Create
Time string - Domain
Group stringMoid - Endpoint
Type string - Failed
Tasks []GetOpenapi Task Generation Request Failed Task - Header
Parameters []GetOpenapi Task Generation Request Header Parameter - Is
Validate boolRequest - Mod
Time string - Moid string
- Nr
Source GetOpenapi Task Generation Request Nr Source - Object
Type string - Organization
Get
Openapi Task Generation Request Organization - Owners []string
- Parent
Get
Openapi Task Generation Request Parent - Permission
Resources []GetOpenapi Task Generation Request Permission Resource - Protocol string
- Query
Parameters []GetOpenapi Task Generation Request Query Parameter - Selected
Apis []GetOpenapi Task Generation Request Selected Api - string
- Status string
- []Get
Openapi Task Generation Request Tag - Task
Prefix string - []Get
Openapi Task Generation Request Task Tag - Url string
- Version
Context GetOpenapi Task Generation Request Version Context - Workflow
Get
Openapi Task Generation Request Workflow
- id String
- results
List<Get
Openapi Task Generation Request Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Openapi Task Generation Request Ancestor> - class
Id String - create
Time String - domain
Group StringMoid - endpoint
Type String - failed
Tasks List<GetOpenapi Task Generation Request Failed Task> - header
Parameters List<GetOpenapi Task Generation Request Header Parameter> - is
Validate BooleanRequest - mod
Time String - moid String
- nr
Source GetOpenapi Task Generation Request Nr Source - object
Type String - organization
Get
Openapi Task Generation Request Organization - owners List<String>
- parent
Get
Openapi Task Generation Request Parent - permission
Resources List<GetOpenapi Task Generation Request Permission Resource> - protocol String
- query
Parameters List<GetOpenapi Task Generation Request Query Parameter> - selected
Apis List<GetOpenapi Task Generation Request Selected Api> - String
- status String
- List<Get
Openapi Task Generation Request Tag> - task
Prefix String - List<Get
Openapi Task Generation Request Task Tag> - url String
- version
Context GetOpenapi Task Generation Request Version Context - workflow
Get
Openapi Task Generation Request Workflow
- id string
- results
Get
Openapi Task Generation Request Result[] - account
Moid string - additional
Properties string - ancestors
Get
Openapi Task Generation Request Ancestor[] - class
Id string - create
Time string - domain
Group stringMoid - endpoint
Type string - failed
Tasks GetOpenapi Task Generation Request Failed Task[] - header
Parameters GetOpenapi Task Generation Request Header Parameter[] - is
Validate booleanRequest - mod
Time string - moid string
- nr
Source GetOpenapi Task Generation Request Nr Source - object
Type string - organization
Get
Openapi Task Generation Request Organization - owners string[]
- parent
Get
Openapi Task Generation Request Parent - permission
Resources GetOpenapi Task Generation Request Permission Resource[] - protocol string
- query
Parameters GetOpenapi Task Generation Request Query Parameter[] - selected
Apis GetOpenapi Task Generation Request Selected Api[] - string
- status string
- Get
Openapi Task Generation Request Tag[] - task
Prefix string - Get
Openapi Task Generation Request Task Tag[] - url string
- version
Context GetOpenapi Task Generation Request Version Context - workflow
Get
Openapi Task Generation Request Workflow
- id str
- results
Sequence[Get
Openapi Task Generation Request Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Openapi Task Generation Request Ancestor] - class_
id str - create_
time str - domain_
group_ strmoid - endpoint_
type str - failed_
tasks Sequence[GetOpenapi Task Generation Request Failed Task] - header_
parameters Sequence[GetOpenapi Task Generation Request Header Parameter] - is_
validate_ boolrequest - mod_
time str - moid str
- nr_
source GetOpenapi Task Generation Request Nr Source - object_
type str - organization
Get
Openapi Task Generation Request Organization - owners Sequence[str]
- parent
Get
Openapi Task Generation Request Parent - permission_
resources Sequence[GetOpenapi Task Generation Request Permission Resource] - protocol str
- query_
parameters Sequence[GetOpenapi Task Generation Request Query Parameter] - selected_
apis Sequence[GetOpenapi Task Generation Request Selected Api] - str
- status str
- Sequence[Get
Openapi Task Generation Request Tag] - task_
prefix str - Sequence[Get
Openapi Task Generation Request Task Tag] - url str
- version_
context GetOpenapi Task Generation Request Version Context - workflow
Get
Openapi Task Generation Request Workflow
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - domain
Group StringMoid - endpoint
Type String - failed
Tasks List<Property Map> - header
Parameters List<Property Map> - is
Validate BooleanRequest - mod
Time String - moid String
- nr
Source Property Map - object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - protocol String
- query
Parameters List<Property Map> - selected
Apis List<Property Map> - String
- status String
- List<Property Map>
- task
Prefix String - List<Property Map>
- url String
- version
Context Property Map - workflow Property Map
Supporting Types
GetOpenapiTaskGenerationRequestAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetOpenapiTaskGenerationRequestFailedTask
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name of the task.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Name of the task.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name of the task.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- Name of the task.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Name of the task.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key string
- Name of the key variable.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetOpenapiTaskGenerationRequestOrganization
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetOpenapiTaskGenerationRequestParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetOpenapiTaskGenerationRequestPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetOpenapiTaskGenerationRequestQueryParameter
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key string
- Name of the key variable.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- object
Type 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Openapi Task Generation Request Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Endpoint
Type 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. - Failed
Tasks List<GetOpenapi Task Generation Request Result Failed Task> - Header
Parameters List<GetOpenapi Task Generation Request Result Header Parameter> - Is
Validate boolRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Sources List<GetOpenapi Task Generation Request Result Nr Source> - Object
Type string - Organizations
List<Get
Openapi Task Generation Request Result Organization> - Owners List<string>
- Parents
List<Get
Openapi Task Generation Request Result Parent> - Permission
Resources List<GetOpenapi Task Generation Request Result Permission Resource> - Protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - Query
Parameters List<GetOpenapi Task Generation Request Result Query Parameter> - Selected
Apis List<GetOpenapi Task Generation Request Result Selected Api> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - List<Get
Openapi Task Generation Request Result Tag> - Task
Prefix string - Optional string that can be prefixed to the name of created tasks.
- List<Get
Openapi Task Generation Request Result Task Tag> - Url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- Version
Contexts List<GetOpenapi Task Generation Request Result Version Context> - Workflows
List<Get
Openapi Task Generation Request Result Workflow>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Openapi Task Generation Request Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Endpoint
Type 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. - Failed
Tasks []GetOpenapi Task Generation Request Result Failed Task - Header
Parameters []GetOpenapi Task Generation Request Result Header Parameter - Is
Validate boolRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nr
Sources []GetOpenapi Task Generation Request Result Nr Source - Object
Type string - Organizations
[]Get
Openapi Task Generation Request Result Organization - Owners []string
- Parents
[]Get
Openapi Task Generation Request Result Parent - Permission
Resources []GetOpenapi Task Generation Request Result Permission Resource - Protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - Query
Parameters []GetOpenapi Task Generation Request Result Query Parameter - Selected
Apis []GetOpenapi Task Generation Request Result Selected Api - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - []Get
Openapi Task Generation Request Result Tag - Task
Prefix string - Optional string that can be prefixed to the name of created tasks.
- []Get
Openapi Task Generation Request Result Task Tag - Url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- Version
Contexts []GetOpenapi Task Generation Request Result Version Context - Workflows
[]Get
Openapi Task Generation Request Result Workflow
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Openapi Task Generation Request Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- endpoint
Type 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. - failed
Tasks List<GetOpenapi Task Generation Request Result Failed Task> - header
Parameters List<GetOpenapi Task Generation Request Result Header Parameter> - is
Validate BooleanRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Sources List<GetOpenapi Task Generation Request Result Nr Source> - object
Type String - organizations
List<Get
Openapi Task Generation Request Result Organization> - owners List<String>
- parents
List<Get
Openapi Task Generation Request Result Parent> - permission
Resources List<GetOpenapi Task Generation Request Result Permission Resource> - protocol String
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - query
Parameters List<GetOpenapi Task Generation Request Result Query Parameter> - selected
Apis List<GetOpenapi Task Generation Request Result Selected Api> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - List<Get
Openapi Task Generation Request Result Tag> - task
Prefix String - Optional string that can be prefixed to the name of created tasks.
- List<Get
Openapi Task Generation Request Result Task Tag> - url String
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version
Contexts List<GetOpenapi Task Generation Request Result Version Context> - workflows
List<Get
Openapi Task Generation Request Result Workflow>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Openapi Task Generation Request Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- endpoint
Type 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. - failed
Tasks GetOpenapi Task Generation Request Result Failed Task[] - header
Parameters GetOpenapi Task Generation Request Result Header Parameter[] - is
Validate booleanRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nr
Sources GetOpenapi Task Generation Request Result Nr Source[] - object
Type string - organizations
Get
Openapi Task Generation Request Result Organization[] - owners string[]
- parents
Get
Openapi Task Generation Request Result Parent[] - permission
Resources GetOpenapi Task Generation Request Result Permission Resource[] - protocol string
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - query
Parameters GetOpenapi Task Generation Request Result Query Parameter[] - selected
Apis GetOpenapi Task Generation Request Result Selected Api[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - Get
Openapi Task Generation Request Result Tag[] - task
Prefix string - Optional string that can be prefixed to the name of created tasks.
- Get
Openapi Task Generation Request Result Task Tag[] - url string
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version
Contexts GetOpenapi Task Generation Request Result Version Context[] - workflows
Get
Openapi Task Generation Request Result Workflow[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Openapi Task Generation Request Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- endpoint_
type str - Indicates if target endpoint is external or internal. An endpoint is internal if the target is an Intersight resource. For instance, configuring an intersight object using a Task.*
External
- Denotes that the target endpoint is an external API endpoint.*Internal
- Denotes that the target endpoint is a Intersight API endpoint. - failed_
tasks Sequence[GetOpenapi Task Generation Request Result Failed Task] - header_
parameters Sequence[GetOpenapi Task Generation Request Result Header Parameter] - is_
validate_ boolrequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_
sources Sequence[GetOpenapi Task Generation Request Result Nr Source] - object_
type str - organizations
Sequence[Get
Openapi Task Generation Request Result Organization] - owners Sequence[str]
- parents
Sequence[Get
Openapi Task Generation Request Result Parent] - permission_
resources Sequence[GetOpenapi Task Generation Request Result Permission Resource] - protocol str
- Specifies the REST API protocol being used, which can be one of HTTP or HTTPS.*
HTTPS
- Denotes that the API call uses the HTTPS protocol type*HTTP
- Denotes that the API call uses the HTTP protocol type - query_
parameters Sequence[GetOpenapi Task Generation Request Result Query Parameter] - selected_
apis Sequence[GetOpenapi Task Generation Request Result Selected Api] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - Sequence[Get
Openapi Task Generation Request Result Tag] - task_
prefix str - Optional string that can be prefixed to the name of created tasks.
- Sequence[Get
Openapi Task Generation Request Result Task Tag] - url str
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version_
contexts Sequence[GetOpenapi Task Generation Request Result Version Context] - workflows
Sequence[Get
Openapi Task Generation Request Result Workflow]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- endpoint
Type 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. - failed
Tasks List<Property Map> - header
Parameters List<Property Map> - is
Validate BooleanRequest - When this value is set to true, the task name validations happen and provides the task validation status against each of the selected API on the property selectedApis When this value is set to false, an internal workflow to generate the tasks is submitted, conflicting task names are created with an incremented version.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nr
Sources List<Property Map> - object
Type String - organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permission
Resources 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 - query
Parameters List<Property Map> - selected
Apis List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Depicts the status of the task creation request.*
none
- Indicates the default status.*InProgress
- Request has been picked up for generating tasks from the OpenAPI Specification file.*Completed
- All the tasks from the request have been created.*Failed
- There were failures in generating one or more tasks in the request. - List<Property Map>
- task
Prefix String - Optional string that can be prefixed to the name of created tasks.
- List<Property Map>
- url String
- Specifies the URL of the endpoint that the created task communicates with. It is defaulted to intersight.com for internal endpoints.
- version
Contexts List<Property Map> - workflows List<Property Map>
GetOpenapiTaskGenerationRequestResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestResultFailedTask
- Additional
Properties string - Class
Id string - Name string
- Object
Type string - Path string
- Reason string
- Additional
Properties string - Class
Id string - Name string
- Object
Type string - Path string
- Reason string
- additional
Properties String - class
Id String - name String
- object
Type String - path String
- reason String
- additional
Properties string - class
Id string - name string
- object
Type string - path string
- reason string
- additional_
properties str - class_
id str - name str
- object_
type str - path str
- reason str
- additional
Properties String - class
Id String - name String
- object
Type String - path String
- reason String
GetOpenapiTaskGenerationRequestResultHeaderParameter
- Additional
Properties string - Class
Id string - Key string
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Key string
- Object
Type string - Value string
- additional
Properties String - class
Id String - key String
- object
Type String - value String
- additional
Properties string - class
Id string - key string
- object
Type string - value string
- additional_
properties str - class_
id str - key str
- object_
type str - value str
- additional
Properties String - class
Id String - key String
- object
Type String - value String
GetOpenapiTaskGenerationRequestResultNrSource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestResultOrganization
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestResultQueryParameter
- Additional
Properties string - Class
Id string - Key string
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Key string
- Object
Type string - Value string
- additional
Properties String - class
Id String - key String
- object
Type String - value String
- additional
Properties string - class
Id string - key string
- object
Type string - value string
- additional_
properties str - class_
id str - key str
- object_
type str - value str
- additional
Properties String - class
Id String - key String
- object
Type String - value String
GetOpenapiTaskGenerationRequestResultSelectedApi
- Additional
Properties string - Api
Path List<GetObject Identifiers Openapi Task Generation Request Result Selected Api Api Path Object Identifier> - Class
Id string - Description string
- Display
Label string - Method string
- Name string
- Object
Type string - Path string
- Validation
Error string - Validation
Status string
- Additional
Properties string - Api
Path []GetObject Identifiers Openapi Task Generation Request Result Selected Api Api Path Object Identifier - Class
Id string - Description string
- Display
Label string - Method string
- Name string
- Object
Type string - Path string
- Validation
Error string - Validation
Status string
- additional
Properties String - api
Path List<GetObject Identifiers Openapi Task Generation Request Result Selected Api Api Path Object Identifier> - class
Id String - description String
- display
Label String - method String
- name String
- object
Type String - path String
- validation
Error String - validation
Status String
- additional
Properties string - api
Path GetObject Identifiers Openapi Task Generation Request Result Selected Api Api Path Object Identifier[] - class
Id string - description string
- display
Label string - method string
- name string
- object
Type string - path string
- validation
Error string - validation
Status string
- additional
Properties String - api
Path List<Property Map>Object Identifiers - class
Id String - description String
- display
Label String - method String
- name String
- object
Type String - path String
- validation
Error String - validation
Status String
GetOpenapiTaskGenerationRequestResultSelectedApiApiPathObjectIdentifier
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetOpenapiTaskGenerationRequestResultTaskTag
- Additional
Properties string - Class
Id string - Key string
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Key string
- Object
Type string - Value string
- additional
Properties String - class
Id String - key String
- object
Type String - value String
- additional
Properties string - class
Id string - key string
- object
Type string - value string
- additional_
properties str - class_
id str - key str
- object_
type str - value str
- additional
Properties String - class
Id String - key String
- object
Type String - value String
GetOpenapiTaskGenerationRequestResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetOpenapiTaskGenerationRequestResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestResultWorkflow
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetOpenapiTaskGenerationRequestSelectedApi
- Additional
Properties string - Api
Path GetObject Identifier Openapi Task Generation Request Selected Api Api Path Object Identifier - Unique identifier for the ApiMethod object that holds more information about this API.
- Class
Id string - The fully-qualified name 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.
- Display
Label 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.
- Object
Type 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.
- Validation
Error string - Validation error messages will be captured by this property.
- Validation
Status 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 string - Api
Path GetObject Identifier Openapi Task Generation Request Selected Api Api Path Object Identifier - Unique identifier for the ApiMethod object that holds more information about this API.
- Class
Id string - The fully-qualified name 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.
- Display
Label 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.
- Object
Type 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.
- Validation
Error string - Validation error messages will be captured by this property.
- Validation
Status 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 String - api
Path GetObject Identifier Openapi Task Generation Request Selected Api Api Path Object Identifier - Unique identifier for the ApiMethod object that holds more information about this API.
- class
Id String - The fully-qualified name 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.
- display
Label 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.
- object
Type 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.
- validation
Error String - Validation error messages will be captured by this property.
- validation
Status 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 string - api
Path GetObject Identifier Openapi Task Generation Request Selected Api Api Path Object Identifier - Unique identifier for the ApiMethod object that holds more information about this API.
- class
Id string - The fully-qualified name 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.
- display
Label 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.
- object
Type 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.
- validation
Error string - Validation error messages will be captured by this property.
- validation
Status string - Validation Status of selected API that indicates if the API validation passed or failed.
none
- Indicates the default status.Success
- Denotes that the validation is successful.Failed
- Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.
- additional_
properties str - api_
path_ Getobject_ identifier Openapi Task Generation Request Selected Api Api Path Object Identifier - Unique identifier for the ApiMethod object that holds more information about this API.
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description str
- A detailed description of the API.
- display_
label str - Display name of the selected API endpoint.
- method str
- Method Type of the selected API.
GET
- Method type which indicates it is a GET API call.POST
- Method type which indicates it is a POST API call.PUT
- Method type which indicates it is a PUT API call.PATCH
- Method type which indicates it is a PATCH API call.DELETE
- Method type which indicates it is a DELETE API call.
- name str
- Name of the selected API endpoint.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- path str
- API Path of the selected API endpoint.
- validation_
error str - Validation error messages will be captured by this property.
- validation_
status str - Validation Status of selected API that indicates if the API validation passed or failed.
none
- Indicates the default status.Success
- Denotes that the validation is successful.Failed
- Denotes that the validation failed. Validation could fail if information present in the OpenAPI specification is incomplete or missing.
- additional
Properties String - api
Path Property MapObject Identifier - Unique identifier for the ApiMethod object that holds more information about this API.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- description String
- A detailed description of the API.
- display
Label 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.
- object
Type 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.
- validation
Error String - Validation error messages will be captured by this property.
- validation
Status 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetOpenapiTaskGenerationRequestTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetOpenapiTaskGenerationRequestTaskTag
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- Object
Type 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key string
- Name of the key variable.
- Object
Type 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key string
- Name of the key variable.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key String
- Name of the key variable.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetOpenapi Task Generation Request Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetOpenapi Task Generation Request Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetOpenapi Task Generation Request Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetOpenapi Task Generation Request Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetOpenapi Task Generation Request Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetOpenapi Task Generation Request Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetOpenapi Task Generation Request Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetOpenapi Task Generation Request Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetOpenapi Task Generation Request Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetOpenapi Task Generation Request Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetOpenapiTaskGenerationRequestVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetOpenapiTaskGenerationRequestVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetOpenapiTaskGenerationRequestWorkflow
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet