intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getBulkResult
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The Result API is a status-monitor resource used to show the processing status of any bulk MO API when the request HTTP ‘prefer’ header is set to ‘respond-async’ value.
Using getBulkResult
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 getBulkResult(args: GetBulkResultArgs, opts?: InvokeOptions): Promise<GetBulkResultResult>
function getBulkResultOutput(args: GetBulkResultOutputArgs, opts?: InvokeOptions): Output<GetBulkResultResult>def get_bulk_result(account_moid: Optional[str] = None,
                    action_on_error: Optional[str] = None,
                    additional_properties: Optional[str] = None,
                    ancestors: Optional[Sequence[GetBulkResultAncestor]] = None,
                    class_id: Optional[str] = None,
                    completion_time: Optional[str] = None,
                    create_time: Optional[str] = None,
                    domain_group_moid: Optional[str] = None,
                    id: Optional[str] = None,
                    mo_cloner: Optional[GetBulkResultMoCloner] = None,
                    mo_deep_cloner: Optional[GetBulkResultMoDeepCloner] = None,
                    mo_merger: Optional[GetBulkResultMoMerger] = None,
                    mod_time: Optional[str] = None,
                    moid: Optional[str] = None,
                    num_sub_requests: Optional[float] = None,
                    object_type: Optional[str] = None,
                    organization: Optional[GetBulkResultOrganization] = None,
                    owners: Optional[Sequence[str]] = None,
                    parent: Optional[GetBulkResultParent] = None,
                    permission_resources: Optional[Sequence[GetBulkResultPermissionResource]] = None,
                    request: Optional[str] = None,
                    request_received_time: Optional[str] = None,
                    shared_scope: Optional[str] = None,
                    status: Optional[str] = None,
                    status_message: Optional[str] = None,
                    tags: Optional[Sequence[GetBulkResultTag]] = None,
                    uri: Optional[str] = None,
                    version_context: Optional[GetBulkResultVersionContext] = None,
                    workflow_info: Optional[GetBulkResultWorkflowInfo] = None,
                    opts: Optional[InvokeOptions] = None) -> GetBulkResultResult
def get_bulk_result_output(account_moid: Optional[pulumi.Input[str]] = None,
                    action_on_error: Optional[pulumi.Input[str]] = None,
                    additional_properties: Optional[pulumi.Input[str]] = None,
                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkResultAncestorArgs]]]] = None,
                    class_id: Optional[pulumi.Input[str]] = None,
                    completion_time: Optional[pulumi.Input[str]] = None,
                    create_time: Optional[pulumi.Input[str]] = None,
                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                    id: Optional[pulumi.Input[str]] = None,
                    mo_cloner: Optional[pulumi.Input[GetBulkResultMoClonerArgs]] = None,
                    mo_deep_cloner: Optional[pulumi.Input[GetBulkResultMoDeepClonerArgs]] = None,
                    mo_merger: Optional[pulumi.Input[GetBulkResultMoMergerArgs]] = None,
                    mod_time: Optional[pulumi.Input[str]] = None,
                    moid: Optional[pulumi.Input[str]] = None,
                    num_sub_requests: Optional[pulumi.Input[float]] = None,
                    object_type: Optional[pulumi.Input[str]] = None,
                    organization: Optional[pulumi.Input[GetBulkResultOrganizationArgs]] = None,
                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    parent: Optional[pulumi.Input[GetBulkResultParentArgs]] = None,
                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkResultPermissionResourceArgs]]]] = None,
                    request: Optional[pulumi.Input[str]] = None,
                    request_received_time: Optional[pulumi.Input[str]] = None,
                    shared_scope: Optional[pulumi.Input[str]] = None,
                    status: Optional[pulumi.Input[str]] = None,
                    status_message: Optional[pulumi.Input[str]] = None,
                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetBulkResultTagArgs]]]] = None,
                    uri: Optional[pulumi.Input[str]] = None,
                    version_context: Optional[pulumi.Input[GetBulkResultVersionContextArgs]] = None,
                    workflow_info: Optional[pulumi.Input[GetBulkResultWorkflowInfoArgs]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetBulkResultResult]func LookupBulkResult(ctx *Context, args *LookupBulkResultArgs, opts ...InvokeOption) (*LookupBulkResultResult, error)
func LookupBulkResultOutput(ctx *Context, args *LookupBulkResultOutputArgs, opts ...InvokeOption) LookupBulkResultResultOutput> Note: This function is named LookupBulkResult in the Go SDK.
public static class GetBulkResult 
{
    public static Task<GetBulkResultResult> InvokeAsync(GetBulkResultArgs args, InvokeOptions? opts = null)
    public static Output<GetBulkResultResult> Invoke(GetBulkResultInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBulkResultResult> getBulkResult(GetBulkResultArgs args, InvokeOptions options)
public static Output<GetBulkResultResult> getBulkResult(GetBulkResultArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getBulkResult:getBulkResult
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- ActionOn stringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- AdditionalProperties string
- Ancestors
List<GetBulk Result Ancestor> 
- ClassId string
- CompletionTime string
- The timestamp in UTC when the request processing is completed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- MoCloner GetBulk Result Mo Cloner 
- MoDeep GetCloner Bulk Result Mo Deep Cloner 
- MoMerger GetBulk Result Mo Merger 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumSub doubleRequests 
- The number of subrequests received in this request.
- ObjectType string
- Organization
GetBulk Result Organization 
- Owners List<string>
- Parent
GetBulk Result Parent 
- PermissionResources List<GetBulk Result Permission Resource> 
- Request string
- RequestReceived stringTime 
- The timestamp in UTC when the request was received.
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- StatusMessage string
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
List<GetBulk Result Tag> 
- Uri string
- The URI on which this async operation is being performed.
- VersionContext GetBulk Result Version Context 
- WorkflowInfo GetBulk Result Workflow Info 
- AccountMoid string
- The Account ID for this managed object.
- ActionOn stringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- AdditionalProperties string
- Ancestors
[]GetBulk Result Ancestor 
- ClassId string
- CompletionTime string
- The timestamp in UTC when the request processing is completed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- MoCloner GetBulk Result Mo Cloner 
- MoDeep GetCloner Bulk Result Mo Deep Cloner 
- MoMerger GetBulk Result Mo Merger 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumSub float64Requests 
- The number of subrequests received in this request.
- ObjectType string
- Organization
GetBulk Result Organization 
- Owners []string
- Parent
GetBulk Result Parent 
- PermissionResources []GetBulk Result Permission Resource 
- Request string
- RequestReceived stringTime 
- The timestamp in UTC when the request was received.
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- StatusMessage string
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
[]GetBulk Result Tag 
- Uri string
- The URI on which this async operation is being performed.
- VersionContext GetBulk Result Version Context 
- WorkflowInfo GetBulk Result Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- actionOn StringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- additionalProperties String
- ancestors
List<GetBulk Result Ancestor> 
- classId String
- completionTime String
- The timestamp in UTC when the request processing is completed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- moCloner GetBulk Result Mo Cloner 
- moDeep GetCloner Bulk Result Mo Deep Cloner 
- moMerger GetBulk Result Mo Merger 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numSub DoubleRequests 
- The number of subrequests received in this request.
- objectType String
- organization
GetBulk Result Organization 
- owners List<String>
- parent
GetBulk Result Parent 
- permissionResources List<GetBulk Result Permission Resource> 
- request String
- requestReceived StringTime 
- The timestamp in UTC when the request was received.
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage String
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
List<GetBulk Result Tag> 
- uri String
- The URI on which this async operation is being performed.
- versionContext GetBulk Result Version Context 
- workflowInfo GetBulk Result Workflow Info 
- accountMoid string
- The Account ID for this managed object.
- actionOn stringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- additionalProperties string
- ancestors
GetBulk Result Ancestor[] 
- classId string
- completionTime string
- The timestamp in UTC when the request processing is completed.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- moCloner GetBulk Result Mo Cloner 
- moDeep GetCloner Bulk Result Mo Deep Cloner 
- moMerger GetBulk Result Mo Merger 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- numSub numberRequests 
- The number of subrequests received in this request.
- objectType string
- organization
GetBulk Result Organization 
- owners string[]
- parent
GetBulk Result Parent 
- permissionResources GetBulk Result Permission Resource[] 
- request string
- requestReceived stringTime 
- The timestamp in UTC when the request was received.
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage string
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
GetBulk Result Tag[] 
- uri string
- The URI on which this async operation is being performed.
- versionContext GetBulk Result Version Context 
- workflowInfo GetBulk Result Workflow Info 
- account_moid str
- The Account ID for this managed object.
- action_on_ strerror 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- additional_properties str
- ancestors
Sequence[GetBulk Result Ancestor] 
- class_id str
- completion_time str
- The timestamp in UTC when the request processing is completed.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- mo_cloner GetBulk Result Mo Cloner 
- mo_deep_ Getcloner Bulk Result Mo Deep Cloner 
- mo_merger GetBulk Result Mo Merger 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- num_sub_ floatrequests 
- The number of subrequests received in this request.
- object_type str
- organization
GetBulk Result Organization 
- owners Sequence[str]
- parent
GetBulk Result Parent 
- permission_resources Sequence[GetBulk Result Permission Resource] 
- request str
- request_received_ strtime 
- The timestamp in UTC when the request was received.
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- status_message str
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
Sequence[GetBulk Result Tag] 
- uri str
- The URI on which this async operation is being performed.
- version_context GetBulk Result Version Context 
- workflow_info GetBulk Result Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- actionOn StringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- completionTime String
- The timestamp in UTC when the request processing is completed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- moCloner Property Map
- moDeep Property MapCloner 
- moMerger Property Map
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numSub NumberRequests 
- The number of subrequests received in this request.
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- request String
- requestReceived StringTime 
- The timestamp in UTC when the request was received.
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage String
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- List<Property Map>
- uri String
- The URI on which this async operation is being performed.
- versionContext Property Map
- workflowInfo Property Map
getBulkResult Result
The following output properties are available:
- Id string
- Results
List<GetBulk Result Result> 
- AccountMoid string
- ActionOn stringError 
- AdditionalProperties string
- Ancestors
List<GetBulk Result Ancestor> 
- ClassId string
- CompletionTime string
- CreateTime string
- DomainGroup stringMoid 
- MoCloner GetBulk Result Mo Cloner 
- MoDeep GetCloner Bulk Result Mo Deep Cloner 
- MoMerger GetBulk Result Mo Merger 
- ModTime string
- Moid string
- NumSub doubleRequests 
- ObjectType string
- Organization
GetBulk Result Organization 
- Owners List<string>
- Parent
GetBulk Result Parent 
- PermissionResources List<GetBulk Result Permission Resource> 
- Request string
- RequestReceived stringTime 
- string
- Status string
- StatusMessage string
- 
List<GetBulk Result Tag> 
- Uri string
- VersionContext GetBulk Result Version Context 
- WorkflowInfo GetBulk Result Workflow Info 
- Id string
- Results
[]GetBulk Result Result 
- AccountMoid string
- ActionOn stringError 
- AdditionalProperties string
- Ancestors
[]GetBulk Result Ancestor 
- ClassId string
- CompletionTime string
- CreateTime string
- DomainGroup stringMoid 
- MoCloner GetBulk Result Mo Cloner 
- MoDeep GetCloner Bulk Result Mo Deep Cloner 
- MoMerger GetBulk Result Mo Merger 
- ModTime string
- Moid string
- NumSub float64Requests 
- ObjectType string
- Organization
GetBulk Result Organization 
- Owners []string
- Parent
GetBulk Result Parent 
- PermissionResources []GetBulk Result Permission Resource 
- Request string
- RequestReceived stringTime 
- string
- Status string
- StatusMessage string
- 
[]GetBulk Result Tag 
- Uri string
- VersionContext GetBulk Result Version Context 
- WorkflowInfo GetBulk Result Workflow Info 
- id String
- results
List<GetBulk Result Result> 
- accountMoid String
- actionOn StringError 
- additionalProperties String
- ancestors
List<GetBulk Result Ancestor> 
- classId String
- completionTime String
- createTime String
- domainGroup StringMoid 
- moCloner GetBulk Result Mo Cloner 
- moDeep GetCloner Bulk Result Mo Deep Cloner 
- moMerger GetBulk Result Mo Merger 
- modTime String
- moid String
- numSub DoubleRequests 
- objectType String
- organization
GetBulk Result Organization 
- owners List<String>
- parent
GetBulk Result Parent 
- permissionResources List<GetBulk Result Permission Resource> 
- request String
- requestReceived StringTime 
- String
- status String
- statusMessage String
- 
List<GetBulk Result Tag> 
- uri String
- versionContext GetBulk Result Version Context 
- workflowInfo GetBulk Result Workflow Info 
- id string
- results
GetBulk Result Result[] 
- accountMoid string
- actionOn stringError 
- additionalProperties string
- ancestors
GetBulk Result Ancestor[] 
- classId string
- completionTime string
- createTime string
- domainGroup stringMoid 
- moCloner GetBulk Result Mo Cloner 
- moDeep GetCloner Bulk Result Mo Deep Cloner 
- moMerger GetBulk Result Mo Merger 
- modTime string
- moid string
- numSub numberRequests 
- objectType string
- organization
GetBulk Result Organization 
- owners string[]
- parent
GetBulk Result Parent 
- permissionResources GetBulk Result Permission Resource[] 
- request string
- requestReceived stringTime 
- string
- status string
- statusMessage string
- 
GetBulk Result Tag[] 
- uri string
- versionContext GetBulk Result Version Context 
- workflowInfo GetBulk Result Workflow Info 
- id str
- results
Sequence[GetBulk Result Result] 
- account_moid str
- action_on_ strerror 
- additional_properties str
- ancestors
Sequence[GetBulk Result Ancestor] 
- class_id str
- completion_time str
- create_time str
- domain_group_ strmoid 
- mo_cloner GetBulk Result Mo Cloner 
- mo_deep_ Getcloner Bulk Result Mo Deep Cloner 
- mo_merger GetBulk Result Mo Merger 
- mod_time str
- moid str
- num_sub_ floatrequests 
- object_type str
- organization
GetBulk Result Organization 
- owners Sequence[str]
- parent
GetBulk Result Parent 
- permission_resources Sequence[GetBulk Result Permission Resource] 
- request str
- request_received_ strtime 
- str
- status str
- status_message str
- 
Sequence[GetBulk Result Tag] 
- uri str
- version_context GetBulk Result Version Context 
- workflow_info GetBulk Result Workflow Info 
- id String
- results List<Property Map>
- accountMoid String
- actionOn StringError 
- additionalProperties String
- ancestors List<Property Map>
- classId String
- completionTime String
- createTime String
- domainGroup StringMoid 
- moCloner Property Map
- moDeep Property MapCloner 
- moMerger Property Map
- modTime String
- moid String
- numSub NumberRequests 
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- request String
- requestReceived StringTime 
- String
- status String
- statusMessage String
- List<Property Map>
- uri String
- versionContext Property Map
- workflowInfo Property Map
Supporting Types
GetBulkResultAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultMoCloner    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultMoDeepCloner     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultMoMerger    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultOrganization   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultResult   
- AccountMoid string
- The Account ID for this managed object.
- ActionOn stringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- AdditionalProperties string
- Ancestors
List<GetBulk Result Result Ancestor> 
- ClassId string
- CompletionTime string
- The timestamp in UTC when the request processing is completed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- MoCloners List<GetBulk Result Result Mo Cloner> 
- MoDeep List<GetCloners Bulk Result Result Mo Deep Cloner> 
- MoMergers List<GetBulk Result Result Mo Merger> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumSub doubleRequests 
- The number of subrequests received in this request.
- ObjectType string
- Organizations
List<GetBulk Result Result Organization> 
- Owners List<string>
- Parents
List<GetBulk Result Result Parent> 
- PermissionResources List<GetBulk Result Result Permission Resource> 
- Request string
- RequestReceived stringTime 
- The timestamp in UTC when the request was received.
- Results
List<GetBulk Result Result Result> 
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- StatusMessage string
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
List<GetBulk Result Result Tag> 
- Uri string
- The URI on which this async operation is being performed.
- VersionContexts List<GetBulk Result Result Version Context> 
- WorkflowInfos List<GetBulk Result Result Workflow Info> 
- AccountMoid string
- The Account ID for this managed object.
- ActionOn stringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- AdditionalProperties string
- Ancestors
[]GetBulk Result Result Ancestor 
- ClassId string
- CompletionTime string
- The timestamp in UTC when the request processing is completed.
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- MoCloners []GetBulk Result Result Mo Cloner 
- MoDeep []GetCloners Bulk Result Result Mo Deep Cloner 
- MoMergers []GetBulk Result Result Mo Merger 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NumSub float64Requests 
- The number of subrequests received in this request.
- ObjectType string
- Organizations
[]GetBulk Result Result Organization 
- Owners []string
- Parents
[]GetBulk Result Result Parent 
- PermissionResources []GetBulk Result Result Permission Resource 
- Request string
- RequestReceived stringTime 
- The timestamp in UTC when the request was received.
- Results
[]GetBulk Result Result Result 
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- StatusMessage string
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
[]GetBulk Result Result Tag 
- Uri string
- The URI on which this async operation is being performed.
- VersionContexts []GetBulk Result Result Version Context 
- WorkflowInfos []GetBulk Result Result Workflow Info 
- accountMoid String
- The Account ID for this managed object.
- actionOn StringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- additionalProperties String
- ancestors
List<GetBulk Result Result Ancestor> 
- classId String
- completionTime String
- The timestamp in UTC when the request processing is completed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- moCloners List<GetBulk Result Result Mo Cloner> 
- moDeep List<GetCloners Bulk Result Result Mo Deep Cloner> 
- moMergers List<GetBulk Result Result Mo Merger> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numSub DoubleRequests 
- The number of subrequests received in this request.
- objectType String
- organizations
List<GetBulk Result Result Organization> 
- owners List<String>
- parents
List<GetBulk Result Result Parent> 
- permissionResources List<GetBulk Result Result Permission Resource> 
- request String
- requestReceived StringTime 
- The timestamp in UTC when the request was received.
- results
List<GetBulk Result Result Result> 
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage String
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
List<GetBulk Result Result Tag> 
- uri String
- The URI on which this async operation is being performed.
- versionContexts List<GetBulk Result Result Version Context> 
- workflowInfos List<GetBulk Result Result Workflow Info> 
- accountMoid string
- The Account ID for this managed object.
- actionOn stringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- additionalProperties string
- ancestors
GetBulk Result Result Ancestor[] 
- classId string
- completionTime string
- The timestamp in UTC when the request processing is completed.
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- moCloners GetBulk Result Result Mo Cloner[] 
- moDeep GetCloners Bulk Result Result Mo Deep Cloner[] 
- moMergers GetBulk Result Result Mo Merger[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- numSub numberRequests 
- The number of subrequests received in this request.
- objectType string
- organizations
GetBulk Result Result Organization[] 
- owners string[]
- parents
GetBulk Result Result Parent[] 
- permissionResources GetBulk Result Result Permission Resource[] 
- request string
- requestReceived stringTime 
- The timestamp in UTC when the request was received.
- results
GetBulk Result Result Result[] 
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage string
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
GetBulk Result Result Tag[] 
- uri string
- The URI on which this async operation is being performed.
- versionContexts GetBulk Result Result Version Context[] 
- workflowInfos GetBulk Result Result Workflow Info[] 
- account_moid str
- The Account ID for this managed object.
- action_on_ strerror 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- additional_properties str
- ancestors
Sequence[GetBulk Result Result Ancestor] 
- class_id str
- completion_time str
- The timestamp in UTC when the request processing is completed.
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- mo_cloners Sequence[GetBulk Result Result Mo Cloner] 
- mo_deep_ Sequence[Getcloners Bulk Result Result Mo Deep Cloner] 
- mo_mergers Sequence[GetBulk Result Result Mo Merger] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- num_sub_ floatrequests 
- The number of subrequests received in this request.
- object_type str
- organizations
Sequence[GetBulk Result Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetBulk Result Result Parent] 
- permission_resources Sequence[GetBulk Result Result Permission Resource] 
- request str
- request_received_ strtime 
- The timestamp in UTC when the request was received.
- results
Sequence[GetBulk Result Result Result] 
- 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- status_message str
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- 
Sequence[GetBulk Result Result Tag] 
- uri str
- The URI on which this async operation is being performed.
- version_contexts Sequence[GetBulk Result Result Version Context] 
- workflow_infos Sequence[GetBulk Result Result Workflow Info] 
- accountMoid String
- The Account ID for this managed object.
- actionOn StringError 
- The action that will be performed when an error occurs during processing of the request.* Stop- Stop the processing of the request after the first error.*Proceed- Proceed with the processing of the request even when an error occurs.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- completionTime String
- The timestamp in UTC when the request processing is completed.
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- moCloners List<Property Map>
- moDeep List<Property Map>Cloners 
- moMergers List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- numSub NumberRequests 
- The number of subrequests received in this request.
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- request String
- requestReceived StringTime 
- The timestamp in UTC when the request was received.
- results 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
- The processing status of the request.* NotStarted- Indicates that the request processing has not begun yet.*ObjPresenceCheckInProgress- Indicates that the object presence check is in progress for this request.*ObjPresenceCheckComplete- Indicates that the object presence check is complete.*ExecutionInProgress- Indicates that the request processing is in progress.*Completed- Indicates that the request processing has been completed successfully.*CompletedWithErrors- Indicates that the request processing has one or more failed subrequests.*Failed- Indicates that the processing of this request failed.*TimedOut- Indicates that the request processing timed out.
- statusMessage String
- The status message shows the error details in human readable format when the request goes to failed state. No additional information is shown for success case.
- List<Property Map>
- uri String
- The URI on which this async operation is being performed.
- versionContexts List<Property Map>
- workflowInfos List<Property Map>
GetBulkResultResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultMoCloner     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultMoDeepCloner      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultMoMerger     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultOrganization    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultResult    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetBulkResultResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetBulk Result Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetBulk Result Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetBulk Result Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetBulk Result Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetBulk Result Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetBulk Result Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetBulkResultResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultResultWorkflowInfo     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetBulkResultTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetBulkResultVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetBulk Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetBulk Result Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetBulk Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetBulk Result Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetBulk Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetBulk Result Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetBulk Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetBulk Result Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetBulk Result 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 GetBulk Result Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetBulkResultVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetBulkResultWorkflowInfo    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet