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

intersight.getNiaapiDcnmHweol

Explore with Pulumi AI

intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

The hardware end of life notice for DCNM.

Using getNiaapiDcnmHweol

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 getNiaapiDcnmHweol(args: GetNiaapiDcnmHweolArgs, opts?: InvokeOptions): Promise<GetNiaapiDcnmHweolResult>
function getNiaapiDcnmHweolOutput(args: GetNiaapiDcnmHweolOutputArgs, opts?: InvokeOptions): Output<GetNiaapiDcnmHweolResult>
Copy
def get_niaapi_dcnm_hweol(account_moid: Optional[str] = None,
                          additional_properties: Optional[str] = None,
                          affected_pids: Optional[str] = None,
                          ancestors: Optional[Sequence[GetNiaapiDcnmHweolAncestor]] = None,
                          announcement_date: Optional[str] = None,
                          announcement_date_epoch: Optional[float] = None,
                          bulletin_no: Optional[str] = None,
                          class_id: Optional[str] = None,
                          create_time: Optional[str] = None,
                          description: Optional[str] = None,
                          domain_group_moid: Optional[str] = None,
                          endof_new_service_attachment_date: Optional[str] = None,
                          endof_new_service_attachment_date_epoch: Optional[float] = None,
                          endof_routine_failure_analysis_date: Optional[str] = None,
                          endof_routine_failure_analysis_date_epoch: Optional[float] = None,
                          endof_sale_date: Optional[str] = None,
                          endof_sale_date_epoch: Optional[float] = None,
                          endof_security_support: Optional[str] = None,
                          endof_security_support_epoch: Optional[float] = None,
                          endof_service_contract_renewal_date: Optional[str] = None,
                          endof_service_contract_renewal_date_epoch: Optional[float] = None,
                          endof_sw_maintenance_date: Optional[str] = None,
                          endof_sw_maintenance_date_epoch: Optional[float] = None,
                          hardware_eol_url: Optional[str] = None,
                          headline: Optional[str] = None,
                          id: Optional[str] = None,
                          last_dateof_support: Optional[str] = None,
                          last_dateof_support_epoch: Optional[float] = None,
                          last_ship_date: Optional[str] = None,
                          last_ship_date_epoch: Optional[float] = None,
                          migration_url: Optional[str] = None,
                          mod_time: Optional[str] = None,
                          moid: Optional[str] = None,
                          object_type: Optional[str] = None,
                          owners: Optional[Sequence[str]] = None,
                          parent: Optional[GetNiaapiDcnmHweolParent] = None,
                          permission_resources: Optional[Sequence[GetNiaapiDcnmHweolPermissionResource]] = None,
                          shared_scope: Optional[str] = None,
                          tags: Optional[Sequence[GetNiaapiDcnmHweolTag]] = None,
                          version_context: Optional[GetNiaapiDcnmHweolVersionContext] = None,
                          opts: Optional[InvokeOptions] = None) -> GetNiaapiDcnmHweolResult
def get_niaapi_dcnm_hweol_output(account_moid: Optional[pulumi.Input[str]] = None,
                          additional_properties: Optional[pulumi.Input[str]] = None,
                          affected_pids: Optional[pulumi.Input[str]] = None,
                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiaapiDcnmHweolAncestorArgs]]]] = None,
                          announcement_date: Optional[pulumi.Input[str]] = None,
                          announcement_date_epoch: Optional[pulumi.Input[float]] = None,
                          bulletin_no: Optional[pulumi.Input[str]] = None,
                          class_id: Optional[pulumi.Input[str]] = None,
                          create_time: Optional[pulumi.Input[str]] = None,
                          description: Optional[pulumi.Input[str]] = None,
                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                          endof_new_service_attachment_date: Optional[pulumi.Input[str]] = None,
                          endof_new_service_attachment_date_epoch: Optional[pulumi.Input[float]] = None,
                          endof_routine_failure_analysis_date: Optional[pulumi.Input[str]] = None,
                          endof_routine_failure_analysis_date_epoch: Optional[pulumi.Input[float]] = None,
                          endof_sale_date: Optional[pulumi.Input[str]] = None,
                          endof_sale_date_epoch: Optional[pulumi.Input[float]] = None,
                          endof_security_support: Optional[pulumi.Input[str]] = None,
                          endof_security_support_epoch: Optional[pulumi.Input[float]] = None,
                          endof_service_contract_renewal_date: Optional[pulumi.Input[str]] = None,
                          endof_service_contract_renewal_date_epoch: Optional[pulumi.Input[float]] = None,
                          endof_sw_maintenance_date: Optional[pulumi.Input[str]] = None,
                          endof_sw_maintenance_date_epoch: Optional[pulumi.Input[float]] = None,
                          hardware_eol_url: Optional[pulumi.Input[str]] = None,
                          headline: Optional[pulumi.Input[str]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          last_dateof_support: Optional[pulumi.Input[str]] = None,
                          last_dateof_support_epoch: Optional[pulumi.Input[float]] = None,
                          last_ship_date: Optional[pulumi.Input[str]] = None,
                          last_ship_date_epoch: Optional[pulumi.Input[float]] = None,
                          migration_url: 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,
                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          parent: Optional[pulumi.Input[GetNiaapiDcnmHweolParentArgs]] = None,
                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiaapiDcnmHweolPermissionResourceArgs]]]] = None,
                          shared_scope: Optional[pulumi.Input[str]] = None,
                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiaapiDcnmHweolTagArgs]]]] = None,
                          version_context: Optional[pulumi.Input[GetNiaapiDcnmHweolVersionContextArgs]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetNiaapiDcnmHweolResult]
Copy
func LookupNiaapiDcnmHweol(ctx *Context, args *LookupNiaapiDcnmHweolArgs, opts ...InvokeOption) (*LookupNiaapiDcnmHweolResult, error)
func LookupNiaapiDcnmHweolOutput(ctx *Context, args *LookupNiaapiDcnmHweolOutputArgs, opts ...InvokeOption) LookupNiaapiDcnmHweolResultOutput
Copy

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

public static class GetNiaapiDcnmHweol 
{
    public static Task<GetNiaapiDcnmHweolResult> InvokeAsync(GetNiaapiDcnmHweolArgs args, InvokeOptions? opts = null)
    public static Output<GetNiaapiDcnmHweolResult> Invoke(GetNiaapiDcnmHweolInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetNiaapiDcnmHweolResult> getNiaapiDcnmHweol(GetNiaapiDcnmHweolArgs args, InvokeOptions options)
public static Output<GetNiaapiDcnmHweolResult> getNiaapiDcnmHweol(GetNiaapiDcnmHweolArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getNiaapiDcnmHweol:getNiaapiDcnmHweol
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
AffectedPids string
String contains the PID of hardwares affected by this notice, seperated by comma.
Ancestors List<GetNiaapiDcnmHweolAncestor>
AnnouncementDate string
When this notice is announced.
AnnouncementDateEpoch double
Epoch time of Announcement Date.
BulletinNo string
The bulletinno of this hardware end of life notice.
ClassId string
CreateTime string
The time when this managed object was created.
Description string
The description of this hardware end of life notice.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EndofNewServiceAttachmentDate string
Date time of end of new services attachment .
EndofNewServiceAttachmentDateEpoch double
Epoch time of New service attachment Date .
EndofRoutineFailureAnalysisDate string
Date time of end of routinefailure analysis.
EndofRoutineFailureAnalysisDateEpoch double
Epoch time of End of Routine Failure Analysis Date.
EndofSaleDate string
When this hardware will end sale.
EndofSaleDateEpoch double
Epoch time of End of Sale Date.
EndofSecuritySupport string
Date time of end of security support .
EndofSecuritySupportEpoch double
Epoch time of End of Security Support Date .
EndofServiceContractRenewalDate string
Date time of end of service contract renew .
EndofServiceContractRenewalDateEpoch double
Epoch time of End of Renewal service contract.
EndofSwMaintenanceDate string
The date of end of maintainance.
EndofSwMaintenanceDateEpoch double
Epoch time of End of maintenance Date.
HardwareEolUrl string
Hardware end of sale URL link to the notice webpage.
Headline string
The title of this hardware end of life notice.
Id string
LastDateofSupport string
Date time of end of support .
LastDateofSupportEpoch double
Epoch time of last date of support .
LastShipDate string
Date time of Lastship Date.
LastShipDateEpoch double
Epoch time of last ship Date.
MigrationUrl string
The URL of this migration notice.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
Owners List<string>
Parent GetNiaapiDcnmHweolParent
PermissionResources List<GetNiaapiDcnmHweolPermissionResource>
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.
Tags List<GetNiaapiDcnmHweolTag>
VersionContext GetNiaapiDcnmHweolVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
AffectedPids string
String contains the PID of hardwares affected by this notice, seperated by comma.
Ancestors []GetNiaapiDcnmHweolAncestor
AnnouncementDate string
When this notice is announced.
AnnouncementDateEpoch float64
Epoch time of Announcement Date.
BulletinNo string
The bulletinno of this hardware end of life notice.
ClassId string
CreateTime string
The time when this managed object was created.
Description string
The description of this hardware end of life notice.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EndofNewServiceAttachmentDate string
Date time of end of new services attachment .
EndofNewServiceAttachmentDateEpoch float64
Epoch time of New service attachment Date .
EndofRoutineFailureAnalysisDate string
Date time of end of routinefailure analysis.
EndofRoutineFailureAnalysisDateEpoch float64
Epoch time of End of Routine Failure Analysis Date.
EndofSaleDate string
When this hardware will end sale.
EndofSaleDateEpoch float64
Epoch time of End of Sale Date.
EndofSecuritySupport string
Date time of end of security support .
EndofSecuritySupportEpoch float64
Epoch time of End of Security Support Date .
EndofServiceContractRenewalDate string
Date time of end of service contract renew .
EndofServiceContractRenewalDateEpoch float64
Epoch time of End of Renewal service contract.
EndofSwMaintenanceDate string
The date of end of maintainance.
EndofSwMaintenanceDateEpoch float64
Epoch time of End of maintenance Date.
HardwareEolUrl string
Hardware end of sale URL link to the notice webpage.
Headline string
The title of this hardware end of life notice.
Id string
LastDateofSupport string
Date time of end of support .
LastDateofSupportEpoch float64
Epoch time of last date of support .
LastShipDate string
Date time of Lastship Date.
LastShipDateEpoch float64
Epoch time of last ship Date.
MigrationUrl string
The URL of this migration notice.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
Owners []string
Parent GetNiaapiDcnmHweolParent
PermissionResources []GetNiaapiDcnmHweolPermissionResource
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.
Tags []GetNiaapiDcnmHweolTag
VersionContext GetNiaapiDcnmHweolVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
affectedPids String
String contains the PID of hardwares affected by this notice, seperated by comma.
ancestors List<GetNiaapiDcnmHweolAncestor>
announcementDate String
When this notice is announced.
announcementDateEpoch Double
Epoch time of Announcement Date.
bulletinNo String
The bulletinno of this hardware end of life notice.
classId String
createTime String
The time when this managed object was created.
description String
The description of this hardware end of life notice.
domainGroupMoid String
The DomainGroup ID for this managed object.
endofNewServiceAttachmentDate String
Date time of end of new services attachment .
endofNewServiceAttachmentDateEpoch Double
Epoch time of New service attachment Date .
endofRoutineFailureAnalysisDate String
Date time of end of routinefailure analysis.
endofRoutineFailureAnalysisDateEpoch Double
Epoch time of End of Routine Failure Analysis Date.
endofSaleDate String
When this hardware will end sale.
endofSaleDateEpoch Double
Epoch time of End of Sale Date.
endofSecuritySupport String
Date time of end of security support .
endofSecuritySupportEpoch Double
Epoch time of End of Security Support Date .
endofServiceContractRenewalDate String
Date time of end of service contract renew .
endofServiceContractRenewalDateEpoch Double
Epoch time of End of Renewal service contract.
endofSwMaintenanceDate String
The date of end of maintainance.
endofSwMaintenanceDateEpoch Double
Epoch time of End of maintenance Date.
hardwareEolUrl String
Hardware end of sale URL link to the notice webpage.
headline String
The title of this hardware end of life notice.
id String
lastDateofSupport String
Date time of end of support .
lastDateofSupportEpoch Double
Epoch time of last date of support .
lastShipDate String
Date time of Lastship Date.
lastShipDateEpoch Double
Epoch time of last ship Date.
migrationUrl String
The URL of this migration notice.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
objectType String
owners List<String>
parent GetNiaapiDcnmHweolParent
permissionResources List<GetNiaapiDcnmHweolPermissionResource>
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.
tags List<GetNiaapiDcnmHweolTag>
versionContext GetNiaapiDcnmHweolVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
affectedPids string
String contains the PID of hardwares affected by this notice, seperated by comma.
ancestors GetNiaapiDcnmHweolAncestor[]
announcementDate string
When this notice is announced.
announcementDateEpoch number
Epoch time of Announcement Date.
bulletinNo string
The bulletinno of this hardware end of life notice.
classId string
createTime string
The time when this managed object was created.
description string
The description of this hardware end of life notice.
domainGroupMoid string
The DomainGroup ID for this managed object.
endofNewServiceAttachmentDate string
Date time of end of new services attachment .
endofNewServiceAttachmentDateEpoch number
Epoch time of New service attachment Date .
endofRoutineFailureAnalysisDate string
Date time of end of routinefailure analysis.
endofRoutineFailureAnalysisDateEpoch number
Epoch time of End of Routine Failure Analysis Date.
endofSaleDate string
When this hardware will end sale.
endofSaleDateEpoch number
Epoch time of End of Sale Date.
endofSecuritySupport string
Date time of end of security support .
endofSecuritySupportEpoch number
Epoch time of End of Security Support Date .
endofServiceContractRenewalDate string
Date time of end of service contract renew .
endofServiceContractRenewalDateEpoch number
Epoch time of End of Renewal service contract.
endofSwMaintenanceDate string
The date of end of maintainance.
endofSwMaintenanceDateEpoch number
Epoch time of End of maintenance Date.
hardwareEolUrl string
Hardware end of sale URL link to the notice webpage.
headline string
The title of this hardware end of life notice.
id string
lastDateofSupport string
Date time of end of support .
lastDateofSupportEpoch number
Epoch time of last date of support .
lastShipDate string
Date time of Lastship Date.
lastShipDateEpoch number
Epoch time of last ship Date.
migrationUrl string
The URL of this migration notice.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
objectType string
owners string[]
parent GetNiaapiDcnmHweolParent
permissionResources GetNiaapiDcnmHweolPermissionResource[]
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.
tags GetNiaapiDcnmHweolTag[]
versionContext GetNiaapiDcnmHweolVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
affected_pids str
String contains the PID of hardwares affected by this notice, seperated by comma.
ancestors Sequence[GetNiaapiDcnmHweolAncestor]
announcement_date str
When this notice is announced.
announcement_date_epoch float
Epoch time of Announcement Date.
bulletin_no str
The bulletinno of this hardware end of life notice.
class_id str
create_time str
The time when this managed object was created.
description str
The description of this hardware end of life notice.
domain_group_moid str
The DomainGroup ID for this managed object.
endof_new_service_attachment_date str
Date time of end of new services attachment .
endof_new_service_attachment_date_epoch float
Epoch time of New service attachment Date .
endof_routine_failure_analysis_date str
Date time of end of routinefailure analysis.
endof_routine_failure_analysis_date_epoch float
Epoch time of End of Routine Failure Analysis Date.
endof_sale_date str
When this hardware will end sale.
endof_sale_date_epoch float
Epoch time of End of Sale Date.
endof_security_support str
Date time of end of security support .
endof_security_support_epoch float
Epoch time of End of Security Support Date .
endof_service_contract_renewal_date str
Date time of end of service contract renew .
endof_service_contract_renewal_date_epoch float
Epoch time of End of Renewal service contract.
endof_sw_maintenance_date str
The date of end of maintainance.
endof_sw_maintenance_date_epoch float
Epoch time of End of maintenance Date.
hardware_eol_url str
Hardware end of sale URL link to the notice webpage.
headline str
The title of this hardware end of life notice.
id str
last_dateof_support str
Date time of end of support .
last_dateof_support_epoch float
Epoch time of last date of support .
last_ship_date str
Date time of Lastship Date.
last_ship_date_epoch float
Epoch time of last ship Date.
migration_url str
The URL of this migration notice.
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
owners Sequence[str]
parent GetNiaapiDcnmHweolParent
permission_resources Sequence[GetNiaapiDcnmHweolPermissionResource]
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.
tags Sequence[GetNiaapiDcnmHweolTag]
version_context GetNiaapiDcnmHweolVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
affectedPids String
String contains the PID of hardwares affected by this notice, seperated by comma.
ancestors List<Property Map>
announcementDate String
When this notice is announced.
announcementDateEpoch Number
Epoch time of Announcement Date.
bulletinNo String
The bulletinno of this hardware end of life notice.
classId String
createTime String
The time when this managed object was created.
description String
The description of this hardware end of life notice.
domainGroupMoid String
The DomainGroup ID for this managed object.
endofNewServiceAttachmentDate String
Date time of end of new services attachment .
endofNewServiceAttachmentDateEpoch Number
Epoch time of New service attachment Date .
endofRoutineFailureAnalysisDate String
Date time of end of routinefailure analysis.
endofRoutineFailureAnalysisDateEpoch Number
Epoch time of End of Routine Failure Analysis Date.
endofSaleDate String
When this hardware will end sale.
endofSaleDateEpoch Number
Epoch time of End of Sale Date.
endofSecuritySupport String
Date time of end of security support .
endofSecuritySupportEpoch Number
Epoch time of End of Security Support Date .
endofServiceContractRenewalDate String
Date time of end of service contract renew .
endofServiceContractRenewalDateEpoch Number
Epoch time of End of Renewal service contract.
endofSwMaintenanceDate String
The date of end of maintainance.
endofSwMaintenanceDateEpoch Number
Epoch time of End of maintenance Date.
hardwareEolUrl String
Hardware end of sale URL link to the notice webpage.
headline String
The title of this hardware end of life notice.
id String
lastDateofSupport String
Date time of end of support .
lastDateofSupportEpoch Number
Epoch time of last date of support .
lastShipDate String
Date time of Lastship Date.
lastShipDateEpoch Number
Epoch time of last ship Date.
migrationUrl String
The URL of this migration notice.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags List<Property Map>
versionContext Property Map

getNiaapiDcnmHweol Result

The following output properties are available:

Id string
Results List<GetNiaapiDcnmHweolResult>
AccountMoid string
AdditionalProperties string
AffectedPids string
Ancestors List<GetNiaapiDcnmHweolAncestor>
AnnouncementDate string
AnnouncementDateEpoch double
BulletinNo string
ClassId string
CreateTime string
Description string
DomainGroupMoid string
EndofNewServiceAttachmentDate string
EndofNewServiceAttachmentDateEpoch double
EndofRoutineFailureAnalysisDate string
EndofRoutineFailureAnalysisDateEpoch double
EndofSaleDate string
EndofSaleDateEpoch double
EndofSecuritySupport string
EndofSecuritySupportEpoch double
EndofServiceContractRenewalDate string
EndofServiceContractRenewalDateEpoch double
EndofSwMaintenanceDate string
EndofSwMaintenanceDateEpoch double
HardwareEolUrl string
Headline string
LastDateofSupport string
LastDateofSupportEpoch double
LastShipDate string
LastShipDateEpoch double
MigrationUrl string
ModTime string
Moid string
ObjectType string
Owners List<string>
Parent GetNiaapiDcnmHweolParent
PermissionResources List<GetNiaapiDcnmHweolPermissionResource>
SharedScope string
Tags List<GetNiaapiDcnmHweolTag>
VersionContext GetNiaapiDcnmHweolVersionContext
Id string
Results []GetNiaapiDcnmHweolResult
AccountMoid string
AdditionalProperties string
AffectedPids string
Ancestors []GetNiaapiDcnmHweolAncestor
AnnouncementDate string
AnnouncementDateEpoch float64
BulletinNo string
ClassId string
CreateTime string
Description string
DomainGroupMoid string
EndofNewServiceAttachmentDate string
EndofNewServiceAttachmentDateEpoch float64
EndofRoutineFailureAnalysisDate string
EndofRoutineFailureAnalysisDateEpoch float64
EndofSaleDate string
EndofSaleDateEpoch float64
EndofSecuritySupport string
EndofSecuritySupportEpoch float64
EndofServiceContractRenewalDate string
EndofServiceContractRenewalDateEpoch float64
EndofSwMaintenanceDate string
EndofSwMaintenanceDateEpoch float64
HardwareEolUrl string
Headline string
LastDateofSupport string
LastDateofSupportEpoch float64
LastShipDate string
LastShipDateEpoch float64
MigrationUrl string
ModTime string
Moid string
ObjectType string
Owners []string
Parent GetNiaapiDcnmHweolParent
PermissionResources []GetNiaapiDcnmHweolPermissionResource
SharedScope string
Tags []GetNiaapiDcnmHweolTag
VersionContext GetNiaapiDcnmHweolVersionContext
id String
results List<GetNiaapiDcnmHweolResult>
accountMoid String
additionalProperties String
affectedPids String
ancestors List<GetNiaapiDcnmHweolAncestor>
announcementDate String
announcementDateEpoch Double
bulletinNo String
classId String
createTime String
description String
domainGroupMoid String
endofNewServiceAttachmentDate String
endofNewServiceAttachmentDateEpoch Double
endofRoutineFailureAnalysisDate String
endofRoutineFailureAnalysisDateEpoch Double
endofSaleDate String
endofSaleDateEpoch Double
endofSecuritySupport String
endofSecuritySupportEpoch Double
endofServiceContractRenewalDate String
endofServiceContractRenewalDateEpoch Double
endofSwMaintenanceDate String
endofSwMaintenanceDateEpoch Double
hardwareEolUrl String
headline String
lastDateofSupport String
lastDateofSupportEpoch Double
lastShipDate String
lastShipDateEpoch Double
migrationUrl String
modTime String
moid String
objectType String
owners List<String>
parent GetNiaapiDcnmHweolParent
permissionResources List<GetNiaapiDcnmHweolPermissionResource>
sharedScope String
tags List<GetNiaapiDcnmHweolTag>
versionContext GetNiaapiDcnmHweolVersionContext
id str
results Sequence[GetNiaapiDcnmHweolResult]
account_moid str
additional_properties str
affected_pids str
ancestors Sequence[GetNiaapiDcnmHweolAncestor]
announcement_date str
announcement_date_epoch float
bulletin_no str
class_id str
create_time str
description str
domain_group_moid str
endof_new_service_attachment_date str
endof_new_service_attachment_date_epoch float
endof_routine_failure_analysis_date str
endof_routine_failure_analysis_date_epoch float
endof_sale_date str
endof_sale_date_epoch float
endof_security_support str
endof_security_support_epoch float
endof_service_contract_renewal_date str
endof_service_contract_renewal_date_epoch float
endof_sw_maintenance_date str
endof_sw_maintenance_date_epoch float
hardware_eol_url str
headline str
last_dateof_support str
last_dateof_support_epoch float
last_ship_date str
last_ship_date_epoch float
migration_url str
mod_time str
moid str
object_type str
owners Sequence[str]
parent GetNiaapiDcnmHweolParent
permission_resources Sequence[GetNiaapiDcnmHweolPermissionResource]
shared_scope str
tags Sequence[GetNiaapiDcnmHweolTag]
version_context GetNiaapiDcnmHweolVersionContext
id String
results List<Property Map>
accountMoid String
additionalProperties String
affectedPids String
ancestors List<Property Map>
announcementDate String
announcementDateEpoch Number
bulletinNo String
classId String
createTime String
description String
domainGroupMoid String
endofNewServiceAttachmentDate String
endofNewServiceAttachmentDateEpoch Number
endofRoutineFailureAnalysisDate String
endofRoutineFailureAnalysisDateEpoch Number
endofSaleDate String
endofSaleDateEpoch Number
endofSecuritySupport String
endofSecuritySupportEpoch Number
endofServiceContractRenewalDate String
endofServiceContractRenewalDateEpoch Number
endofSwMaintenanceDate String
endofSwMaintenanceDateEpoch Number
hardwareEolUrl String
headline String
lastDateofSupport String
lastDateofSupportEpoch Number
lastShipDate String
lastShipDateEpoch Number
migrationUrl String
modTime String
moid String
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
sharedScope String
tags List<Property Map>
versionContext Property Map

Supporting Types

GetNiaapiDcnmHweolAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetNiaapiDcnmHweolParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetNiaapiDcnmHweolPermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetNiaapiDcnmHweolResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AffectedPids This property is required. string
String contains the PID of hardwares affected by this notice, seperated by comma.
Ancestors This property is required. List<GetNiaapiDcnmHweolResultAncestor>
AnnouncementDate This property is required. string
When this notice is announced.
AnnouncementDateEpoch This property is required. double
Epoch time of Announcement Date.
BulletinNo This property is required. string
The bulletinno of this hardware end of life notice.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
The description of this hardware end of life notice.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EndofNewServiceAttachmentDate This property is required. string
Date time of end of new services attachment .
EndofNewServiceAttachmentDateEpoch This property is required. double
Epoch time of New service attachment Date .
EndofRoutineFailureAnalysisDate This property is required. string
Date time of end of routinefailure analysis.
EndofRoutineFailureAnalysisDateEpoch This property is required. double
Epoch time of End of Routine Failure Analysis Date.
EndofSaleDate This property is required. string
When this hardware will end sale.
EndofSaleDateEpoch This property is required. double
Epoch time of End of Sale Date.
EndofSecuritySupport This property is required. string
Date time of end of security support .
EndofSecuritySupportEpoch This property is required. double
Epoch time of End of Security Support Date .
EndofServiceContractRenewalDate This property is required. string
Date time of end of service contract renew .
EndofServiceContractRenewalDateEpoch This property is required. double
Epoch time of End of Renewal service contract.
EndofSwMaintenanceDate This property is required. string
The date of end of maintainance.
EndofSwMaintenanceDateEpoch This property is required. double
Epoch time of End of maintenance Date.
HardwareEolUrl This property is required. string
Hardware end of sale URL link to the notice webpage.
Headline This property is required. string
The title of this hardware end of life notice.
LastDateofSupport This property is required. string
Date time of end of support .
LastDateofSupportEpoch This property is required. double
Epoch time of last date of support .
LastShipDate This property is required. string
Date time of Lastship Date.
LastShipDateEpoch This property is required. double
Epoch time of last ship Date.
MigrationUrl This property is required. string
The URL of this migration notice.
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
Owners This property is required. List<string>
Parents This property is required. List<GetNiaapiDcnmHweolResultParent>
PermissionResources This property is required. List<GetNiaapiDcnmHweolResultPermissionResource>
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.
Tags This property is required. List<GetNiaapiDcnmHweolResultTag>
VersionContexts This property is required. List<GetNiaapiDcnmHweolResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AffectedPids This property is required. string
String contains the PID of hardwares affected by this notice, seperated by comma.
Ancestors This property is required. []GetNiaapiDcnmHweolResultAncestor
AnnouncementDate This property is required. string
When this notice is announced.
AnnouncementDateEpoch This property is required. float64
Epoch time of Announcement Date.
BulletinNo This property is required. string
The bulletinno of this hardware end of life notice.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
The description of this hardware end of life notice.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EndofNewServiceAttachmentDate This property is required. string
Date time of end of new services attachment .
EndofNewServiceAttachmentDateEpoch This property is required. float64
Epoch time of New service attachment Date .
EndofRoutineFailureAnalysisDate This property is required. string
Date time of end of routinefailure analysis.
EndofRoutineFailureAnalysisDateEpoch This property is required. float64
Epoch time of End of Routine Failure Analysis Date.
EndofSaleDate This property is required. string
When this hardware will end sale.
EndofSaleDateEpoch This property is required. float64
Epoch time of End of Sale Date.
EndofSecuritySupport This property is required. string
Date time of end of security support .
EndofSecuritySupportEpoch This property is required. float64
Epoch time of End of Security Support Date .
EndofServiceContractRenewalDate This property is required. string
Date time of end of service contract renew .
EndofServiceContractRenewalDateEpoch This property is required. float64
Epoch time of End of Renewal service contract.
EndofSwMaintenanceDate This property is required. string
The date of end of maintainance.
EndofSwMaintenanceDateEpoch This property is required. float64
Epoch time of End of maintenance Date.
HardwareEolUrl This property is required. string
Hardware end of sale URL link to the notice webpage.
Headline This property is required. string
The title of this hardware end of life notice.
LastDateofSupport This property is required. string
Date time of end of support .
LastDateofSupportEpoch This property is required. float64
Epoch time of last date of support .
LastShipDate This property is required. string
Date time of Lastship Date.
LastShipDateEpoch This property is required. float64
Epoch time of last ship Date.
MigrationUrl This property is required. string
The URL of this migration notice.
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
Owners This property is required. []string
Parents This property is required. []GetNiaapiDcnmHweolResultParent
PermissionResources This property is required. []GetNiaapiDcnmHweolResultPermissionResource
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.
Tags This property is required. []GetNiaapiDcnmHweolResultTag
VersionContexts This property is required. []GetNiaapiDcnmHweolResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
affectedPids This property is required. String
String contains the PID of hardwares affected by this notice, seperated by comma.
ancestors This property is required. List<GetNiaapiDcnmHweolResultAncestor>
announcementDate This property is required. String
When this notice is announced.
announcementDateEpoch This property is required. Double
Epoch time of Announcement Date.
bulletinNo This property is required. String
The bulletinno of this hardware end of life notice.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
The description of this hardware end of life notice.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
endofNewServiceAttachmentDate This property is required. String
Date time of end of new services attachment .
endofNewServiceAttachmentDateEpoch This property is required. Double
Epoch time of New service attachment Date .
endofRoutineFailureAnalysisDate This property is required. String
Date time of end of routinefailure analysis.
endofRoutineFailureAnalysisDateEpoch This property is required. Double
Epoch time of End of Routine Failure Analysis Date.
endofSaleDate This property is required. String
When this hardware will end sale.
endofSaleDateEpoch This property is required. Double
Epoch time of End of Sale Date.
endofSecuritySupport This property is required. String
Date time of end of security support .
endofSecuritySupportEpoch This property is required. Double
Epoch time of End of Security Support Date .
endofServiceContractRenewalDate This property is required. String
Date time of end of service contract renew .
endofServiceContractRenewalDateEpoch This property is required. Double
Epoch time of End of Renewal service contract.
endofSwMaintenanceDate This property is required. String
The date of end of maintainance.
endofSwMaintenanceDateEpoch This property is required. Double
Epoch time of End of maintenance Date.
hardwareEolUrl This property is required. String
Hardware end of sale URL link to the notice webpage.
headline This property is required. String
The title of this hardware end of life notice.
lastDateofSupport This property is required. String
Date time of end of support .
lastDateofSupportEpoch This property is required. Double
Epoch time of last date of support .
lastShipDate This property is required. String
Date time of Lastship Date.
lastShipDateEpoch This property is required. Double
Epoch time of last ship Date.
migrationUrl This property is required. String
The URL of this migration notice.
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
owners This property is required. List<String>
parents This property is required. List<GetNiaapiDcnmHweolResultParent>
permissionResources This property is required. List<GetNiaapiDcnmHweolResultPermissionResource>
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.
tags This property is required. List<GetNiaapiDcnmHweolResultTag>
versionContexts This property is required. List<GetNiaapiDcnmHweolResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
affectedPids This property is required. string
String contains the PID of hardwares affected by this notice, seperated by comma.
ancestors This property is required. GetNiaapiDcnmHweolResultAncestor[]
announcementDate This property is required. string
When this notice is announced.
announcementDateEpoch This property is required. number
Epoch time of Announcement Date.
bulletinNo This property is required. string
The bulletinno of this hardware end of life notice.
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
description This property is required. string
The description of this hardware end of life notice.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
endofNewServiceAttachmentDate This property is required. string
Date time of end of new services attachment .
endofNewServiceAttachmentDateEpoch This property is required. number
Epoch time of New service attachment Date .
endofRoutineFailureAnalysisDate This property is required. string
Date time of end of routinefailure analysis.
endofRoutineFailureAnalysisDateEpoch This property is required. number
Epoch time of End of Routine Failure Analysis Date.
endofSaleDate This property is required. string
When this hardware will end sale.
endofSaleDateEpoch This property is required. number
Epoch time of End of Sale Date.
endofSecuritySupport This property is required. string
Date time of end of security support .
endofSecuritySupportEpoch This property is required. number
Epoch time of End of Security Support Date .
endofServiceContractRenewalDate This property is required. string
Date time of end of service contract renew .
endofServiceContractRenewalDateEpoch This property is required. number
Epoch time of End of Renewal service contract.
endofSwMaintenanceDate This property is required. string
The date of end of maintainance.
endofSwMaintenanceDateEpoch This property is required. number
Epoch time of End of maintenance Date.
hardwareEolUrl This property is required. string
Hardware end of sale URL link to the notice webpage.
headline This property is required. string
The title of this hardware end of life notice.
lastDateofSupport This property is required. string
Date time of end of support .
lastDateofSupportEpoch This property is required. number
Epoch time of last date of support .
lastShipDate This property is required. string
Date time of Lastship Date.
lastShipDateEpoch This property is required. number
Epoch time of last ship Date.
migrationUrl This property is required. string
The URL of this migration notice.
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
owners This property is required. string[]
parents This property is required. GetNiaapiDcnmHweolResultParent[]
permissionResources This property is required. GetNiaapiDcnmHweolResultPermissionResource[]
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.
tags This property is required. GetNiaapiDcnmHweolResultTag[]
versionContexts This property is required. GetNiaapiDcnmHweolResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
affected_pids This property is required. str
String contains the PID of hardwares affected by this notice, seperated by comma.
ancestors This property is required. Sequence[GetNiaapiDcnmHweolResultAncestor]
announcement_date This property is required. str
When this notice is announced.
announcement_date_epoch This property is required. float
Epoch time of Announcement Date.
bulletin_no This property is required. str
The bulletinno of this hardware end of life notice.
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
description This property is required. str
The description of this hardware end of life notice.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
endof_new_service_attachment_date This property is required. str
Date time of end of new services attachment .
endof_new_service_attachment_date_epoch This property is required. float
Epoch time of New service attachment Date .
endof_routine_failure_analysis_date This property is required. str
Date time of end of routinefailure analysis.
endof_routine_failure_analysis_date_epoch This property is required. float
Epoch time of End of Routine Failure Analysis Date.
endof_sale_date This property is required. str
When this hardware will end sale.
endof_sale_date_epoch This property is required. float
Epoch time of End of Sale Date.
endof_security_support This property is required. str
Date time of end of security support .
endof_security_support_epoch This property is required. float
Epoch time of End of Security Support Date .
endof_service_contract_renewal_date This property is required. str
Date time of end of service contract renew .
endof_service_contract_renewal_date_epoch This property is required. float
Epoch time of End of Renewal service contract.
endof_sw_maintenance_date This property is required. str
The date of end of maintainance.
endof_sw_maintenance_date_epoch This property is required. float
Epoch time of End of maintenance Date.
hardware_eol_url This property is required. str
Hardware end of sale URL link to the notice webpage.
headline This property is required. str
The title of this hardware end of life notice.
last_dateof_support This property is required. str
Date time of end of support .
last_dateof_support_epoch This property is required. float
Epoch time of last date of support .
last_ship_date This property is required. str
Date time of Lastship Date.
last_ship_date_epoch This property is required. float
Epoch time of last ship Date.
migration_url This property is required. str
The URL of this migration notice.
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
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetNiaapiDcnmHweolResultParent]
permission_resources This property is required. Sequence[GetNiaapiDcnmHweolResultPermissionResource]
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.
tags This property is required. Sequence[GetNiaapiDcnmHweolResultTag]
version_contexts This property is required. Sequence[GetNiaapiDcnmHweolResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
affectedPids This property is required. String
String contains the PID of hardwares affected by this notice, seperated by comma.
ancestors This property is required. List<Property Map>
announcementDate This property is required. String
When this notice is announced.
announcementDateEpoch This property is required. Number
Epoch time of Announcement Date.
bulletinNo This property is required. String
The bulletinno of this hardware end of life notice.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
The description of this hardware end of life notice.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
endofNewServiceAttachmentDate This property is required. String
Date time of end of new services attachment .
endofNewServiceAttachmentDateEpoch This property is required. Number
Epoch time of New service attachment Date .
endofRoutineFailureAnalysisDate This property is required. String
Date time of end of routinefailure analysis.
endofRoutineFailureAnalysisDateEpoch This property is required. Number
Epoch time of End of Routine Failure Analysis Date.
endofSaleDate This property is required. String
When this hardware will end sale.
endofSaleDateEpoch This property is required. Number
Epoch time of End of Sale Date.
endofSecuritySupport This property is required. String
Date time of end of security support .
endofSecuritySupportEpoch This property is required. Number
Epoch time of End of Security Support Date .
endofServiceContractRenewalDate This property is required. String
Date time of end of service contract renew .
endofServiceContractRenewalDateEpoch This property is required. Number
Epoch time of End of Renewal service contract.
endofSwMaintenanceDate This property is required. String
The date of end of maintainance.
endofSwMaintenanceDateEpoch This property is required. Number
Epoch time of End of maintenance Date.
hardwareEolUrl This property is required. String
Hardware end of sale URL link to the notice webpage.
headline This property is required. String
The title of this hardware end of life notice.
lastDateofSupport This property is required. String
Date time of end of support .
lastDateofSupportEpoch This property is required. Number
Epoch time of last date of support .
lastShipDate This property is required. String
Date time of Lastship Date.
lastShipDateEpoch This property is required. Number
Epoch time of last ship Date.
migrationUrl This property is required. String
The URL of this migration notice.
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
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
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.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetNiaapiDcnmHweolResultAncestor

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

GetNiaapiDcnmHweolResultParent

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

GetNiaapiDcnmHweolResultPermissionResource

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

GetNiaapiDcnmHweolResultTag

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

GetNiaapiDcnmHweolResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetNiaapiDcnmHweolResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetNiaapiDcnmHweolResultVersionContextRefMo>
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. []GetNiaapiDcnmHweolResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetNiaapiDcnmHweolResultVersionContextRefMo
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<GetNiaapiDcnmHweolResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetNiaapiDcnmHweolResultVersionContextRefMo>
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. GetNiaapiDcnmHweolResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetNiaapiDcnmHweolResultVersionContextRefMo[]
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[GetNiaapiDcnmHweolResultVersionContextInterestedMo]
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[GetNiaapiDcnmHweolResultVersionContextRefMo]
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

GetNiaapiDcnmHweolResultVersionContextInterestedMo

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

GetNiaapiDcnmHweolResultVersionContextRefMo

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

GetNiaapiDcnmHweolTag

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.

GetNiaapiDcnmHweolVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name 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<GetNiaapiDcnmHweolVersionContextInterestedMo>
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 GetNiaapiDcnmHweolVersionContextRefMo
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 []GetNiaapiDcnmHweolVersionContextInterestedMo
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 GetNiaapiDcnmHweolVersionContextRefMo
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<GetNiaapiDcnmHweolVersionContextInterestedMo>
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 GetNiaapiDcnmHweolVersionContextRefMo
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 GetNiaapiDcnmHweolVersionContextInterestedMo[]
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 GetNiaapiDcnmHweolVersionContextRefMo
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[GetNiaapiDcnmHweolVersionContextInterestedMo]
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 GetNiaapiDcnmHweolVersionContextRefMo
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.

GetNiaapiDcnmHweolVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as 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'.

GetNiaapiDcnmHweolVersionContextRefMo

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

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

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

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

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

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

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

Package Details

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