1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getBulkExport
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet

    The Export object is integral to managing export operations within the system, providing a structured approach to monitor and control various aspects of data exporting activities.

    Purpose

    The Export object tracks the progress and status of data export operations. It serves as the main point of reference for users who need to initiate, manage, or terminate export processes efficiently.

    Key Concepts

    • Operation Tracking: Captures all export activities as instances, allowing users to monitor status updates and completion metrics.
    • Privilege Management: Enforces access control through privilege sets, ensuring only authorized users can initiate, update, or delete export processes.
    • Action Flexibility: Supports actions such as starting or canceling an export, giving users control over operation flow.
    • Organizational Ownership: Reflects ownership and management by the organization, promoting structured and accountable export operations.

    Using getBulkExport

    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 getBulkExport(args: GetBulkExportArgs, opts?: InvokeOptions): Promise<GetBulkExportResult>
    function getBulkExportOutput(args: GetBulkExportOutputArgs, opts?: InvokeOutputOptions): Output<GetBulkExportResult>
    def get_bulk_export(account: Optional[GetBulkExportAccount] = None,
                        account_moid: Optional[str] = None,
                        action: Optional[str] = None,
                        additional_properties: Optional[str] = None,
                        ancestors: Optional[Sequence[GetBulkExportAncestor]] = None,
                        class_id: Optional[str] = None,
                        create_time: Optional[str] = None,
                        domain_group_moid: Optional[str] = None,
                        exclude_peers: Optional[Sequence[str]] = None,
                        exclude_relations: Optional[bool] = None,
                        export_tags: Optional[bool] = None,
                        exported_items: Optional[Sequence[GetBulkExportExportedItem]] = None,
                        exported_objects: Optional[Sequence[GetBulkExportExportedObject]] = None,
                        exported_objects_as_groups: Optional[Sequence[GetBulkExportExportedObjectsAsGroup]] = None,
                        id: Optional[str] = None,
                        idp: Optional[GetBulkExportIdp] = None,
                        idp_reference: Optional[GetBulkExportIdpReference] = None,
                        import_order: Optional[str] = None,
                        include_org_identity: Optional[bool] = None,
                        is_aes_key_set: Optional[bool] = None,
                        item_names: Optional[Sequence[str]] = None,
                        items: Optional[Sequence[GetBulkExportItem]] = None,
                        mod_time: Optional[str] = None,
                        moid: Optional[str] = None,
                        name: Optional[str] = None,
                        object_type: Optional[str] = None,
                        organization: Optional[GetBulkExportOrganization] = None,
                        owners: Optional[Sequence[str]] = None,
                        parent: Optional[GetBulkExportParent] = None,
                        permission_id: Optional[str] = None,
                        permission_resources: Optional[Sequence[GetBulkExportPermissionResource]] = None,
                        preserve_identities: Optional[bool] = None,
                        related_type_options: Optional[Sequence[GetBulkExportRelatedTypeOption]] = None,
                        shared_scope: Optional[str] = None,
                        split_requests: Optional[bool] = None,
                        status: Optional[str] = None,
                        status_message: Optional[str] = None,
                        tags: Optional[Sequence[GetBulkExportTag]] = None,
                        user: Optional[GetBulkExportUser] = None,
                        user_id: Optional[str] = None,
                        version_context: Optional[GetBulkExportVersionContext] = None,
                        opts: Optional[InvokeOptions] = None) -> GetBulkExportResult
    def get_bulk_export_output(account: pulumi.Input[Optional[GetBulkExportAccountArgs]] = None,
                        account_moid: pulumi.Input[Optional[str]] = None,
                        action: pulumi.Input[Optional[str]] = None,
                        additional_properties: pulumi.Input[Optional[str]] = None,
                        ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportAncestorArgs]]]] = None,
                        class_id: pulumi.Input[Optional[str]] = None,
                        create_time: pulumi.Input[Optional[str]] = None,
                        domain_group_moid: pulumi.Input[Optional[str]] = None,
                        exclude_peers: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                        exclude_relations: pulumi.Input[Optional[bool]] = None,
                        export_tags: pulumi.Input[Optional[bool]] = None,
                        exported_items: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportExportedItemArgs]]]] = None,
                        exported_objects: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportExportedObjectArgs]]]] = None,
                        exported_objects_as_groups: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportExportedObjectsAsGroupArgs]]]] = None,
                        id: pulumi.Input[Optional[str]] = None,
                        idp: pulumi.Input[Optional[GetBulkExportIdpArgs]] = None,
                        idp_reference: pulumi.Input[Optional[GetBulkExportIdpReferenceArgs]] = None,
                        import_order: pulumi.Input[Optional[str]] = None,
                        include_org_identity: pulumi.Input[Optional[bool]] = None,
                        is_aes_key_set: pulumi.Input[Optional[bool]] = None,
                        item_names: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                        items: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportItemArgs]]]] = None,
                        mod_time: pulumi.Input[Optional[str]] = None,
                        moid: pulumi.Input[Optional[str]] = None,
                        name: pulumi.Input[Optional[str]] = None,
                        object_type: pulumi.Input[Optional[str]] = None,
                        organization: pulumi.Input[Optional[GetBulkExportOrganizationArgs]] = None,
                        owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                        parent: pulumi.Input[Optional[GetBulkExportParentArgs]] = None,
                        permission_id: pulumi.Input[Optional[str]] = None,
                        permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportPermissionResourceArgs]]]] = None,
                        preserve_identities: pulumi.Input[Optional[bool]] = None,
                        related_type_options: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportRelatedTypeOptionArgs]]]] = None,
                        shared_scope: pulumi.Input[Optional[str]] = None,
                        split_requests: pulumi.Input[Optional[bool]] = None,
                        status: pulumi.Input[Optional[str]] = None,
                        status_message: pulumi.Input[Optional[str]] = None,
                        tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetBulkExportTagArgs]]]] = None,
                        user: pulumi.Input[Optional[GetBulkExportUserArgs]] = None,
                        user_id: pulumi.Input[Optional[str]] = None,
                        version_context: pulumi.Input[Optional[GetBulkExportVersionContextArgs]] = None,
                        opts: Optional[InvokeOutputOptions] = None) -> Output[GetBulkExportResult]
    func LookupBulkExport(ctx *Context, args *LookupBulkExportArgs, opts ...InvokeOption) (*LookupBulkExportResult, error)
    func LookupBulkExportOutput(ctx *Context, args *LookupBulkExportOutputArgs, opts ...InvokeOption) LookupBulkExportResultOutput

    > Note: This function is named LookupBulkExport in the Go SDK.

    public static class GetBulkExport 
    {
        public static Task<GetBulkExportResult> InvokeAsync(GetBulkExportArgs args, InvokeOptions? opts = null)
        public static Output<GetBulkExportResult> Invoke(GetBulkExportInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetBulkExportResult> Invoke(GetBulkExportInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetBulkExportResult> getBulkExport(GetBulkExportArgs args, InvokeOptions options)
    public static Output<GetBulkExportResult> getBulkExport(GetBulkExportArgs args, InvokeOptions options)
    public static Output<GetBulkExportResult> getBulkExport(GetBulkExportArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getBulkExport:getBulkExport
      arguments:
        # arguments dictionary
    data "intersight_get_bulk_export" "name" {
        # arguments
    }

    The following arguments are supported:

    Account GetBulkExportAccount
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    AdditionalProperties string
    Ancestors List<GetBulkExportAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExcludePeers List<string>
    ExcludeRelations bool
    Used to specify that none of the relationships should be exported.
    ExportTags bool
    Specifies whether tags must be exported and will be considered for all the items MOs.
    ExportedItems List<GetBulkExportExportedItem>
    ExportedObjects List<GetBulkExportExportedObject>
    ExportedObjectsAsGroups List<GetBulkExportExportedObjectsAsGroup>
    Id string
    Idp GetBulkExportIdp
    IdpReference GetBulkExportIdpReference
    ImportOrder string
    IncludeOrgIdentity bool
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    ItemNames List<string>
    Items List<GetBulkExportItem>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    ObjectType string
    Organization GetBulkExportOrganization
    Owners List<string>
    Parent GetBulkExportParent
    PermissionId string
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    PermissionResources List<GetBulkExportPermissionResource>
    PreserveIdentities bool
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    RelatedTypeOptions List<GetBulkExportRelatedTypeOption>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SplitRequests bool
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    Status string
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    StatusMessage string
    Status message associated with failures or progress indication.
    Tags List<GetBulkExportTag>
    User GetBulkExportUser
    UserId string
    The user identifier which indicates the user that started this export operation.
    VersionContext GetBulkExportVersionContext
    Account GetBulkExportAccount
    AccountMoid string
    The Account ID for this managed object.
    Action string
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    AdditionalProperties string
    Ancestors []GetBulkExportAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExcludePeers []string
    ExcludeRelations bool
    Used to specify that none of the relationships should be exported.
    ExportTags bool
    Specifies whether tags must be exported and will be considered for all the items MOs.
    ExportedItems []GetBulkExportExportedItem
    ExportedObjects []GetBulkExportExportedObject
    ExportedObjectsAsGroups []GetBulkExportExportedObjectsAsGroup
    Id string
    Idp GetBulkExportIdp
    IdpReference GetBulkExportIdpReference
    ImportOrder string
    IncludeOrgIdentity bool
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    ItemNames []string
    Items []GetBulkExportItem
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    ObjectType string
    Organization GetBulkExportOrganization
    Owners []string
    Parent GetBulkExportParent
    PermissionId string
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    PermissionResources []GetBulkExportPermissionResource
    PreserveIdentities bool
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    RelatedTypeOptions []GetBulkExportRelatedTypeOption
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SplitRequests bool
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    Status string
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    StatusMessage string
    Status message associated with failures or progress indication.
    Tags []GetBulkExportTag
    User GetBulkExportUser
    UserId string
    The user identifier which indicates the user that started this export operation.
    VersionContext GetBulkExportVersionContext
    account object
    account_moid string
    The Account ID for this managed object.
    action string
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additional_properties string
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    exclude_peers list(string)
    exclude_relations bool
    Used to specify that none of the relationships should be exported.
    export_tags bool
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exported_items list(object)
    exported_objects list(object)
    exported_objects_as_groups list(object)
    id string
    idp object
    idp_reference object
    import_order string
    include_org_identity bool
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    item_names list(string)
    items list(object)
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    object_type string
    organization object
    owners list(string)
    parent object
    permission_id string
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permission_resources list(object)
    preserve_identities bool
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    related_type_options list(object)
    shared_scope 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.
    split_requests bool
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status string
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    status_message string
    Status message associated with failures or progress indication.
    tags list(object)
    user object
    user_id string
    The user identifier which indicates the user that started this export operation.
    version_context object
    account GetBulkExportAccount
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additionalProperties String
    ancestors List<GetBulkExportAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    excludePeers List<String>
    excludeRelations Boolean
    Used to specify that none of the relationships should be exported.
    exportTags Boolean
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exportedItems List<GetBulkExportExportedItem>
    exportedObjects List<GetBulkExportExportedObject>
    exportedObjectsAsGroups List<GetBulkExportExportedObjectsAsGroup>
    id String
    idp GetBulkExportIdp
    idpReference GetBulkExportIdpReference
    importOrder String
    includeOrgIdentity Boolean
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    itemNames List<String>
    items List<GetBulkExportItem>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    objectType String
    organization GetBulkExportOrganization
    owners List<String>
    parent GetBulkExportParent
    permissionId String
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permissionResources List<GetBulkExportPermissionResource>
    preserveIdentities Boolean
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    relatedTypeOptions List<GetBulkExportRelatedTypeOption>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    splitRequests Boolean
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status String
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    statusMessage String
    Status message associated with failures or progress indication.
    tags List<GetBulkExportTag>
    user GetBulkExportUser
    userId String
    The user identifier which indicates the user that started this export operation.
    versionContext GetBulkExportVersionContext
    account GetBulkExportAccount
    accountMoid string
    The Account ID for this managed object.
    action string
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additionalProperties string
    ancestors GetBulkExportAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    excludePeers string[]
    excludeRelations boolean
    Used to specify that none of the relationships should be exported.
    exportTags boolean
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exportedItems GetBulkExportExportedItem[]
    exportedObjects GetBulkExportExportedObject[]
    exportedObjectsAsGroups GetBulkExportExportedObjectsAsGroup[]
    id string
    idp GetBulkExportIdp
    idpReference GetBulkExportIdpReference
    importOrder string
    includeOrgIdentity boolean
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    isAesKeySet boolean
    Indicates whether the value of the 'aesKey' property has been set.
    itemNames string[]
    items GetBulkExportItem[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    objectType string
    organization GetBulkExportOrganization
    owners string[]
    parent GetBulkExportParent
    permissionId string
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permissionResources GetBulkExportPermissionResource[]
    preserveIdentities boolean
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    relatedTypeOptions GetBulkExportRelatedTypeOption[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    splitRequests boolean
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status string
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    statusMessage string
    Status message associated with failures or progress indication.
    tags GetBulkExportTag[]
    user GetBulkExportUser
    userId string
    The user identifier which indicates the user that started this export operation.
    versionContext GetBulkExportVersionContext
    account GetBulkExportAccount
    account_moid str
    The Account ID for this managed object.
    action str
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additional_properties str
    ancestors Sequence[GetBulkExportAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    exclude_peers Sequence[str]
    exclude_relations bool
    Used to specify that none of the relationships should be exported.
    export_tags bool
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exported_items Sequence[GetBulkExportExportedItem]
    exported_objects Sequence[GetBulkExportExportedObject]
    exported_objects_as_groups Sequence[GetBulkExportExportedObjectsAsGroup]
    id str
    idp GetBulkExportIdp
    idp_reference GetBulkExportIdpReference
    import_order str
    include_org_identity bool
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    item_names Sequence[str]
    items Sequence[GetBulkExportItem]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    object_type str
    organization GetBulkExportOrganization
    owners Sequence[str]
    parent GetBulkExportParent
    permission_id str
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permission_resources Sequence[GetBulkExportPermissionResource]
    preserve_identities bool
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    related_type_options Sequence[GetBulkExportRelatedTypeOption]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    split_requests bool
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status str
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    status_message str
    Status message associated with failures or progress indication.
    tags Sequence[GetBulkExportTag]
    user GetBulkExportUser
    user_id str
    The user identifier which indicates the user that started this export operation.
    version_context GetBulkExportVersionContext
    account Property Map
    accountMoid String
    The Account ID for this managed object.
    action String
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    excludePeers List<String>
    excludeRelations Boolean
    Used to specify that none of the relationships should be exported.
    exportTags Boolean
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exportedItems List<Property Map>
    exportedObjects List<Property Map>
    exportedObjectsAsGroups List<Property Map>
    id String
    idp Property Map
    idpReference Property Map
    importOrder String
    includeOrgIdentity Boolean
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    itemNames List<String>
    items List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionId String
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permissionResources List<Property Map>
    preserveIdentities Boolean
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    relatedTypeOptions List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    splitRequests Boolean
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status String
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    statusMessage String
    Status message associated with failures or progress indication.
    tags List<Property Map>
    user Property Map
    userId String
    The user identifier which indicates the user that started this export operation.
    versionContext Property Map

    getBulkExport Result

    The following output properties are available:

    Id string
    Results List<GetBulkExportResult>
    Account GetBulkExportAccount
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors List<GetBulkExportAncestor>
    ClassId string
    CreateTime string
    DomainGroupMoid string
    ExcludePeers List<string>
    ExcludeRelations bool
    ExportTags bool
    ExportedItems List<GetBulkExportExportedItem>
    ExportedObjects List<GetBulkExportExportedObject>
    ExportedObjectsAsGroups List<GetBulkExportExportedObjectsAsGroup>
    Idp GetBulkExportIdp
    IdpReference GetBulkExportIdpReference
    ImportOrder string
    IncludeOrgIdentity bool
    IsAesKeySet bool
    ItemNames List<string>
    Items List<GetBulkExportItem>
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetBulkExportOrganization
    Owners List<string>
    Parent GetBulkExportParent
    PermissionId string
    PermissionResources List<GetBulkExportPermissionResource>
    PreserveIdentities bool
    RelatedTypeOptions List<GetBulkExportRelatedTypeOption>
    SharedScope string
    SplitRequests bool
    Status string
    StatusMessage string
    Tags List<GetBulkExportTag>
    User GetBulkExportUser
    UserId string
    VersionContext GetBulkExportVersionContext
    Id string
    Results []GetBulkExportResult
    Account GetBulkExportAccount
    AccountMoid string
    Action string
    AdditionalProperties string
    Ancestors []GetBulkExportAncestor
    ClassId string
    CreateTime string
    DomainGroupMoid string
    ExcludePeers []string
    ExcludeRelations bool
    ExportTags bool
    ExportedItems []GetBulkExportExportedItem
    ExportedObjects []GetBulkExportExportedObject
    ExportedObjectsAsGroups []GetBulkExportExportedObjectsAsGroup
    Idp GetBulkExportIdp
    IdpReference GetBulkExportIdpReference
    ImportOrder string
    IncludeOrgIdentity bool
    IsAesKeySet bool
    ItemNames []string
    Items []GetBulkExportItem
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetBulkExportOrganization
    Owners []string
    Parent GetBulkExportParent
    PermissionId string
    PermissionResources []GetBulkExportPermissionResource
    PreserveIdentities bool
    RelatedTypeOptions []GetBulkExportRelatedTypeOption
    SharedScope string
    SplitRequests bool
    Status string
    StatusMessage string
    Tags []GetBulkExportTag
    User GetBulkExportUser
    UserId string
    VersionContext GetBulkExportVersionContext
    id string
    results list(object)
    account object
    account_moid string
    action string
    additional_properties string
    ancestors list(object)
    class_id string
    create_time string
    domain_group_moid string
    exclude_peers list(string)
    exclude_relations bool
    export_tags bool
    exported_items list(object)
    exported_objects list(object)
    exported_objects_as_groups list(object)
    idp object
    idp_reference object
    import_order string
    include_org_identity bool
    is_aes_key_set bool
    item_names list(string)
    items list(object)
    mod_time string
    moid string
    name string
    object_type string
    organization object
    owners list(string)
    parent object
    permission_id string
    permission_resources list(object)
    preserve_identities bool
    related_type_options list(object)
    shared_scope string
    split_requests bool
    status string
    status_message string
    tags list(object)
    user object
    user_id string
    version_context object
    id String
    results List<GetBulkExportResult>
    account GetBulkExportAccount
    accountMoid String
    action String
    additionalProperties String
    ancestors List<GetBulkExportAncestor>
    classId String
    createTime String
    domainGroupMoid String
    excludePeers List<String>
    excludeRelations Boolean
    exportTags Boolean
    exportedItems List<GetBulkExportExportedItem>
    exportedObjects List<GetBulkExportExportedObject>
    exportedObjectsAsGroups List<GetBulkExportExportedObjectsAsGroup>
    idp GetBulkExportIdp
    idpReference GetBulkExportIdpReference
    importOrder String
    includeOrgIdentity Boolean
    isAesKeySet Boolean
    itemNames List<String>
    items List<GetBulkExportItem>
    modTime String
    moid String
    name String
    objectType String
    organization GetBulkExportOrganization
    owners List<String>
    parent GetBulkExportParent
    permissionId String
    permissionResources List<GetBulkExportPermissionResource>
    preserveIdentities Boolean
    relatedTypeOptions List<GetBulkExportRelatedTypeOption>
    sharedScope String
    splitRequests Boolean
    status String
    statusMessage String
    tags List<GetBulkExportTag>
    user GetBulkExportUser
    userId String
    versionContext GetBulkExportVersionContext
    id string
    results GetBulkExportResult[]
    account GetBulkExportAccount
    accountMoid string
    action string
    additionalProperties string
    ancestors GetBulkExportAncestor[]
    classId string
    createTime string
    domainGroupMoid string
    excludePeers string[]
    excludeRelations boolean
    exportTags boolean
    exportedItems GetBulkExportExportedItem[]
    exportedObjects GetBulkExportExportedObject[]
    exportedObjectsAsGroups GetBulkExportExportedObjectsAsGroup[]
    idp GetBulkExportIdp
    idpReference GetBulkExportIdpReference
    importOrder string
    includeOrgIdentity boolean
    isAesKeySet boolean
    itemNames string[]
    items GetBulkExportItem[]
    modTime string
    moid string
    name string
    objectType string
    organization GetBulkExportOrganization
    owners string[]
    parent GetBulkExportParent
    permissionId string
    permissionResources GetBulkExportPermissionResource[]
    preserveIdentities boolean
    relatedTypeOptions GetBulkExportRelatedTypeOption[]
    sharedScope string
    splitRequests boolean
    status string
    statusMessage string
    tags GetBulkExportTag[]
    user GetBulkExportUser
    userId string
    versionContext GetBulkExportVersionContext
    id str
    results Sequence[GetBulkExportResult]
    account GetBulkExportAccount
    account_moid str
    action str
    additional_properties str
    ancestors Sequence[GetBulkExportAncestor]
    class_id str
    create_time str
    domain_group_moid str
    exclude_peers Sequence[str]
    exclude_relations bool
    export_tags bool
    exported_items Sequence[GetBulkExportExportedItem]
    exported_objects Sequence[GetBulkExportExportedObject]
    exported_objects_as_groups Sequence[GetBulkExportExportedObjectsAsGroup]
    idp GetBulkExportIdp
    idp_reference GetBulkExportIdpReference
    import_order str
    include_org_identity bool
    is_aes_key_set bool
    item_names Sequence[str]
    items Sequence[GetBulkExportItem]
    mod_time str
    moid str
    name str
    object_type str
    organization GetBulkExportOrganization
    owners Sequence[str]
    parent GetBulkExportParent
    permission_id str
    permission_resources Sequence[GetBulkExportPermissionResource]
    preserve_identities bool
    related_type_options Sequence[GetBulkExportRelatedTypeOption]
    shared_scope str
    split_requests bool
    status str
    status_message str
    tags Sequence[GetBulkExportTag]
    user GetBulkExportUser
    user_id str
    version_context GetBulkExportVersionContext
    id String
    results List<Property Map>
    account Property Map
    accountMoid String
    action String
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    domainGroupMoid String
    excludePeers List<String>
    excludeRelations Boolean
    exportTags Boolean
    exportedItems List<Property Map>
    exportedObjects List<Property Map>
    exportedObjectsAsGroups List<Property Map>
    idp Property Map
    idpReference Property Map
    importOrder String
    includeOrgIdentity Boolean
    isAesKeySet Boolean
    itemNames List<String>
    items List<Property Map>
    modTime String
    moid String
    name String
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionId String
    permissionResources List<Property Map>
    preserveIdentities Boolean
    relatedTypeOptions List<Property Map>
    sharedScope String
    splitRequests Boolean
    status String
    statusMessage String
    tags List<Property Map>
    user Property Map
    userId String
    versionContext Property Map

    Supporting Types

    GetBulkExportAccount

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportExportedItem

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportExportedObject

    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Uri string
    The URI on which this action is to be performed.
    Verb string
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Uri string
    The URI on which this action is to be performed.
    Verb string
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri string
    The URI on which this action is to be performed.
    verb string
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri String
    The URI on which this action is to be performed.
    verb String
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri string
    The URI on which this action is to be performed.
    verb string
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri str
    The URI on which this action is to be performed.
    verb str
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri String
    The URI on which this action is to be performed.
    verb String
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.

    GetBulkExportExportedObjectsAsGroup

    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Requests List<GetBulkExportExportedObjectsAsGroupRequest>
    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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Requests []GetBulkExportExportedObjectsAsGroupRequest
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    requests list(object)
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    requests List<GetBulkExportExportedObjectsAsGroupRequest>
    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.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    requests GetBulkExportExportedObjectsAsGroupRequest[]
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    requests Sequence[GetBulkExportExportedObjectsAsGroupRequest]
    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.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    requests List<Property Map>

    GetBulkExportExportedObjectsAsGroupRequest

    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Uri string
    The URI on which this action is to be performed.
    Verb string
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Uri string
    The URI on which this action is to be performed.
    Verb string
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri string
    The URI on which this action is to be performed.
    verb string
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri String
    The URI on which this action is to be performed.
    verb String
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri string
    The URI on which this action is to be performed.
    verb string
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri str
    The URI on which this action is to be performed.
    verb str
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    uri String
    The URI on which this action is to be performed.
    verb String
    The type of operation to be performed. One of - Post (Create), Patch (Update) or Delete (Remove). The value is used to override the top level verb.

    • POST - Used to create a REST resource.
    • PATCH - Used to update a REST resource.
    • DELETE - Used to delete a REST resource.

    GetBulkExportIdp

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportIdpReference

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportItem

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportOrganization

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportPermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportRelatedTypeOption

    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.
    ExcludeRelations bool
    Used to specify that none of the relationships should be exported.
    ExcludedPeers List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RelatedType string
    The fully qualified related type name.
    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.
    ExcludeRelations bool
    Used to specify that none of the relationships should be exported.
    ExcludedPeers []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RelatedType string
    The fully qualified related type name.
    additional_properties string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    exclude_relations bool
    Used to specify that none of the relationships should be exported.
    excluded_peers list(string)
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    related_type string
    The fully qualified related type name.
    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.
    excludeRelations Boolean
    Used to specify that none of the relationships should be exported.
    excludedPeers List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    relatedType String
    The fully qualified related type name.
    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.
    excludeRelations boolean
    Used to specify that none of the relationships should be exported.
    excludedPeers string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    relatedType string
    The fully qualified related type name.
    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.
    exclude_relations bool
    Used to specify that none of the relationships should be exported.
    excluded_peers Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    related_type str
    The fully qualified related type name.
    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.
    excludeRelations Boolean
    Used to specify that none of the relationships should be exported.
    excludedPeers List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    relatedType String
    The fully qualified related type name.

    GetBulkExportResult

    AccountMoid string
    The Account ID for this managed object.
    Accounts List<GetBulkExportResultAccount>
    Action string
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    AdditionalProperties string
    Ancestors List<GetBulkExportResultAncestor>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExcludePeers List<string>
    ExcludeRelations bool
    Used to specify that none of the relationships should be exported.
    ExportTags bool
    Specifies whether tags must be exported and will be considered for all the items MOs.
    ExportedItems List<GetBulkExportResultExportedItem>
    ExportedObjects List<GetBulkExportResultExportedObject>
    ExportedObjectsAsGroups List<GetBulkExportResultExportedObjectsAsGroup>
    IdpReferences List<GetBulkExportResultIdpReference>
    Idps List<GetBulkExportResultIdp>
    ImportOrder string
    IncludeOrgIdentity bool
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    ItemNames List<string>
    Items List<GetBulkExportResultItem>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    ObjectType string
    Organizations List<GetBulkExportResultOrganization>
    Owners List<string>
    Parents List<GetBulkExportResultParent>
    PermissionId string
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    PermissionResources List<GetBulkExportResultPermissionResource>
    PreserveIdentities bool
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    RelatedTypeOptions List<GetBulkExportResultRelatedTypeOption>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SplitRequests bool
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    Status string
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    StatusMessage string
    Status message associated with failures or progress indication.
    Tags List<GetBulkExportResultTag>
    UserId string
    The user identifier which indicates the user that started this export operation.
    Users List<GetBulkExportResultUser>
    VersionContexts List<GetBulkExportResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    Accounts []GetBulkExportResultAccount
    Action string
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    AdditionalProperties string
    Ancestors []GetBulkExportResultAncestor
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ExcludePeers []string
    ExcludeRelations bool
    Used to specify that none of the relationships should be exported.
    ExportTags bool
    Specifies whether tags must be exported and will be considered for all the items MOs.
    ExportedItems []GetBulkExportResultExportedItem
    ExportedObjects []GetBulkExportResultExportedObject
    ExportedObjectsAsGroups []GetBulkExportResultExportedObjectsAsGroup
    IdpReferences []GetBulkExportResultIdpReference
    Idps []GetBulkExportResultIdp
    ImportOrder string
    IncludeOrgIdentity bool
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    IsAesKeySet bool
    Indicates whether the value of the 'aesKey' property has been set.
    ItemNames []string
    Items []GetBulkExportResultItem
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    ObjectType string
    Organizations []GetBulkExportResultOrganization
    Owners []string
    Parents []GetBulkExportResultParent
    PermissionId string
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    PermissionResources []GetBulkExportResultPermissionResource
    PreserveIdentities bool
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    RelatedTypeOptions []GetBulkExportResultRelatedTypeOption
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SplitRequests bool
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    Status string
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    StatusMessage string
    Status message associated with failures or progress indication.
    Tags []GetBulkExportResultTag
    UserId string
    The user identifier which indicates the user that started this export operation.
    Users []GetBulkExportResultUser
    VersionContexts []GetBulkExportResultVersionContext
    account_moid string
    The Account ID for this managed object.
    accounts list(object)
    action string
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additional_properties string
    ancestors list(object)
    class_id string
    create_time string
    The time when this managed object was created.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    exclude_peers list(string)
    exclude_relations bool
    Used to specify that none of the relationships should be exported.
    export_tags bool
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exported_items list(object)
    exported_objects list(object)
    exported_objects_as_groups list(object)
    idp_references list(object)
    idps list(object)
    import_order string
    include_org_identity bool
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    item_names list(string)
    items list(object)
    mod_time string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    object_type string
    organizations list(object)
    owners list(string)
    parents list(object)
    permission_id string
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permission_resources list(object)
    preserve_identities bool
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    related_type_options list(object)
    shared_scope 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.
    split_requests bool
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status string
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    status_message string
    Status message associated with failures or progress indication.
    tags list(object)
    user_id string
    The user identifier which indicates the user that started this export operation.
    users list(object)
    version_contexts list(object)
    accountMoid String
    The Account ID for this managed object.
    accounts List<GetBulkExportResultAccount>
    action String
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additionalProperties String
    ancestors List<GetBulkExportResultAncestor>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    excludePeers List<String>
    excludeRelations Boolean
    Used to specify that none of the relationships should be exported.
    exportTags Boolean
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exportedItems List<GetBulkExportResultExportedItem>
    exportedObjects List<GetBulkExportResultExportedObject>
    exportedObjectsAsGroups List<GetBulkExportResultExportedObjectsAsGroup>
    idpReferences List<GetBulkExportResultIdpReference>
    idps List<GetBulkExportResultIdp>
    importOrder String
    includeOrgIdentity Boolean
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    itemNames List<String>
    items List<GetBulkExportResultItem>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    objectType String
    organizations List<GetBulkExportResultOrganization>
    owners List<String>
    parents List<GetBulkExportResultParent>
    permissionId String
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permissionResources List<GetBulkExportResultPermissionResource>
    preserveIdentities Boolean
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    relatedTypeOptions List<GetBulkExportResultRelatedTypeOption>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    splitRequests Boolean
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status String
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    statusMessage String
    Status message associated with failures or progress indication.
    tags List<GetBulkExportResultTag>
    userId String
    The user identifier which indicates the user that started this export operation.
    users List<GetBulkExportResultUser>
    versionContexts List<GetBulkExportResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    accounts GetBulkExportResultAccount[]
    action string
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additionalProperties string
    ancestors GetBulkExportResultAncestor[]
    classId string
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    excludePeers string[]
    excludeRelations boolean
    Used to specify that none of the relationships should be exported.
    exportTags boolean
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exportedItems GetBulkExportResultExportedItem[]
    exportedObjects GetBulkExportResultExportedObject[]
    exportedObjectsAsGroups GetBulkExportResultExportedObjectsAsGroup[]
    idpReferences GetBulkExportResultIdpReference[]
    idps GetBulkExportResultIdp[]
    importOrder string
    includeOrgIdentity boolean
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    isAesKeySet boolean
    Indicates whether the value of the 'aesKey' property has been set.
    itemNames string[]
    items GetBulkExportResultItem[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    objectType string
    organizations GetBulkExportResultOrganization[]
    owners string[]
    parents GetBulkExportResultParent[]
    permissionId string
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permissionResources GetBulkExportResultPermissionResource[]
    preserveIdentities boolean
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    relatedTypeOptions GetBulkExportResultRelatedTypeOption[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    splitRequests boolean
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status string
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    statusMessage string
    Status message associated with failures or progress indication.
    tags GetBulkExportResultTag[]
    userId string
    The user identifier which indicates the user that started this export operation.
    users GetBulkExportResultUser[]
    versionContexts GetBulkExportResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    accounts Sequence[GetBulkExportResultAccount]
    action str
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additional_properties str
    ancestors Sequence[GetBulkExportResultAncestor]
    class_id str
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    exclude_peers Sequence[str]
    exclude_relations bool
    Used to specify that none of the relationships should be exported.
    export_tags bool
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exported_items Sequence[GetBulkExportResultExportedItem]
    exported_objects Sequence[GetBulkExportResultExportedObject]
    exported_objects_as_groups Sequence[GetBulkExportResultExportedObjectsAsGroup]
    idp_references Sequence[GetBulkExportResultIdpReference]
    idps Sequence[GetBulkExportResultIdp]
    import_order str
    include_org_identity bool
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    is_aes_key_set bool
    Indicates whether the value of the 'aesKey' property has been set.
    item_names Sequence[str]
    items Sequence[GetBulkExportResultItem]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    object_type str
    organizations Sequence[GetBulkExportResultOrganization]
    owners Sequence[str]
    parents Sequence[GetBulkExportResultParent]
    permission_id str
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permission_resources Sequence[GetBulkExportResultPermissionResource]
    preserve_identities bool
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    related_type_options Sequence[GetBulkExportResultRelatedTypeOption]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    split_requests bool
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status str
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    status_message str
    Status message associated with failures or progress indication.
    tags Sequence[GetBulkExportResultTag]
    user_id str
    The user identifier which indicates the user that started this export operation.
    users Sequence[GetBulkExportResultUser]
    version_contexts Sequence[GetBulkExportResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    accounts List<Property Map>
    action String
    Action to be performed on the export operation.* Start - Starts the export operation.* Cancel - Cancels the export operation that is in progress.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    excludePeers List<String>
    excludeRelations Boolean
    Used to specify that none of the relationships should be exported.
    exportTags Boolean
    Specifies whether tags must be exported and will be considered for all the items MOs.
    exportedItems List<Property Map>
    exportedObjects List<Property Map>
    exportedObjectsAsGroups List<Property Map>
    idpReferences List<Property Map>
    idps List<Property Map>
    importOrder String
    includeOrgIdentity Boolean
    Indicates that exported references for objects which are organization owned should include the organization reference along with the other identity properties.
    isAesKeySet Boolean
    Indicates whether the value of the 'aesKey' property has been set.
    itemNames List<String>
    items List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    An identifier for the export instance. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-) or an underscore (_).
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionId String
    The permission identifier which indicates the permission that current user has that will allow to start this export operation.
    permissionResources List<Property Map>
    preserveIdentities Boolean
    The flag set by the user during a configuration backup to preserve static or dynamic IDs assigned to an export item.
    relatedTypeOptions List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    splitRequests Boolean
    Intersight supports the import operation using bulk requests. A single bulk request is created using the bulk subrequests created in export operation. There is a restriction of a single API request size in Intersight.If the exported MOs are many in an export operation, this flag will store the bulk sub requests as two dimensionalcollection property exportedObjectsAsGroups instead of one dimensional exportedObjects value where the sub requests are split into multiple smallergroups. Each group can be sent in a single bulk request during import operation.
    status String
    Status of the export operation.* `` - The operation has not started.* InProgress - The operation is in progress.* OrderInProgress - The archive operation is in progress.* Success - The operation has succeeded.* Failed - The operation has failed.* OperationTimedOut - The operation has timed out.* OperationCancelled - The operation has been cancelled.* CancelInProgress - The operation is being cancelled.
    statusMessage String
    Status message associated with failures or progress indication.
    tags List<Property Map>
    userId String
    The user identifier which indicates the user that started this export operation.
    users List<Property Map>
    versionContexts List<Property Map>

    GetBulkExportResultAccount

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultAncestor

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultExportedItem

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultExportedObject

    AdditionalProperties string
    ClassId string
    ObjectType string
    Uri string
    Verb string
    AdditionalProperties string
    ClassId string
    ObjectType string
    Uri string
    Verb string
    additional_properties string
    class_id string
    object_type string
    uri string
    verb string
    additionalProperties String
    classId String
    objectType String
    uri String
    verb String
    additionalProperties string
    classId string
    objectType string
    uri string
    verb string
    additionalProperties String
    classId String
    objectType String
    uri String
    verb String

    GetBulkExportResultExportedObjectsAsGroup

    GetBulkExportResultExportedObjectsAsGroupRequest

    AdditionalProperties string
    ClassId string
    ObjectType string
    Uri string
    Verb string
    AdditionalProperties string
    ClassId string
    ObjectType string
    Uri string
    Verb string
    additional_properties string
    class_id string
    object_type string
    uri string
    verb string
    additionalProperties String
    classId String
    objectType String
    uri String
    verb String
    additionalProperties string
    classId string
    objectType string
    uri string
    verb string
    additionalProperties String
    classId String
    objectType String
    uri String
    verb String

    GetBulkExportResultIdp

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultIdpReference

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultItem

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultOrganization

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultParent

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultPermissionResource

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultRelatedTypeOption

    AdditionalProperties string
    ClassId string
    ExcludeRelations bool
    Used to specify that none of the relationships should be exported.
    ExcludedPeers List<string>
    ObjectType string
    RelatedType string
    AdditionalProperties string
    ClassId string
    ExcludeRelations bool
    Used to specify that none of the relationships should be exported.
    ExcludedPeers []string
    ObjectType string
    RelatedType string
    additional_properties string
    class_id string
    exclude_relations bool
    Used to specify that none of the relationships should be exported.
    excluded_peers list(string)
    object_type string
    related_type string
    additionalProperties String
    classId String
    excludeRelations Boolean
    Used to specify that none of the relationships should be exported.
    excludedPeers List<String>
    objectType String
    relatedType String
    additionalProperties string
    classId string
    excludeRelations boolean
    Used to specify that none of the relationships should be exported.
    excludedPeers string[]
    objectType string
    relatedType string
    additional_properties str
    class_id str
    exclude_relations bool
    Used to specify that none of the relationships should be exported.
    excluded_peers Sequence[str]
    object_type str
    related_type str
    additionalProperties String
    classId String
    excludeRelations Boolean
    Used to specify that none of the relationships should be exported.
    excludedPeers List<String>
    objectType String
    relatedType String

    GetBulkExportResultTag

    GetBulkExportResultTagAncestorDefinition

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultTagDefinition

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultUser

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultVersionContext

    GetBulkExportResultVersionContextInterestedMo

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportResultVersionContextRefMo

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetBulkExportTag

    AdditionalProperties string
    AncestorDefinitions List<GetBulkExportTagAncestorDefinition>
    Definition GetBulkExportTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetBulkExportTagAncestorDefinition
    Definition GetBulkExportTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additional_properties string
    ancestor_definitions list(object)
    definition object
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetBulkExportTagAncestorDefinition>
    definition GetBulkExportTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetBulkExportTagAncestorDefinition[]
    definition GetBulkExportTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetBulkExportTagAncestorDefinition]
    definition GetBulkExportTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type str
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetBulkExportTagAncestorDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportTagDefinition

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportUser

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportVersionContext

    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<GetBulkExportVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetBulkExportVersionContextRefMo
    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 []GetBulkExportVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetBulkExportVersionContextRefMo
    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos list(object)
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo object
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    version_type string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

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

    GetBulkExportVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    GetBulkExportVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial