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

intersight.getTechsupportmanagementTechSupportStatus

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    The techsupport collection status.

    Using getTechsupportmanagementTechSupportStatus

    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 getTechsupportmanagementTechSupportStatus(args: GetTechsupportmanagementTechSupportStatusArgs, opts?: InvokeOptions): Promise<GetTechsupportmanagementTechSupportStatusResult>
    function getTechsupportmanagementTechSupportStatusOutput(args: GetTechsupportmanagementTechSupportStatusOutputArgs, opts?: InvokeOptions): Output<GetTechsupportmanagementTechSupportStatusResult>
    def get_techsupportmanagement_tech_support_status(account_moid: Optional[str] = None,
                                                      additional_properties: Optional[str] = None,
                                                      ancestors: Optional[Sequence[GetTechsupportmanagementTechSupportStatusAncestor]] = None,
                                                      class_id: Optional[str] = None,
                                                      cluster_member: Optional[GetTechsupportmanagementTechSupportStatusClusterMember] = None,
                                                      create_time: Optional[str] = None,
                                                      device_registration: Optional[GetTechsupportmanagementTechSupportStatusDeviceRegistration] = None,
                                                      domain_group_moid: Optional[str] = None,
                                                      file_name: Optional[str] = None,
                                                      file_size: Optional[float] = None,
                                                      id: Optional[str] = None,
                                                      mod_time: Optional[str] = None,
                                                      moid: Optional[str] = None,
                                                      object_type: Optional[str] = None,
                                                      origin_resource: Optional[GetTechsupportmanagementTechSupportStatusOriginResource] = None,
                                                      owners: Optional[Sequence[str]] = None,
                                                      parent: Optional[GetTechsupportmanagementTechSupportStatusParent] = None,
                                                      permission_resources: Optional[Sequence[GetTechsupportmanagementTechSupportStatusPermissionResource]] = None,
                                                      reason: Optional[str] = None,
                                                      relay_reason: Optional[str] = None,
                                                      relay_status: Optional[str] = None,
                                                      request_ts: Optional[str] = None,
                                                      shared_scope: Optional[str] = None,
                                                      status: Optional[str] = None,
                                                      tags: Optional[Sequence[GetTechsupportmanagementTechSupportStatusTag]] = None,
                                                      tech_support_request: Optional[GetTechsupportmanagementTechSupportStatusTechSupportRequest] = None,
                                                      techsupport_download_url: Optional[str] = None,
                                                      techsupport_files: Optional[Sequence[GetTechsupportmanagementTechSupportStatusTechsupportFile]] = None,
                                                      user_role: Optional[str] = None,
                                                      version_context: Optional[GetTechsupportmanagementTechSupportStatusVersionContext] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetTechsupportmanagementTechSupportStatusResult
    def get_techsupportmanagement_tech_support_status_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                      additional_properties: Optional[pulumi.Input[str]] = None,
                                                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetTechsupportmanagementTechSupportStatusAncestorArgs]]]] = None,
                                                      class_id: Optional[pulumi.Input[str]] = None,
                                                      cluster_member: Optional[pulumi.Input[GetTechsupportmanagementTechSupportStatusClusterMemberArgs]] = None,
                                                      create_time: Optional[pulumi.Input[str]] = None,
                                                      device_registration: Optional[pulumi.Input[GetTechsupportmanagementTechSupportStatusDeviceRegistrationArgs]] = None,
                                                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                      file_name: Optional[pulumi.Input[str]] = None,
                                                      file_size: Optional[pulumi.Input[float]] = None,
                                                      id: Optional[pulumi.Input[str]] = None,
                                                      mod_time: Optional[pulumi.Input[str]] = None,
                                                      moid: Optional[pulumi.Input[str]] = None,
                                                      object_type: Optional[pulumi.Input[str]] = None,
                                                      origin_resource: Optional[pulumi.Input[GetTechsupportmanagementTechSupportStatusOriginResourceArgs]] = None,
                                                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                      parent: Optional[pulumi.Input[GetTechsupportmanagementTechSupportStatusParentArgs]] = None,
                                                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetTechsupportmanagementTechSupportStatusPermissionResourceArgs]]]] = None,
                                                      reason: Optional[pulumi.Input[str]] = None,
                                                      relay_reason: Optional[pulumi.Input[str]] = None,
                                                      relay_status: Optional[pulumi.Input[str]] = None,
                                                      request_ts: Optional[pulumi.Input[str]] = None,
                                                      shared_scope: Optional[pulumi.Input[str]] = None,
                                                      status: Optional[pulumi.Input[str]] = None,
                                                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetTechsupportmanagementTechSupportStatusTagArgs]]]] = None,
                                                      tech_support_request: Optional[pulumi.Input[GetTechsupportmanagementTechSupportStatusTechSupportRequestArgs]] = None,
                                                      techsupport_download_url: Optional[pulumi.Input[str]] = None,
                                                      techsupport_files: Optional[pulumi.Input[Sequence[pulumi.Input[GetTechsupportmanagementTechSupportStatusTechsupportFileArgs]]]] = None,
                                                      user_role: Optional[pulumi.Input[str]] = None,
                                                      version_context: Optional[pulumi.Input[GetTechsupportmanagementTechSupportStatusVersionContextArgs]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetTechsupportmanagementTechSupportStatusResult]
    func LookupTechsupportmanagementTechSupportStatus(ctx *Context, args *LookupTechsupportmanagementTechSupportStatusArgs, opts ...InvokeOption) (*LookupTechsupportmanagementTechSupportStatusResult, error)
    func LookupTechsupportmanagementTechSupportStatusOutput(ctx *Context, args *LookupTechsupportmanagementTechSupportStatusOutputArgs, opts ...InvokeOption) LookupTechsupportmanagementTechSupportStatusResultOutput

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

    public static class GetTechsupportmanagementTechSupportStatus 
    {
        public static Task<GetTechsupportmanagementTechSupportStatusResult> InvokeAsync(GetTechsupportmanagementTechSupportStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetTechsupportmanagementTechSupportStatusResult> Invoke(GetTechsupportmanagementTechSupportStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTechsupportmanagementTechSupportStatusResult> getTechsupportmanagementTechSupportStatus(GetTechsupportmanagementTechSupportStatusArgs args, InvokeOptions options)
    public static Output<GetTechsupportmanagementTechSupportStatusResult> getTechsupportmanagementTechSupportStatus(GetTechsupportmanagementTechSupportStatusArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getTechsupportmanagementTechSupportStatus:getTechsupportmanagementTechSupportStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetTechsupportmanagementTechSupportStatusAncestor>
    ClassId string
    ClusterMember GetTechsupportmanagementTechSupportStatusClusterMember
    CreateTime string
    The time when this managed object was created.
    DeviceRegistration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileName string
    The name of the Techsupport bundle file.
    FileSize double
    Techsupport file size in bytes.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OriginResource GetTechsupportmanagementTechSupportStatusOriginResource
    Owners List<string>
    Parent GetTechsupportmanagementTechSupportStatusParent
    PermissionResources List<GetTechsupportmanagementTechSupportStatusPermissionResource>
    Reason string
    Reason for techsupport failure, if any.
    RelayReason string
    Reason for status relay failure, if any.
    RelayStatus string
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    RequestTs string
    The time at which the techsupport request was initiated.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    Tags List<GetTechsupportmanagementTechSupportStatusTag>
    TechSupportRequest GetTechsupportmanagementTechSupportStatusTechSupportRequest
    TechsupportDownloadUrl string
    The Url to download the techsupport file.
    TechsupportFiles List<GetTechsupportmanagementTechSupportStatusTechsupportFile>
    UserRole string
    The name of the role granted to the user that issued the techsupport request.
    VersionContext GetTechsupportmanagementTechSupportStatusVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetTechsupportmanagementTechSupportStatusAncestor
    ClassId string
    ClusterMember GetTechsupportmanagementTechSupportStatusClusterMember
    CreateTime string
    The time when this managed object was created.
    DeviceRegistration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileName string
    The name of the Techsupport bundle file.
    FileSize float64
    Techsupport file size in bytes.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OriginResource GetTechsupportmanagementTechSupportStatusOriginResource
    Owners []string
    Parent GetTechsupportmanagementTechSupportStatusParent
    PermissionResources []GetTechsupportmanagementTechSupportStatusPermissionResource
    Reason string
    Reason for techsupport failure, if any.
    RelayReason string
    Reason for status relay failure, if any.
    RelayStatus string
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    RequestTs string
    The time at which the techsupport request was initiated.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    Tags []GetTechsupportmanagementTechSupportStatusTag
    TechSupportRequest GetTechsupportmanagementTechSupportStatusTechSupportRequest
    TechsupportDownloadUrl string
    The Url to download the techsupport file.
    TechsupportFiles []GetTechsupportmanagementTechSupportStatusTechsupportFile
    UserRole string
    The name of the role granted to the user that issued the techsupport request.
    VersionContext GetTechsupportmanagementTechSupportStatusVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetTechsupportmanagementTechSupportStatusAncestor>
    classId String
    clusterMember GetTechsupportmanagementTechSupportStatusClusterMember
    createTime String
    The time when this managed object was created.
    deviceRegistration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileName String
    The name of the Techsupport bundle file.
    fileSize Double
    Techsupport file size in bytes.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    originResource GetTechsupportmanagementTechSupportStatusOriginResource
    owners List<String>
    parent GetTechsupportmanagementTechSupportStatusParent
    permissionResources List<GetTechsupportmanagementTechSupportStatusPermissionResource>
    reason String
    Reason for techsupport failure, if any.
    relayReason String
    Reason for status relay failure, if any.
    relayStatus String
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    requestTs String
    The time at which the techsupport request was initiated.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    tags List<GetTechsupportmanagementTechSupportStatusTag>
    techSupportRequest GetTechsupportmanagementTechSupportStatusTechSupportRequest
    techsupportDownloadUrl String
    The Url to download the techsupport file.
    techsupportFiles List<GetTechsupportmanagementTechSupportStatusTechsupportFile>
    userRole String
    The name of the role granted to the user that issued the techsupport request.
    versionContext GetTechsupportmanagementTechSupportStatusVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetTechsupportmanagementTechSupportStatusAncestor[]
    classId string
    clusterMember GetTechsupportmanagementTechSupportStatusClusterMember
    createTime string
    The time when this managed object was created.
    deviceRegistration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fileName string
    The name of the Techsupport bundle file.
    fileSize number
    Techsupport file size in bytes.
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    originResource GetTechsupportmanagementTechSupportStatusOriginResource
    owners string[]
    parent GetTechsupportmanagementTechSupportStatusParent
    permissionResources GetTechsupportmanagementTechSupportStatusPermissionResource[]
    reason string
    Reason for techsupport failure, if any.
    relayReason string
    Reason for status relay failure, if any.
    relayStatus string
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    requestTs string
    The time at which the techsupport request was initiated.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    tags GetTechsupportmanagementTechSupportStatusTag[]
    techSupportRequest GetTechsupportmanagementTechSupportStatusTechSupportRequest
    techsupportDownloadUrl string
    The Url to download the techsupport file.
    techsupportFiles GetTechsupportmanagementTechSupportStatusTechsupportFile[]
    userRole string
    The name of the role granted to the user that issued the techsupport request.
    versionContext GetTechsupportmanagementTechSupportStatusVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetTechsupportmanagementTechSupportStatusAncestor]
    class_id str
    cluster_member GetTechsupportmanagementTechSupportStatusClusterMember
    create_time str
    The time when this managed object was created.
    device_registration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    domain_group_moid str
    The DomainGroup ID for this managed object.
    file_name str
    The name of the Techsupport bundle file.
    file_size float
    Techsupport file size in bytes.
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    origin_resource GetTechsupportmanagementTechSupportStatusOriginResource
    owners Sequence[str]
    parent GetTechsupportmanagementTechSupportStatusParent
    permission_resources Sequence[GetTechsupportmanagementTechSupportStatusPermissionResource]
    reason str
    Reason for techsupport failure, if any.
    relay_reason str
    Reason for status relay failure, if any.
    relay_status str
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    request_ts str
    The time at which the techsupport request was initiated.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    tags Sequence[GetTechsupportmanagementTechSupportStatusTag]
    tech_support_request GetTechsupportmanagementTechSupportStatusTechSupportRequest
    techsupport_download_url str
    The Url to download the techsupport file.
    techsupport_files Sequence[GetTechsupportmanagementTechSupportStatusTechsupportFile]
    user_role str
    The name of the role granted to the user that issued the techsupport request.
    version_context GetTechsupportmanagementTechSupportStatusVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterMember Property Map
    createTime String
    The time when this managed object was created.
    deviceRegistration Property Map
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileName String
    The name of the Techsupport bundle file.
    fileSize Number
    Techsupport file size in bytes.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    originResource Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    reason String
    Reason for techsupport failure, if any.
    relayReason String
    Reason for status relay failure, if any.
    relayStatus String
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    requestTs String
    The time at which the techsupport request was initiated.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    tags List<Property Map>
    techSupportRequest Property Map
    techsupportDownloadUrl String
    The Url to download the techsupport file.
    techsupportFiles List<Property Map>
    userRole String
    The name of the role granted to the user that issued the techsupport request.
    versionContext Property Map

    getTechsupportmanagementTechSupportStatus Result

    The following output properties are available:

    Id string
    Results List<GetTechsupportmanagementTechSupportStatusResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetTechsupportmanagementTechSupportStatusAncestor>
    ClassId string
    ClusterMember GetTechsupportmanagementTechSupportStatusClusterMember
    CreateTime string
    DeviceRegistration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    DomainGroupMoid string
    FileName string
    FileSize double
    ModTime string
    Moid string
    ObjectType string
    OriginResource GetTechsupportmanagementTechSupportStatusOriginResource
    Owners List<string>
    Parent GetTechsupportmanagementTechSupportStatusParent
    PermissionResources List<GetTechsupportmanagementTechSupportStatusPermissionResource>
    Reason string
    RelayReason string
    RelayStatus string
    RequestTs string
    SharedScope string
    Status string
    Tags List<GetTechsupportmanagementTechSupportStatusTag>
    TechSupportRequest GetTechsupportmanagementTechSupportStatusTechSupportRequest
    TechsupportDownloadUrl string
    TechsupportFiles List<GetTechsupportmanagementTechSupportStatusTechsupportFile>
    UserRole string
    VersionContext GetTechsupportmanagementTechSupportStatusVersionContext
    Id string
    Results []GetTechsupportmanagementTechSupportStatusResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetTechsupportmanagementTechSupportStatusAncestor
    ClassId string
    ClusterMember GetTechsupportmanagementTechSupportStatusClusterMember
    CreateTime string
    DeviceRegistration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    DomainGroupMoid string
    FileName string
    FileSize float64
    ModTime string
    Moid string
    ObjectType string
    OriginResource GetTechsupportmanagementTechSupportStatusOriginResource
    Owners []string
    Parent GetTechsupportmanagementTechSupportStatusParent
    PermissionResources []GetTechsupportmanagementTechSupportStatusPermissionResource
    Reason string
    RelayReason string
    RelayStatus string
    RequestTs string
    SharedScope string
    Status string
    Tags []GetTechsupportmanagementTechSupportStatusTag
    TechSupportRequest GetTechsupportmanagementTechSupportStatusTechSupportRequest
    TechsupportDownloadUrl string
    TechsupportFiles []GetTechsupportmanagementTechSupportStatusTechsupportFile
    UserRole string
    VersionContext GetTechsupportmanagementTechSupportStatusVersionContext
    id String
    results List<GetTechsupportmanagementTechSupportStatusResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetTechsupportmanagementTechSupportStatusAncestor>
    classId String
    clusterMember GetTechsupportmanagementTechSupportStatusClusterMember
    createTime String
    deviceRegistration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    domainGroupMoid String
    fileName String
    fileSize Double
    modTime String
    moid String
    objectType String
    originResource GetTechsupportmanagementTechSupportStatusOriginResource
    owners List<String>
    parent GetTechsupportmanagementTechSupportStatusParent
    permissionResources List<GetTechsupportmanagementTechSupportStatusPermissionResource>
    reason String
    relayReason String
    relayStatus String
    requestTs String
    sharedScope String
    status String
    tags List<GetTechsupportmanagementTechSupportStatusTag>
    techSupportRequest GetTechsupportmanagementTechSupportStatusTechSupportRequest
    techsupportDownloadUrl String
    techsupportFiles List<GetTechsupportmanagementTechSupportStatusTechsupportFile>
    userRole String
    versionContext GetTechsupportmanagementTechSupportStatusVersionContext
    id string
    results GetTechsupportmanagementTechSupportStatusResult[]
    accountMoid string
    additionalProperties string
    ancestors GetTechsupportmanagementTechSupportStatusAncestor[]
    classId string
    clusterMember GetTechsupportmanagementTechSupportStatusClusterMember
    createTime string
    deviceRegistration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    domainGroupMoid string
    fileName string
    fileSize number
    modTime string
    moid string
    objectType string
    originResource GetTechsupportmanagementTechSupportStatusOriginResource
    owners string[]
    parent GetTechsupportmanagementTechSupportStatusParent
    permissionResources GetTechsupportmanagementTechSupportStatusPermissionResource[]
    reason string
    relayReason string
    relayStatus string
    requestTs string
    sharedScope string
    status string
    tags GetTechsupportmanagementTechSupportStatusTag[]
    techSupportRequest GetTechsupportmanagementTechSupportStatusTechSupportRequest
    techsupportDownloadUrl string
    techsupportFiles GetTechsupportmanagementTechSupportStatusTechsupportFile[]
    userRole string
    versionContext GetTechsupportmanagementTechSupportStatusVersionContext
    id str
    results Sequence[GetTechsupportmanagementTechSupportStatusResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetTechsupportmanagementTechSupportStatusAncestor]
    class_id str
    cluster_member GetTechsupportmanagementTechSupportStatusClusterMember
    create_time str
    device_registration GetTechsupportmanagementTechSupportStatusDeviceRegistration
    domain_group_moid str
    file_name str
    file_size float
    mod_time str
    moid str
    object_type str
    origin_resource GetTechsupportmanagementTechSupportStatusOriginResource
    owners Sequence[str]
    parent GetTechsupportmanagementTechSupportStatusParent
    permission_resources Sequence[GetTechsupportmanagementTechSupportStatusPermissionResource]
    reason str
    relay_reason str
    relay_status str
    request_ts str
    shared_scope str
    status str
    tags Sequence[GetTechsupportmanagementTechSupportStatusTag]
    tech_support_request GetTechsupportmanagementTechSupportStatusTechSupportRequest
    techsupport_download_url str
    techsupport_files Sequence[GetTechsupportmanagementTechSupportStatusTechsupportFile]
    user_role str
    version_context GetTechsupportmanagementTechSupportStatusVersionContext

    Supporting Types

    GetTechsupportmanagementTechSupportStatusAncestor

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

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

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

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

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

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

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

    GetTechsupportmanagementTechSupportStatusClusterMember

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

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

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

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

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

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

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

    GetTechsupportmanagementTechSupportStatusDeviceRegistration

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

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

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

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

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

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

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

    GetTechsupportmanagementTechSupportStatusOriginResource

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

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

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

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

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

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

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

    GetTechsupportmanagementTechSupportStatusParent

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

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

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

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

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

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

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

    GetTechsupportmanagementTechSupportStatusPermissionResource

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

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

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

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

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

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

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

    GetTechsupportmanagementTechSupportStatusResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetTechsupportmanagementTechSupportStatusResultAncestor>
    ClassId string
    ClusterMembers List<GetTechsupportmanagementTechSupportStatusResultClusterMember>
    CreateTime string
    The time when this managed object was created.
    DeviceRegistrations List<GetTechsupportmanagementTechSupportStatusResultDeviceRegistration>
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileName string
    The name of the Techsupport bundle file.
    FileSize double
    Techsupport file size in bytes.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OriginResources List<GetTechsupportmanagementTechSupportStatusResultOriginResource>
    Owners List<string>
    Parents List<GetTechsupportmanagementTechSupportStatusResultParent>
    PermissionResources List<GetTechsupportmanagementTechSupportStatusResultPermissionResource>
    Reason string
    Reason for techsupport failure, if any.
    RelayReason string
    Reason for status relay failure, if any.
    RelayStatus string
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    RequestTs string
    The time at which the techsupport request was initiated.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    Tags List<GetTechsupportmanagementTechSupportStatusResultTag>
    TechSupportRequests List<GetTechsupportmanagementTechSupportStatusResultTechSupportRequest>
    TechsupportDownloadUrl string
    The Url to download the techsupport file.
    TechsupportFiles List<GetTechsupportmanagementTechSupportStatusResultTechsupportFile>
    UserRole string
    The name of the role granted to the user that issued the techsupport request.
    VersionContexts List<GetTechsupportmanagementTechSupportStatusResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetTechsupportmanagementTechSupportStatusResultAncestor
    ClassId string
    ClusterMembers []GetTechsupportmanagementTechSupportStatusResultClusterMember
    CreateTime string
    The time when this managed object was created.
    DeviceRegistrations []GetTechsupportmanagementTechSupportStatusResultDeviceRegistration
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FileName string
    The name of the Techsupport bundle file.
    FileSize float64
    Techsupport file size in bytes.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OriginResources []GetTechsupportmanagementTechSupportStatusResultOriginResource
    Owners []string
    Parents []GetTechsupportmanagementTechSupportStatusResultParent
    PermissionResources []GetTechsupportmanagementTechSupportStatusResultPermissionResource
    Reason string
    Reason for techsupport failure, if any.
    RelayReason string
    Reason for status relay failure, if any.
    RelayStatus string
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    RequestTs string
    The time at which the techsupport request was initiated.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Status string
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    Tags []GetTechsupportmanagementTechSupportStatusResultTag
    TechSupportRequests []GetTechsupportmanagementTechSupportStatusResultTechSupportRequest
    TechsupportDownloadUrl string
    The Url to download the techsupport file.
    TechsupportFiles []GetTechsupportmanagementTechSupportStatusResultTechsupportFile
    UserRole string
    The name of the role granted to the user that issued the techsupport request.
    VersionContexts []GetTechsupportmanagementTechSupportStatusResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetTechsupportmanagementTechSupportStatusResultAncestor>
    classId String
    clusterMembers List<GetTechsupportmanagementTechSupportStatusResultClusterMember>
    createTime String
    The time when this managed object was created.
    deviceRegistrations List<GetTechsupportmanagementTechSupportStatusResultDeviceRegistration>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileName String
    The name of the Techsupport bundle file.
    fileSize Double
    Techsupport file size in bytes.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    originResources List<GetTechsupportmanagementTechSupportStatusResultOriginResource>
    owners List<String>
    parents List<GetTechsupportmanagementTechSupportStatusResultParent>
    permissionResources List<GetTechsupportmanagementTechSupportStatusResultPermissionResource>
    reason String
    Reason for techsupport failure, if any.
    relayReason String
    Reason for status relay failure, if any.
    relayStatus String
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    requestTs String
    The time at which the techsupport request was initiated.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    tags List<GetTechsupportmanagementTechSupportStatusResultTag>
    techSupportRequests List<GetTechsupportmanagementTechSupportStatusResultTechSupportRequest>
    techsupportDownloadUrl String
    The Url to download the techsupport file.
    techsupportFiles List<GetTechsupportmanagementTechSupportStatusResultTechsupportFile>
    userRole String
    The name of the role granted to the user that issued the techsupport request.
    versionContexts List<GetTechsupportmanagementTechSupportStatusResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetTechsupportmanagementTechSupportStatusResultAncestor[]
    classId string
    clusterMembers GetTechsupportmanagementTechSupportStatusResultClusterMember[]
    createTime string
    The time when this managed object was created.
    deviceRegistrations GetTechsupportmanagementTechSupportStatusResultDeviceRegistration[]
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fileName string
    The name of the Techsupport bundle file.
    fileSize number
    Techsupport file size in bytes.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    originResources GetTechsupportmanagementTechSupportStatusResultOriginResource[]
    owners string[]
    parents GetTechsupportmanagementTechSupportStatusResultParent[]
    permissionResources GetTechsupportmanagementTechSupportStatusResultPermissionResource[]
    reason string
    Reason for techsupport failure, if any.
    relayReason string
    Reason for status relay failure, if any.
    relayStatus string
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    requestTs string
    The time at which the techsupport request was initiated.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status string
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    tags GetTechsupportmanagementTechSupportStatusResultTag[]
    techSupportRequests GetTechsupportmanagementTechSupportStatusResultTechSupportRequest[]
    techsupportDownloadUrl string
    The Url to download the techsupport file.
    techsupportFiles GetTechsupportmanagementTechSupportStatusResultTechsupportFile[]
    userRole string
    The name of the role granted to the user that issued the techsupport request.
    versionContexts GetTechsupportmanagementTechSupportStatusResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetTechsupportmanagementTechSupportStatusResultAncestor]
    class_id str
    cluster_members Sequence[GetTechsupportmanagementTechSupportStatusResultClusterMember]
    create_time str
    The time when this managed object was created.
    device_registrations Sequence[GetTechsupportmanagementTechSupportStatusResultDeviceRegistration]
    domain_group_moid str
    The DomainGroup ID for this managed object.
    file_name str
    The name of the Techsupport bundle file.
    file_size float
    Techsupport file size in bytes.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    origin_resources Sequence[GetTechsupportmanagementTechSupportStatusResultOriginResource]
    owners Sequence[str]
    parents Sequence[GetTechsupportmanagementTechSupportStatusResultParent]
    permission_resources Sequence[GetTechsupportmanagementTechSupportStatusResultPermissionResource]
    reason str
    Reason for techsupport failure, if any.
    relay_reason str
    Reason for status relay failure, if any.
    relay_status str
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    request_ts str
    The time at which the techsupport request was initiated.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status str
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    tags Sequence[GetTechsupportmanagementTechSupportStatusResultTag]
    tech_support_requests Sequence[GetTechsupportmanagementTechSupportStatusResultTechSupportRequest]
    techsupport_download_url str
    The Url to download the techsupport file.
    techsupport_files Sequence[GetTechsupportmanagementTechSupportStatusResultTechsupportFile]
    user_role str
    The name of the role granted to the user that issued the techsupport request.
    version_contexts Sequence[GetTechsupportmanagementTechSupportStatusResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterMembers List<Property Map>
    createTime String
    The time when this managed object was created.
    deviceRegistrations List<Property Map>
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fileName String
    The name of the Techsupport bundle file.
    fileSize Number
    Techsupport file size in bytes.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    originResources List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    reason String
    Reason for techsupport failure, if any.
    relayReason String
    Reason for status relay failure, if any.
    relayStatus String
    Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
    requestTs String
    The time at which the techsupport request was initiated.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    status String
    Status of the techsupport collection. Valid values are Scheduled, Pending, CollectionInProgress, CollectionFailed, CollectionComplete, UploadPending, UploadInProgress, UploadPartsComplete, UploadPreparingNextFile, UploadFailed, TechsupportDownloadUrlCreationFailed, PartiallyCompleted, and Completed. The final status will be one of CollectionFailed, UploadFailed, or TechsupportDownloadUrlCreationFailed if there is a failure, Completed if the request completed successfully and the file (or files) were uploaded to Intersight Storage Service, or PartiallyCompleted if at least one file in a multiple file collection uploaded successfully. All the remaining status values indicates the progress of techsupport collection.
    tags List<Property Map>
    techSupportRequests List<Property Map>
    techsupportDownloadUrl String
    The Url to download the techsupport file.
    techsupportFiles List<Property Map>
    userRole String
    The name of the role granted to the user that issued the techsupport request.
    versionContexts List<Property Map>

    GetTechsupportmanagementTechSupportStatusResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusResultClusterMember

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusResultDeviceRegistration

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusResultOriginResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetTechsupportmanagementTechSupportStatusResultTechSupportRequest

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusResultTechsupportFile

    AdditionalProperties string
    ClassId string
    FileName string
    The name of the Techsupport bundle file.
    FileSize double
    Techsupport file size in bytes.
    ObjectType string
    TechsupportDownloadUrl string
    The Url to download the techsupport file.
    UploadStatus string
    AdditionalProperties string
    ClassId string
    FileName string
    The name of the Techsupport bundle file.
    FileSize float64
    Techsupport file size in bytes.
    ObjectType string
    TechsupportDownloadUrl string
    The Url to download the techsupport file.
    UploadStatus string
    additionalProperties String
    classId String
    fileName String
    The name of the Techsupport bundle file.
    fileSize Double
    Techsupport file size in bytes.
    objectType String
    techsupportDownloadUrl String
    The Url to download the techsupport file.
    uploadStatus String
    additionalProperties string
    classId string
    fileName string
    The name of the Techsupport bundle file.
    fileSize number
    Techsupport file size in bytes.
    objectType string
    techsupportDownloadUrl string
    The Url to download the techsupport file.
    uploadStatus string
    additional_properties str
    class_id str
    file_name str
    The name of the Techsupport bundle file.
    file_size float
    Techsupport file size in bytes.
    object_type str
    techsupport_download_url str
    The Url to download the techsupport file.
    upload_status str
    additionalProperties String
    classId String
    fileName String
    The name of the Techsupport bundle file.
    fileSize Number
    Techsupport file size in bytes.
    objectType String
    techsupportDownloadUrl String
    The Url to download the techsupport file.
    uploadStatus String

    GetTechsupportmanagementTechSupportStatusResultVersionContext

    GetTechsupportmanagementTechSupportStatusResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetTechsupportmanagementTechSupportStatusTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetTechsupportmanagementTechSupportStatusTechSupportRequest

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

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

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

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

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

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

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

    GetTechsupportmanagementTechSupportStatusTechsupportFile

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FileName string
    The name of the Techsupport bundle file.
    FileSize double
    Techsupport file size in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    TechsupportDownloadUrl string
    The Url to download the techsupport file.
    UploadStatus string
    The upload status of the techsupport file.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    FileName string
    The name of the Techsupport bundle file.
    FileSize float64
    Techsupport file size in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    TechsupportDownloadUrl string
    The Url to download the techsupport file.
    UploadStatus string
    The upload status of the techsupport file.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileName String
    The name of the Techsupport bundle file.
    fileSize Double
    Techsupport file size in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    techsupportDownloadUrl String
    The Url to download the techsupport file.
    uploadStatus String
    The upload status of the techsupport file.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileName string
    The name of the Techsupport bundle file.
    fileSize number
    Techsupport file size in bytes.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    techsupportDownloadUrl string
    The Url to download the techsupport file.
    uploadStatus string
    The upload status of the techsupport file.
    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.
    file_name str
    The name of the Techsupport bundle file.
    file_size float
    Techsupport file size in bytes.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    techsupport_download_url str
    The Url to download the techsupport file.
    upload_status str
    The upload status of the techsupport file.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    fileName String
    The name of the Techsupport bundle file.
    fileSize Number
    Techsupport file size in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    techsupportDownloadUrl String
    The Url to download the techsupport file.
    uploadStatus String
    The upload status of the techsupport file.

    GetTechsupportmanagementTechSupportStatusVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name 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<GetTechsupportmanagementTechSupportStatusVersionContextInterestedMo>
    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 GetTechsupportmanagementTechSupportStatusVersionContextRefMo
    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 []GetTechsupportmanagementTechSupportStatusVersionContextInterestedMo
    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 GetTechsupportmanagementTechSupportStatusVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetTechsupportmanagementTechSupportStatusVersionContextInterestedMo>
    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 GetTechsupportmanagementTechSupportStatusVersionContextRefMo
    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 GetTechsupportmanagementTechSupportStatusVersionContextInterestedMo[]
    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 GetTechsupportmanagementTechSupportStatusVersionContextRefMo
    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[GetTechsupportmanagementTechSupportStatusVersionContextInterestedMo]
    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 GetTechsupportmanagementTechSupportStatusVersionContextRefMo
    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.

    GetTechsupportmanagementTechSupportStatusVersionContextInterestedMo

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

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

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

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

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

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

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

    GetTechsupportmanagementTechSupportStatusVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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