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

intersight.getTechsupportmanagementTechSupportStatus

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupTechsupportmanagementTechSupportStatus(ctx *Context, args *LookupTechsupportmanagementTechSupportStatusArgs, opts ...InvokeOption) (*LookupTechsupportmanagementTechSupportStatusResult, error)
func LookupTechsupportmanagementTechSupportStatusOutput(ctx *Context, args *LookupTechsupportmanagementTechSupportStatusOutputArgs, opts ...InvokeOption) LookupTechsupportmanagementTechSupportStatusResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTechsupportmanagementTechSupportStatusResult> getTechsupportmanagementTechSupportStatus(GetTechsupportmanagementTechSupportStatusArgs args, InvokeOptions options)
public static Output<GetTechsupportmanagementTechSupportStatusResult> getTechsupportmanagementTechSupportStatus(GetTechsupportmanagementTechSupportStatusArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getTechsupportmanagementTechSupportStatus:getTechsupportmanagementTechSupportStatus
  arguments:
    # arguments dictionary
Copy

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 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 This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetTechsupportmanagementTechSupportStatusResultAncestor>
ClassId This property is required. string
ClusterMembers This property is required. List<GetTechsupportmanagementTechSupportStatusResultClusterMember>
CreateTime This property is required. string
The time when this managed object was created.
DeviceRegistrations This property is required. List<GetTechsupportmanagementTechSupportStatusResultDeviceRegistration>
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FileName This property is required. string
The name of the Techsupport bundle file.
FileSize This property is required. double
Techsupport file size in bytes.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
OriginResources This property is required. List<GetTechsupportmanagementTechSupportStatusResultOriginResource>
Owners This property is required. List<string>
Parents This property is required. List<GetTechsupportmanagementTechSupportStatusResultParent>
PermissionResources This property is required. List<GetTechsupportmanagementTechSupportStatusResultPermissionResource>
Reason This property is required. string
Reason for techsupport failure, if any.
RelayReason This property is required. string
Reason for status relay failure, if any.
RelayStatus This property is required. string
Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
RequestTs This property is required. string
The time at which the techsupport request was initiated.
SharedScope This property is required. 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 This property is required. 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 This property is required. List<GetTechsupportmanagementTechSupportStatusResultTag>
TechSupportRequests This property is required. List<GetTechsupportmanagementTechSupportStatusResultTechSupportRequest>
TechsupportDownloadUrl This property is required. string
The Url to download the techsupport file.
TechsupportFiles This property is required. List<GetTechsupportmanagementTechSupportStatusResultTechsupportFile>
UserRole This property is required. string
The name of the role granted to the user that issued the techsupport request.
VersionContexts This property is required. List<GetTechsupportmanagementTechSupportStatusResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetTechsupportmanagementTechSupportStatusResultAncestor
ClassId This property is required. string
ClusterMembers This property is required. []GetTechsupportmanagementTechSupportStatusResultClusterMember
CreateTime This property is required. string
The time when this managed object was created.
DeviceRegistrations This property is required. []GetTechsupportmanagementTechSupportStatusResultDeviceRegistration
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FileName This property is required. string
The name of the Techsupport bundle file.
FileSize This property is required. float64
Techsupport file size in bytes.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
OriginResources This property is required. []GetTechsupportmanagementTechSupportStatusResultOriginResource
Owners This property is required. []string
Parents This property is required. []GetTechsupportmanagementTechSupportStatusResultParent
PermissionResources This property is required. []GetTechsupportmanagementTechSupportStatusResultPermissionResource
Reason This property is required. string
Reason for techsupport failure, if any.
RelayReason This property is required. string
Reason for status relay failure, if any.
RelayStatus This property is required. string
Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
RequestTs This property is required. string
The time at which the techsupport request was initiated.
SharedScope This property is required. 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 This property is required. 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 This property is required. []GetTechsupportmanagementTechSupportStatusResultTag
TechSupportRequests This property is required. []GetTechsupportmanagementTechSupportStatusResultTechSupportRequest
TechsupportDownloadUrl This property is required. string
The Url to download the techsupport file.
TechsupportFiles This property is required. []GetTechsupportmanagementTechSupportStatusResultTechsupportFile
UserRole This property is required. string
The name of the role granted to the user that issued the techsupport request.
VersionContexts This property is required. []GetTechsupportmanagementTechSupportStatusResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetTechsupportmanagementTechSupportStatusResultAncestor>
classId This property is required. String
clusterMembers This property is required. List<GetTechsupportmanagementTechSupportStatusResultClusterMember>
createTime This property is required. String
The time when this managed object was created.
deviceRegistrations This property is required. List<GetTechsupportmanagementTechSupportStatusResultDeviceRegistration>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
fileName This property is required. String
The name of the Techsupport bundle file.
fileSize This property is required. Double
Techsupport file size in bytes.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
originResources This property is required. List<GetTechsupportmanagementTechSupportStatusResultOriginResource>
owners This property is required. List<String>
parents This property is required. List<GetTechsupportmanagementTechSupportStatusResultParent>
permissionResources This property is required. List<GetTechsupportmanagementTechSupportStatusResultPermissionResource>
reason This property is required. String
Reason for techsupport failure, if any.
relayReason This property is required. String
Reason for status relay failure, if any.
relayStatus This property is required. String
Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
requestTs This property is required. String
The time at which the techsupport request was initiated.
sharedScope This property is required. 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 This property is required. 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 This property is required. List<GetTechsupportmanagementTechSupportStatusResultTag>
techSupportRequests This property is required. List<GetTechsupportmanagementTechSupportStatusResultTechSupportRequest>
techsupportDownloadUrl This property is required. String
The Url to download the techsupport file.
techsupportFiles This property is required. List<GetTechsupportmanagementTechSupportStatusResultTechsupportFile>
userRole This property is required. String
The name of the role granted to the user that issued the techsupport request.
versionContexts This property is required. List<GetTechsupportmanagementTechSupportStatusResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetTechsupportmanagementTechSupportStatusResultAncestor[]
classId This property is required. string
clusterMembers This property is required. GetTechsupportmanagementTechSupportStatusResultClusterMember[]
createTime This property is required. string
The time when this managed object was created.
deviceRegistrations This property is required. GetTechsupportmanagementTechSupportStatusResultDeviceRegistration[]
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
fileName This property is required. string
The name of the Techsupport bundle file.
fileSize This property is required. number
Techsupport file size in bytes.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
originResources This property is required. GetTechsupportmanagementTechSupportStatusResultOriginResource[]
owners This property is required. string[]
parents This property is required. GetTechsupportmanagementTechSupportStatusResultParent[]
permissionResources This property is required. GetTechsupportmanagementTechSupportStatusResultPermissionResource[]
reason This property is required. string
Reason for techsupport failure, if any.
relayReason This property is required. string
Reason for status relay failure, if any.
relayStatus This property is required. string
Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
requestTs This property is required. string
The time at which the techsupport request was initiated.
sharedScope This property is required. 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 This property is required. 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 This property is required. GetTechsupportmanagementTechSupportStatusResultTag[]
techSupportRequests This property is required. GetTechsupportmanagementTechSupportStatusResultTechSupportRequest[]
techsupportDownloadUrl This property is required. string
The Url to download the techsupport file.
techsupportFiles This property is required. GetTechsupportmanagementTechSupportStatusResultTechsupportFile[]
userRole This property is required. string
The name of the role granted to the user that issued the techsupport request.
versionContexts This property is required. GetTechsupportmanagementTechSupportStatusResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultAncestor]
class_id This property is required. str
cluster_members This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultClusterMember]
create_time This property is required. str
The time when this managed object was created.
device_registrations This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultDeviceRegistration]
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
file_name This property is required. str
The name of the Techsupport bundle file.
file_size This property is required. float
Techsupport file size in bytes.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
origin_resources This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultOriginResource]
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultParent]
permission_resources This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultPermissionResource]
reason This property is required. str
Reason for techsupport failure, if any.
relay_reason This property is required. str
Reason for status relay failure, if any.
relay_status This property is required. str
Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
request_ts This property is required. str
The time at which the techsupport request was initiated.
shared_scope This property is required. 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 This property is required. 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 This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultTag]
tech_support_requests This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultTechSupportRequest]
techsupport_download_url This property is required. str
The Url to download the techsupport file.
techsupport_files This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultTechsupportFile]
user_role This property is required. str
The name of the role granted to the user that issued the techsupport request.
version_contexts This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
clusterMembers This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
deviceRegistrations This property is required. List<Property Map>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
fileName This property is required. String
The name of the Techsupport bundle file.
fileSize This property is required. Number
Techsupport file size in bytes.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
originResources This property is required. List<Property Map>
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
reason This property is required. String
Reason for techsupport failure, if any.
relayReason This property is required. String
Reason for status relay failure, if any.
relayStatus This property is required. String
Status of techsupport status relay. Valid values are NoRelay, Pending, Completed, and Failed.
requestTs This property is required. String
The time at which the techsupport request was initiated.
sharedScope This property is required. 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 This property is required. 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 This property is required. List<Property Map>
techSupportRequests This property is required. List<Property Map>
techsupportDownloadUrl This property is required. String
The Url to download the techsupport file.
techsupportFiles This property is required. List<Property Map>
userRole This property is required. String
The name of the role granted to the user that issued the techsupport request.
versionContexts This property is required. List<Property Map>

GetTechsupportmanagementTechSupportStatusResultAncestor

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

GetTechsupportmanagementTechSupportStatusResultClusterMember

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

GetTechsupportmanagementTechSupportStatusResultDeviceRegistration

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

GetTechsupportmanagementTechSupportStatusResultOriginResource

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

GetTechsupportmanagementTechSupportStatusResultParent

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

GetTechsupportmanagementTechSupportStatusResultPermissionResource

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

GetTechsupportmanagementTechSupportStatusResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetTechsupportmanagementTechSupportStatusResultTechSupportRequest

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

GetTechsupportmanagementTechSupportStatusResultTechsupportFile

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

GetTechsupportmanagementTechSupportStatusResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetTechsupportmanagementTechSupportStatusResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetTechsupportmanagementTechSupportStatusResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetTechsupportmanagementTechSupportStatusResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetTechsupportmanagementTechSupportStatusResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetTechsupportmanagementTechSupportStatusResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetTechsupportmanagementTechSupportStatusResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetTechsupportmanagementTechSupportStatusResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetTechsupportmanagementTechSupportStatusResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetTechsupportmanagementTechSupportStatusResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetTechsupportmanagementTechSupportStatusResultVersionContextInterestedMo

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

GetTechsupportmanagementTechSupportStatusResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. 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.