intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getNiaapiDcnmSweol
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The software end of life notice for DCNM.
Using getNiaapiDcnmSweol
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 getNiaapiDcnmSweol(args: GetNiaapiDcnmSweolArgs, opts?: InvokeOptions): Promise<GetNiaapiDcnmSweolResult>
function getNiaapiDcnmSweolOutput(args: GetNiaapiDcnmSweolOutputArgs, opts?: InvokeOptions): Output<GetNiaapiDcnmSweolResult>def get_niaapi_dcnm_sweol(account_moid: Optional[str] = None,
                          additional_properties: Optional[str] = None,
                          affected_versions: Optional[str] = None,
                          ancestors: Optional[Sequence[GetNiaapiDcnmSweolAncestor]] = 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_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,
                          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[GetNiaapiDcnmSweolParent] = None,
                          permission_resources: Optional[Sequence[GetNiaapiDcnmSweolPermissionResource]] = None,
                          shared_scope: Optional[str] = None,
                          software_eol_url: Optional[str] = None,
                          tags: Optional[Sequence[GetNiaapiDcnmSweolTag]] = None,
                          version_context: Optional[GetNiaapiDcnmSweolVersionContext] = None,
                          opts: Optional[InvokeOptions] = None) -> GetNiaapiDcnmSweolResult
def get_niaapi_dcnm_sweol_output(account_moid: Optional[pulumi.Input[str]] = None,
                          additional_properties: Optional[pulumi.Input[str]] = None,
                          affected_versions: Optional[pulumi.Input[str]] = None,
                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiaapiDcnmSweolAncestorArgs]]]] = 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_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,
                          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[GetNiaapiDcnmSweolParentArgs]] = None,
                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiaapiDcnmSweolPermissionResourceArgs]]]] = None,
                          shared_scope: Optional[pulumi.Input[str]] = None,
                          software_eol_url: Optional[pulumi.Input[str]] = None,
                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiaapiDcnmSweolTagArgs]]]] = None,
                          version_context: Optional[pulumi.Input[GetNiaapiDcnmSweolVersionContextArgs]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetNiaapiDcnmSweolResult]func LookupNiaapiDcnmSweol(ctx *Context, args *LookupNiaapiDcnmSweolArgs, opts ...InvokeOption) (*LookupNiaapiDcnmSweolResult, error)
func LookupNiaapiDcnmSweolOutput(ctx *Context, args *LookupNiaapiDcnmSweolOutputArgs, opts ...InvokeOption) LookupNiaapiDcnmSweolResultOutput> Note: This function is named LookupNiaapiDcnmSweol in the Go SDK.
public static class GetNiaapiDcnmSweol 
{
    public static Task<GetNiaapiDcnmSweolResult> InvokeAsync(GetNiaapiDcnmSweolArgs args, InvokeOptions? opts = null)
    public static Output<GetNiaapiDcnmSweolResult> Invoke(GetNiaapiDcnmSweolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNiaapiDcnmSweolResult> getNiaapiDcnmSweol(GetNiaapiDcnmSweolArgs args, InvokeOptions options)
public static Output<GetNiaapiDcnmSweolResult> getNiaapiDcnmSweol(GetNiaapiDcnmSweolArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getNiaapiDcnmSweol:getNiaapiDcnmSweol
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AffectedVersions string
- String contains the Release versions affected by this notice, seperated by comma.
- Ancestors
List<GetNiaapi Dcnm Sweol Ancestor> 
- AnnouncementDate string
- Date time of this notice Announced.
- AnnouncementDate doubleEpoch 
- Epoch time of this notice Announced.
- BulletinNo string
- The bulletinno of this software release end of life notice.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The description of this software release end of life notice.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndofNew stringService Attachment Date 
- Date time of End of New service attachment .
- EndofNew doubleService Attachment Date Epoch 
- Epoch time of End of New service attachment .
- EndofService stringContract Renewal Date 
- Date time of End of Renewal of service contract .
- EndofService doubleContract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- EndofSw stringMaintenance Date 
- Date time of End of Maintenance.
- EndofSw doubleMaintenance Date Epoch 
- Epoch time of End of Maintenance.
- Headline string
- The title of this software release end of life notice.
- Id string
- LastDateof stringSupport 
- Date time of Last day of Support .
- LastDateof doubleSupport Epoch 
- Epoch time of Last day of Support .
- LastShip stringDate 
- Date time of Lastship Date.
- LastShip doubleDate Epoch 
- Epoch time of Lastship 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
GetNiaapi Dcnm Sweol Parent 
- PermissionResources List<GetNiaapi Dcnm Sweol Permission Resource> 
- 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.
- SoftwareEol stringUrl 
- Software end of life notice URL link to the notice webpage.
- 
List<GetNiaapi Dcnm Sweol Tag> 
- VersionContext GetNiaapi Dcnm Sweol Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AffectedVersions string
- String contains the Release versions affected by this notice, seperated by comma.
- Ancestors
[]GetNiaapi Dcnm Sweol Ancestor 
- AnnouncementDate string
- Date time of this notice Announced.
- AnnouncementDate float64Epoch 
- Epoch time of this notice Announced.
- BulletinNo string
- The bulletinno of this software release end of life notice.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The description of this software release end of life notice.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndofNew stringService Attachment Date 
- Date time of End of New service attachment .
- EndofNew float64Service Attachment Date Epoch 
- Epoch time of End of New service attachment .
- EndofService stringContract Renewal Date 
- Date time of End of Renewal of service contract .
- EndofService float64Contract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- EndofSw stringMaintenance Date 
- Date time of End of Maintenance.
- EndofSw float64Maintenance Date Epoch 
- Epoch time of End of Maintenance.
- Headline string
- The title of this software release end of life notice.
- Id string
- LastDateof stringSupport 
- Date time of Last day of Support .
- LastDateof float64Support Epoch 
- Epoch time of Last day of Support .
- LastShip stringDate 
- Date time of Lastship Date.
- LastShip float64Date Epoch 
- Epoch time of Lastship 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
GetNiaapi Dcnm Sweol Parent 
- PermissionResources []GetNiaapi Dcnm Sweol Permission Resource 
- 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.
- SoftwareEol stringUrl 
- Software end of life notice URL link to the notice webpage.
- 
[]GetNiaapi Dcnm Sweol Tag 
- VersionContext GetNiaapi Dcnm Sweol Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- affectedVersions String
- String contains the Release versions affected by this notice, seperated by comma.
- ancestors
List<GetNiaapi Dcnm Sweol Ancestor> 
- announcementDate String
- Date time of this notice Announced.
- announcementDate DoubleEpoch 
- Epoch time of this notice Announced.
- bulletinNo String
- The bulletinno of this software release end of life notice.
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The description of this software release end of life notice.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endofNew StringService Attachment Date 
- Date time of End of New service attachment .
- endofNew DoubleService Attachment Date Epoch 
- Epoch time of End of New service attachment .
- endofService StringContract Renewal Date 
- Date time of End of Renewal of service contract .
- endofService DoubleContract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- endofSw StringMaintenance Date 
- Date time of End of Maintenance.
- endofSw DoubleMaintenance Date Epoch 
- Epoch time of End of Maintenance.
- headline String
- The title of this software release end of life notice.
- id String
- lastDateof StringSupport 
- Date time of Last day of Support .
- lastDateof DoubleSupport Epoch 
- Epoch time of Last day of Support .
- lastShip StringDate 
- Date time of Lastship Date.
- lastShip DoubleDate Epoch 
- Epoch time of Lastship 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
GetNiaapi Dcnm Sweol Parent 
- permissionResources List<GetNiaapi Dcnm Sweol Permission Resource> 
- 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.
- softwareEol StringUrl 
- Software end of life notice URL link to the notice webpage.
- 
List<GetNiaapi Dcnm Sweol Tag> 
- versionContext GetNiaapi Dcnm Sweol Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- affectedVersions string
- String contains the Release versions affected by this notice, seperated by comma.
- ancestors
GetNiaapi Dcnm Sweol Ancestor[] 
- announcementDate string
- Date time of this notice Announced.
- announcementDate numberEpoch 
- Epoch time of this notice Announced.
- bulletinNo string
- The bulletinno of this software release end of life notice.
- classId string
- createTime string
- The time when this managed object was created.
- description string
- The description of this software release end of life notice.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endofNew stringService Attachment Date 
- Date time of End of New service attachment .
- endofNew numberService Attachment Date Epoch 
- Epoch time of End of New service attachment .
- endofService stringContract Renewal Date 
- Date time of End of Renewal of service contract .
- endofService numberContract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- endofSw stringMaintenance Date 
- Date time of End of Maintenance.
- endofSw numberMaintenance Date Epoch 
- Epoch time of End of Maintenance.
- headline string
- The title of this software release end of life notice.
- id string
- lastDateof stringSupport 
- Date time of Last day of Support .
- lastDateof numberSupport Epoch 
- Epoch time of Last day of Support .
- lastShip stringDate 
- Date time of Lastship Date.
- lastShip numberDate Epoch 
- Epoch time of Lastship 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
GetNiaapi Dcnm Sweol Parent 
- permissionResources GetNiaapi Dcnm Sweol Permission Resource[] 
- 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.
- softwareEol stringUrl 
- Software end of life notice URL link to the notice webpage.
- 
GetNiaapi Dcnm Sweol Tag[] 
- versionContext GetNiaapi Dcnm Sweol Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- affected_versions str
- String contains the Release versions affected by this notice, seperated by comma.
- ancestors
Sequence[GetNiaapi Dcnm Sweol Ancestor] 
- announcement_date str
- Date time of this notice Announced.
- announcement_date_ floatepoch 
- Epoch time of this notice Announced.
- bulletin_no str
- The bulletinno of this software release end of life notice.
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- The description of this software release end of life notice.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- endof_new_ strservice_ attachment_ date 
- Date time of End of New service attachment .
- endof_new_ floatservice_ attachment_ date_ epoch 
- Epoch time of End of New service attachment .
- endof_service_ strcontract_ renewal_ date 
- Date time of End of Renewal of service contract .
- endof_service_ floatcontract_ renewal_ date_ epoch 
- Epoch time of End of Renewal of service contract .
- endof_sw_ strmaintenance_ date 
- Date time of End of Maintenance.
- endof_sw_ floatmaintenance_ date_ epoch 
- Epoch time of End of Maintenance.
- headline str
- The title of this software release end of life notice.
- id str
- last_dateof_ strsupport 
- Date time of Last day of Support .
- last_dateof_ floatsupport_ epoch 
- Epoch time of Last day of Support .
- last_ship_ strdate 
- Date time of Lastship Date.
- last_ship_ floatdate_ epoch 
- Epoch time of Lastship 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
GetNiaapi Dcnm Sweol Parent 
- permission_resources Sequence[GetNiaapi Dcnm Sweol Permission Resource] 
- 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.
- software_eol_ strurl 
- Software end of life notice URL link to the notice webpage.
- 
Sequence[GetNiaapi Dcnm Sweol Tag] 
- version_context GetNiaapi Dcnm Sweol Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- affectedVersions String
- String contains the Release versions affected by this notice, seperated by comma.
- ancestors List<Property Map>
- announcementDate String
- Date time of this notice Announced.
- announcementDate NumberEpoch 
- Epoch time of this notice Announced.
- bulletinNo String
- The bulletinno of this software release end of life notice.
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The description of this software release end of life notice.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endofNew StringService Attachment Date 
- Date time of End of New service attachment .
- endofNew NumberService Attachment Date Epoch 
- Epoch time of End of New service attachment .
- endofService StringContract Renewal Date 
- Date time of End of Renewal of service contract .
- endofService NumberContract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- endofSw StringMaintenance Date 
- Date time of End of Maintenance.
- endofSw NumberMaintenance Date Epoch 
- Epoch time of End of Maintenance.
- headline String
- The title of this software release end of life notice.
- id String
- lastDateof StringSupport 
- Date time of Last day of Support .
- lastDateof NumberSupport Epoch 
- Epoch time of Last day of Support .
- lastShip StringDate 
- Date time of Lastship Date.
- lastShip NumberDate Epoch 
- Epoch time of Lastship 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>
- 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.
- softwareEol StringUrl 
- Software end of life notice URL link to the notice webpage.
- List<Property Map>
- versionContext Property Map
getNiaapiDcnmSweol Result
The following output properties are available:
- Id string
- Results
List<GetNiaapi Dcnm Sweol Result> 
- AccountMoid string
- AdditionalProperties string
- AffectedVersions string
- Ancestors
List<GetNiaapi Dcnm Sweol Ancestor> 
- AnnouncementDate string
- AnnouncementDate doubleEpoch 
- BulletinNo string
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EndofNew stringService Attachment Date 
- EndofNew doubleService Attachment Date Epoch 
- EndofService stringContract Renewal Date 
- EndofService doubleContract Renewal Date Epoch 
- EndofSw stringMaintenance Date 
- EndofSw doubleMaintenance Date Epoch 
- Headline string
- LastDateof stringSupport 
- LastDateof doubleSupport Epoch 
- LastShip stringDate 
- LastShip doubleDate Epoch 
- MigrationUrl string
- ModTime string
- Moid string
- ObjectType string
- Owners List<string>
- Parent
GetNiaapi Dcnm Sweol Parent 
- PermissionResources List<GetNiaapi Dcnm Sweol Permission Resource> 
- string
- SoftwareEol stringUrl 
- 
List<GetNiaapi Dcnm Sweol Tag> 
- VersionContext GetNiaapi Dcnm Sweol Version Context 
- Id string
- Results
[]GetNiaapi Dcnm Sweol Result 
- AccountMoid string
- AdditionalProperties string
- AffectedVersions string
- Ancestors
[]GetNiaapi Dcnm Sweol Ancestor 
- AnnouncementDate string
- AnnouncementDate float64Epoch 
- BulletinNo string
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EndofNew stringService Attachment Date 
- EndofNew float64Service Attachment Date Epoch 
- EndofService stringContract Renewal Date 
- EndofService float64Contract Renewal Date Epoch 
- EndofSw stringMaintenance Date 
- EndofSw float64Maintenance Date Epoch 
- Headline string
- LastDateof stringSupport 
- LastDateof float64Support Epoch 
- LastShip stringDate 
- LastShip float64Date Epoch 
- MigrationUrl string
- ModTime string
- Moid string
- ObjectType string
- Owners []string
- Parent
GetNiaapi Dcnm Sweol Parent 
- PermissionResources []GetNiaapi Dcnm Sweol Permission Resource 
- string
- SoftwareEol stringUrl 
- 
[]GetNiaapi Dcnm Sweol Tag 
- VersionContext GetNiaapi Dcnm Sweol Version Context 
- id String
- results
List<GetNiaapi Dcnm Sweol Result> 
- accountMoid String
- additionalProperties String
- affectedVersions String
- ancestors
List<GetNiaapi Dcnm Sweol Ancestor> 
- announcementDate String
- announcementDate DoubleEpoch 
- bulletinNo String
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- endofNew StringService Attachment Date 
- endofNew DoubleService Attachment Date Epoch 
- endofService StringContract Renewal Date 
- endofService DoubleContract Renewal Date Epoch 
- endofSw StringMaintenance Date 
- endofSw DoubleMaintenance Date Epoch 
- headline String
- lastDateof StringSupport 
- lastDateof DoubleSupport Epoch 
- lastShip StringDate 
- lastShip DoubleDate Epoch 
- migrationUrl String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent
GetNiaapi Dcnm Sweol Parent 
- permissionResources List<GetNiaapi Dcnm Sweol Permission Resource> 
- String
- softwareEol StringUrl 
- 
List<GetNiaapi Dcnm Sweol Tag> 
- versionContext GetNiaapi Dcnm Sweol Version Context 
- id string
- results
GetNiaapi Dcnm Sweol Result[] 
- accountMoid string
- additionalProperties string
- affectedVersions string
- ancestors
GetNiaapi Dcnm Sweol Ancestor[] 
- announcementDate string
- announcementDate numberEpoch 
- bulletinNo string
- classId string
- createTime string
- description string
- domainGroup stringMoid 
- endofNew stringService Attachment Date 
- endofNew numberService Attachment Date Epoch 
- endofService stringContract Renewal Date 
- endofService numberContract Renewal Date Epoch 
- endofSw stringMaintenance Date 
- endofSw numberMaintenance Date Epoch 
- headline string
- lastDateof stringSupport 
- lastDateof numberSupport Epoch 
- lastShip stringDate 
- lastShip numberDate Epoch 
- migrationUrl string
- modTime string
- moid string
- objectType string
- owners string[]
- parent
GetNiaapi Dcnm Sweol Parent 
- permissionResources GetNiaapi Dcnm Sweol Permission Resource[] 
- string
- softwareEol stringUrl 
- 
GetNiaapi Dcnm Sweol Tag[] 
- versionContext GetNiaapi Dcnm Sweol Version Context 
- id str
- results
Sequence[GetNiaapi Dcnm Sweol Result] 
- account_moid str
- additional_properties str
- affected_versions str
- ancestors
Sequence[GetNiaapi Dcnm Sweol Ancestor] 
- announcement_date str
- announcement_date_ floatepoch 
- bulletin_no str
- class_id str
- create_time str
- description str
- domain_group_ strmoid 
- endof_new_ strservice_ attachment_ date 
- endof_new_ floatservice_ attachment_ date_ epoch 
- endof_service_ strcontract_ renewal_ date 
- endof_service_ floatcontract_ renewal_ date_ epoch 
- endof_sw_ strmaintenance_ date 
- endof_sw_ floatmaintenance_ date_ epoch 
- headline str
- last_dateof_ strsupport 
- last_dateof_ floatsupport_ epoch 
- last_ship_ strdate 
- last_ship_ floatdate_ epoch 
- migration_url str
- mod_time str
- moid str
- object_type str
- owners Sequence[str]
- parent
GetNiaapi Dcnm Sweol Parent 
- permission_resources Sequence[GetNiaapi Dcnm Sweol Permission Resource] 
- str
- software_eol_ strurl 
- 
Sequence[GetNiaapi Dcnm Sweol Tag] 
- version_context GetNiaapi Dcnm Sweol Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- affectedVersions String
- ancestors List<Property Map>
- announcementDate String
- announcementDate NumberEpoch 
- bulletinNo String
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- endofNew StringService Attachment Date 
- endofNew NumberService Attachment Date Epoch 
- endofService StringContract Renewal Date 
- endofService NumberContract Renewal Date Epoch 
- endofSw StringMaintenance Date 
- endofSw NumberMaintenance Date Epoch 
- headline String
- lastDateof StringSupport 
- lastDateof NumberSupport Epoch 
- lastShip StringDate 
- lastShip NumberDate Epoch 
- migrationUrl String
- modTime String
- moid String
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- softwareEol StringUrl 
- List<Property Map>
- versionContext Property Map
Supporting Types
GetNiaapiDcnmSweolAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNiaapiDcnmSweolParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNiaapiDcnmSweolPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNiaapiDcnmSweolResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AffectedVersions string
- String contains the Release versions affected by this notice, seperated by comma.
- Ancestors
List<GetNiaapi Dcnm Sweol Result Ancestor> 
- AnnouncementDate string
- Date time of this notice Announced.
- AnnouncementDate doubleEpoch 
- Epoch time of this notice Announced.
- BulletinNo string
- The bulletinno of this software release end of life notice.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The description of this software release end of life notice.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndofNew stringService Attachment Date 
- Date time of End of New service attachment .
- EndofNew doubleService Attachment Date Epoch 
- Epoch time of End of New service attachment .
- EndofService stringContract Renewal Date 
- Date time of End of Renewal of service contract .
- EndofService doubleContract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- EndofSw stringMaintenance Date 
- Date time of End of Maintenance.
- EndofSw doubleMaintenance Date Epoch 
- Epoch time of End of Maintenance.
- Headline string
- The title of this software release end of life notice.
- LastDateof stringSupport 
- Date time of Last day of Support .
- LastDateof doubleSupport Epoch 
- Epoch time of Last day of Support .
- LastShip stringDate 
- Date time of Lastship Date.
- LastShip doubleDate Epoch 
- Epoch time of Lastship 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>
- Parents
List<GetNiaapi Dcnm Sweol Result Parent> 
- PermissionResources List<GetNiaapi Dcnm Sweol Result Permission Resource> 
- 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.
- SoftwareEol stringUrl 
- Software end of life notice URL link to the notice webpage.
- 
List<GetNiaapi Dcnm Sweol Result Tag> 
- VersionContexts List<GetNiaapi Dcnm Sweol Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AffectedVersions string
- String contains the Release versions affected by this notice, seperated by comma.
- Ancestors
[]GetNiaapi Dcnm Sweol Result Ancestor 
- AnnouncementDate string
- Date time of this notice Announced.
- AnnouncementDate float64Epoch 
- Epoch time of this notice Announced.
- BulletinNo string
- The bulletinno of this software release end of life notice.
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- The description of this software release end of life notice.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EndofNew stringService Attachment Date 
- Date time of End of New service attachment .
- EndofNew float64Service Attachment Date Epoch 
- Epoch time of End of New service attachment .
- EndofService stringContract Renewal Date 
- Date time of End of Renewal of service contract .
- EndofService float64Contract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- EndofSw stringMaintenance Date 
- Date time of End of Maintenance.
- EndofSw float64Maintenance Date Epoch 
- Epoch time of End of Maintenance.
- Headline string
- The title of this software release end of life notice.
- LastDateof stringSupport 
- Date time of Last day of Support .
- LastDateof float64Support Epoch 
- Epoch time of Last day of Support .
- LastShip stringDate 
- Date time of Lastship Date.
- LastShip float64Date Epoch 
- Epoch time of Lastship 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
- Parents
[]GetNiaapi Dcnm Sweol Result Parent 
- PermissionResources []GetNiaapi Dcnm Sweol Result Permission Resource 
- 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.
- SoftwareEol stringUrl 
- Software end of life notice URL link to the notice webpage.
- 
[]GetNiaapi Dcnm Sweol Result Tag 
- VersionContexts []GetNiaapi Dcnm Sweol Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- affectedVersions String
- String contains the Release versions affected by this notice, seperated by comma.
- ancestors
List<GetNiaapi Dcnm Sweol Result Ancestor> 
- announcementDate String
- Date time of this notice Announced.
- announcementDate DoubleEpoch 
- Epoch time of this notice Announced.
- bulletinNo String
- The bulletinno of this software release end of life notice.
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The description of this software release end of life notice.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endofNew StringService Attachment Date 
- Date time of End of New service attachment .
- endofNew DoubleService Attachment Date Epoch 
- Epoch time of End of New service attachment .
- endofService StringContract Renewal Date 
- Date time of End of Renewal of service contract .
- endofService DoubleContract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- endofSw StringMaintenance Date 
- Date time of End of Maintenance.
- endofSw DoubleMaintenance Date Epoch 
- Epoch time of End of Maintenance.
- headline String
- The title of this software release end of life notice.
- lastDateof StringSupport 
- Date time of Last day of Support .
- lastDateof DoubleSupport Epoch 
- Epoch time of Last day of Support .
- lastShip StringDate 
- Date time of Lastship Date.
- lastShip DoubleDate Epoch 
- Epoch time of Lastship 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>
- parents
List<GetNiaapi Dcnm Sweol Result Parent> 
- permissionResources List<GetNiaapi Dcnm Sweol Result Permission Resource> 
- 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.
- softwareEol StringUrl 
- Software end of life notice URL link to the notice webpage.
- 
List<GetNiaapi Dcnm Sweol Result Tag> 
- versionContexts List<GetNiaapi Dcnm Sweol Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- affectedVersions string
- String contains the Release versions affected by this notice, seperated by comma.
- ancestors
GetNiaapi Dcnm Sweol Result Ancestor[] 
- announcementDate string
- Date time of this notice Announced.
- announcementDate numberEpoch 
- Epoch time of this notice Announced.
- bulletinNo string
- The bulletinno of this software release end of life notice.
- classId string
- createTime string
- The time when this managed object was created.
- description string
- The description of this software release end of life notice.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- endofNew stringService Attachment Date 
- Date time of End of New service attachment .
- endofNew numberService Attachment Date Epoch 
- Epoch time of End of New service attachment .
- endofService stringContract Renewal Date 
- Date time of End of Renewal of service contract .
- endofService numberContract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- endofSw stringMaintenance Date 
- Date time of End of Maintenance.
- endofSw numberMaintenance Date Epoch 
- Epoch time of End of Maintenance.
- headline string
- The title of this software release end of life notice.
- lastDateof stringSupport 
- Date time of Last day of Support .
- lastDateof numberSupport Epoch 
- Epoch time of Last day of Support .
- lastShip stringDate 
- Date time of Lastship Date.
- lastShip numberDate Epoch 
- Epoch time of Lastship 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[]
- parents
GetNiaapi Dcnm Sweol Result Parent[] 
- permissionResources GetNiaapi Dcnm Sweol Result Permission Resource[] 
- 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.
- softwareEol stringUrl 
- Software end of life notice URL link to the notice webpage.
- 
GetNiaapi Dcnm Sweol Result Tag[] 
- versionContexts GetNiaapi Dcnm Sweol Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- affected_versions str
- String contains the Release versions affected by this notice, seperated by comma.
- ancestors
Sequence[GetNiaapi Dcnm Sweol Result Ancestor] 
- announcement_date str
- Date time of this notice Announced.
- announcement_date_ floatepoch 
- Epoch time of this notice Announced.
- bulletin_no str
- The bulletinno of this software release end of life notice.
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- The description of this software release end of life notice.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- endof_new_ strservice_ attachment_ date 
- Date time of End of New service attachment .
- endof_new_ floatservice_ attachment_ date_ epoch 
- Epoch time of End of New service attachment .
- endof_service_ strcontract_ renewal_ date 
- Date time of End of Renewal of service contract .
- endof_service_ floatcontract_ renewal_ date_ epoch 
- Epoch time of End of Renewal of service contract .
- endof_sw_ strmaintenance_ date 
- Date time of End of Maintenance.
- endof_sw_ floatmaintenance_ date_ epoch 
- Epoch time of End of Maintenance.
- headline str
- The title of this software release end of life notice.
- last_dateof_ strsupport 
- Date time of Last day of Support .
- last_dateof_ floatsupport_ epoch 
- Epoch time of Last day of Support .
- last_ship_ strdate 
- Date time of Lastship Date.
- last_ship_ floatdate_ epoch 
- Epoch time of Lastship 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]
- parents
Sequence[GetNiaapi Dcnm Sweol Result Parent] 
- permission_resources Sequence[GetNiaapi Dcnm Sweol Result Permission Resource] 
- 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.
- software_eol_ strurl 
- Software end of life notice URL link to the notice webpage.
- 
Sequence[GetNiaapi Dcnm Sweol Result Tag] 
- version_contexts Sequence[GetNiaapi Dcnm Sweol Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- affectedVersions String
- String contains the Release versions affected by this notice, seperated by comma.
- ancestors List<Property Map>
- announcementDate String
- Date time of this notice Announced.
- announcementDate NumberEpoch 
- Epoch time of this notice Announced.
- bulletinNo String
- The bulletinno of this software release end of life notice.
- classId String
- createTime String
- The time when this managed object was created.
- description String
- The description of this software release end of life notice.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- endofNew StringService Attachment Date 
- Date time of End of New service attachment .
- endofNew NumberService Attachment Date Epoch 
- Epoch time of End of New service attachment .
- endofService StringContract Renewal Date 
- Date time of End of Renewal of service contract .
- endofService NumberContract Renewal Date Epoch 
- Epoch time of End of Renewal of service contract .
- endofSw StringMaintenance Date 
- Date time of End of Maintenance.
- endofSw NumberMaintenance Date Epoch 
- Epoch time of End of Maintenance.
- headline String
- The title of this software release end of life notice.
- lastDateof StringSupport 
- Date time of Last day of Support .
- lastDateof NumberSupport Epoch 
- Epoch time of Last day of Support .
- lastShip StringDate 
- Date time of Lastship Date.
- lastShip NumberDate Epoch 
- Epoch time of Lastship 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>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- softwareEol StringUrl 
- Software end of life notice URL link to the notice webpage.
- List<Property Map>
- versionContexts List<Property Map>
GetNiaapiDcnmSweolResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiaapiDcnmSweolResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiaapiDcnmSweolResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiaapiDcnmSweolResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetNiaapiDcnmSweolResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<GetNiaapi Dcnm Sweol Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetNiaapi Dcnm Sweol Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetNiaapi Dcnm Sweol Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetNiaapi Dcnm Sweol Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetNiaapiDcnmSweolResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiaapiDcnmSweolResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetNiaapiDcnmSweolTag    
- 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.
GetNiaapiDcnmSweolVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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<GetNiaapi Dcnm Sweol Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNiaapi Dcnm Sweol Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetNiaapi Dcnm Sweol Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNiaapi Dcnm Sweol Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetNiaapi Dcnm Sweol Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNiaapi Dcnm Sweol Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetNiaapi Dcnm Sweol Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNiaapi Dcnm Sweol Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetNiaapi Dcnm Sweol Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetNiaapi Dcnm Sweol Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetNiaapiDcnmSweolVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNiaapiDcnmSweolVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet