intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getNiaapiApicSweol
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
The software end of life notice for APIC.
Using getNiaapiApicSweol
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 getNiaapiApicSweol(args: GetNiaapiApicSweolArgs, opts?: InvokeOptions): Promise<GetNiaapiApicSweolResult>
function getNiaapiApicSweolOutput(args: GetNiaapiApicSweolOutputArgs, opts?: InvokeOptions): Output<GetNiaapiApicSweolResult>def get_niaapi_apic_sweol(account_moid: Optional[str] = None,
                          additional_properties: Optional[str] = None,
                          affected_versions: Optional[str] = None,
                          ancestors: Optional[Sequence[GetNiaapiApicSweolAncestor]] = 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[GetNiaapiApicSweolParent] = None,
                          permission_resources: Optional[Sequence[GetNiaapiApicSweolPermissionResource]] = None,
                          shared_scope: Optional[str] = None,
                          software_eol_url: Optional[str] = None,
                          tags: Optional[Sequence[GetNiaapiApicSweolTag]] = None,
                          version_context: Optional[GetNiaapiApicSweolVersionContext] = None,
                          opts: Optional[InvokeOptions] = None) -> GetNiaapiApicSweolResult
def get_niaapi_apic_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[GetNiaapiApicSweolAncestorArgs]]]] = 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[GetNiaapiApicSweolParentArgs]] = None,
                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiaapiApicSweolPermissionResourceArgs]]]] = None,
                          shared_scope: Optional[pulumi.Input[str]] = None,
                          software_eol_url: Optional[pulumi.Input[str]] = None,
                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiaapiApicSweolTagArgs]]]] = None,
                          version_context: Optional[pulumi.Input[GetNiaapiApicSweolVersionContextArgs]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetNiaapiApicSweolResult]func LookupNiaapiApicSweol(ctx *Context, args *LookupNiaapiApicSweolArgs, opts ...InvokeOption) (*LookupNiaapiApicSweolResult, error)
func LookupNiaapiApicSweolOutput(ctx *Context, args *LookupNiaapiApicSweolOutputArgs, opts ...InvokeOption) LookupNiaapiApicSweolResultOutput> Note: This function is named LookupNiaapiApicSweol in the Go SDK.
public static class GetNiaapiApicSweol 
{
    public static Task<GetNiaapiApicSweolResult> InvokeAsync(GetNiaapiApicSweolArgs args, InvokeOptions? opts = null)
    public static Output<GetNiaapiApicSweolResult> Invoke(GetNiaapiApicSweolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNiaapiApicSweolResult> getNiaapiApicSweol(GetNiaapiApicSweolArgs args, InvokeOptions options)
public static Output<GetNiaapiApicSweolResult> getNiaapiApicSweol(GetNiaapiApicSweolArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getNiaapiApicSweol:getNiaapiApicSweol
  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 Apic 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 Apic Sweol Parent 
- PermissionResources List<GetNiaapi Apic 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 Apic Sweol Tag> 
- VersionContext GetNiaapi Apic 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 Apic 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 Apic Sweol Parent 
- PermissionResources []GetNiaapi Apic 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 Apic Sweol Tag 
- VersionContext GetNiaapi Apic 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 Apic 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 Apic Sweol Parent 
- permissionResources List<GetNiaapi Apic 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 Apic Sweol Tag> 
- versionContext GetNiaapi Apic 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 Apic 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 Apic Sweol Parent 
- permissionResources GetNiaapi Apic 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 Apic Sweol Tag[] 
- versionContext GetNiaapi Apic 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 Apic 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 Apic Sweol Parent 
- permission_resources Sequence[GetNiaapi Apic 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 Apic Sweol Tag] 
- version_context GetNiaapi Apic 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
getNiaapiApicSweol Result
The following output properties are available:
- Id string
- Results
List<GetNiaapi Apic Sweol Result> 
- AccountMoid string
- AdditionalProperties string
- AffectedVersions string
- Ancestors
List<GetNiaapi Apic 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 Apic Sweol Parent 
- PermissionResources List<GetNiaapi Apic Sweol Permission Resource> 
- string
- SoftwareEol stringUrl 
- 
List<GetNiaapi Apic Sweol Tag> 
- VersionContext GetNiaapi Apic Sweol Version Context 
- Id string
- Results
[]GetNiaapi Apic Sweol Result 
- AccountMoid string
- AdditionalProperties string
- AffectedVersions string
- Ancestors
[]GetNiaapi Apic 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 Apic Sweol Parent 
- PermissionResources []GetNiaapi Apic Sweol Permission Resource 
- string
- SoftwareEol stringUrl 
- 
[]GetNiaapi Apic Sweol Tag 
- VersionContext GetNiaapi Apic Sweol Version Context 
- id String
- results
List<GetNiaapi Apic Sweol Result> 
- accountMoid String
- additionalProperties String
- affectedVersions String
- ancestors
List<GetNiaapi Apic 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 Apic Sweol Parent 
- permissionResources List<GetNiaapi Apic Sweol Permission Resource> 
- String
- softwareEol StringUrl 
- 
List<GetNiaapi Apic Sweol Tag> 
- versionContext GetNiaapi Apic Sweol Version Context 
- id string
- results
GetNiaapi Apic Sweol Result[] 
- accountMoid string
- additionalProperties string
- affectedVersions string
- ancestors
GetNiaapi Apic 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 Apic Sweol Parent 
- permissionResources GetNiaapi Apic Sweol Permission Resource[] 
- string
- softwareEol stringUrl 
- 
GetNiaapi Apic Sweol Tag[] 
- versionContext GetNiaapi Apic Sweol Version Context 
- id str
- results
Sequence[GetNiaapi Apic Sweol Result] 
- account_moid str
- additional_properties str
- affected_versions str
- ancestors
Sequence[GetNiaapi Apic 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 Apic Sweol Parent 
- permission_resources Sequence[GetNiaapi Apic Sweol Permission Resource] 
- str
- software_eol_ strurl 
- 
Sequence[GetNiaapi Apic Sweol Tag] 
- version_context GetNiaapi Apic 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
GetNiaapiApicSweolAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetNiaapiApicSweolParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetNiaapiApicSweolPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetNiaapiApicSweolResult    
- 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 Apic 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 Apic Sweol Result Parent> 
- PermissionResources List<GetNiaapi Apic 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 Apic Sweol Result Tag> 
- VersionContexts List<GetNiaapi Apic 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 Apic 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 Apic Sweol Result Parent 
- PermissionResources []GetNiaapi Apic 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 Apic Sweol Result Tag 
- VersionContexts []GetNiaapi Apic 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 Apic 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 Apic Sweol Result Parent> 
- permissionResources List<GetNiaapi Apic 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 Apic Sweol Result Tag> 
- versionContexts List<GetNiaapi Apic 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 Apic 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 Apic Sweol Result Parent[] 
- permissionResources GetNiaapi Apic 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 Apic Sweol Result Tag[] 
- versionContexts GetNiaapi Apic 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 Apic 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 Apic Sweol Result Parent] 
- permission_resources Sequence[GetNiaapi Apic 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 Apic Sweol Result Tag] 
- version_contexts Sequence[GetNiaapi Apic 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>
GetNiaapiApicSweolResultAncestor     
- 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
GetNiaapiApicSweolResultParent     
- 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
GetNiaapiApicSweolResultPermissionResource      
- 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
GetNiaapiApicSweolResultTag     
- 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
GetNiaapiApicSweolResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<GetNiaapi Apic Sweol Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetNiaapi Apic Sweol Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetNiaapi Apic Sweol Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetNiaapi Apic 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
GetNiaapiApicSweolResultVersionContextInterestedMo        
- 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
GetNiaapiApicSweolResultVersionContextRefMo        
- 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
GetNiaapiApicSweolTag    
- 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.
GetNiaapiApicSweolVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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 Apic 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 Apic 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 Apic 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 Apic 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 Apic 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 Apic 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 Apic 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 Apic 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 Apic 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 Apic 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.
 
GetNiaapiApicSweolVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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'.
 
GetNiaapiApicSweolVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of 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