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

intersight.getNiatelemetryEpg

Explore with Pulumi AI

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

    Object is available at End Point Group scope. This currently applies only to the APIC environemt.

    Using getNiatelemetryEpg

    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 getNiatelemetryEpg(args: GetNiatelemetryEpgArgs, opts?: InvokeOptions): Promise<GetNiatelemetryEpgResult>
    function getNiatelemetryEpgOutput(args: GetNiatelemetryEpgOutputArgs, opts?: InvokeOptions): Output<GetNiatelemetryEpgResult>
    def get_niatelemetry_epg(account_moid: Optional[str] = None,
                             additional_properties: Optional[str] = None,
                             ancestors: Optional[Sequence[GetNiatelemetryEpgAncestor]] = None,
                             azure_pack_count: Optional[float] = None,
                             class_id: Optional[str] = None,
                             create_time: Optional[str] = None,
                             dn: Optional[str] = None,
                             domain_group_moid: Optional[str] = None,
                             epg_delimiter_count: Optional[float] = None,
                             fc_npv_count: Optional[float] = None,
                             fcoe_count: Optional[float] = None,
                             fv_rs_dom_att_count: Optional[float] = None,
                             id: Optional[str] = None,
                             intra_epg_dvs_bm_count: Optional[float] = None,
                             intra_epg_hyperv: Optional[str] = None,
                             is_attr_based: Optional[str] = None,
                             microsegmentation: Optional[str] = None,
                             microsoft_useg_count: Optional[float] = None,
                             mod_time: Optional[str] = None,
                             moid: Optional[str] = None,
                             name: Optional[str] = None,
                             object_type: Optional[str] = None,
                             orchsl_dev_vip_cfg_count: Optional[float] = None,
                             owners: Optional[Sequence[str]] = None,
                             parent: Optional[GetNiatelemetryEpgParent] = None,
                             permission_resources: Optional[Sequence[GetNiatelemetryEpgPermissionResource]] = None,
                             record_type: Optional[str] = None,
                             record_version: Optional[str] = None,
                             registered_device: Optional[GetNiatelemetryEpgRegisteredDevice] = None,
                             shared_scope: Optional[str] = None,
                             site_name: Optional[str] = None,
                             tags: Optional[Sequence[GetNiatelemetryEpgTag]] = None,
                             useg_hyperv_count: Optional[float] = None,
                             version_context: Optional[GetNiatelemetryEpgVersionContext] = None,
                             opts: Optional[InvokeOptions] = None) -> GetNiatelemetryEpgResult
    def get_niatelemetry_epg_output(account_moid: Optional[pulumi.Input[str]] = None,
                             additional_properties: Optional[pulumi.Input[str]] = None,
                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryEpgAncestorArgs]]]] = None,
                             azure_pack_count: Optional[pulumi.Input[float]] = None,
                             class_id: Optional[pulumi.Input[str]] = None,
                             create_time: Optional[pulumi.Input[str]] = None,
                             dn: Optional[pulumi.Input[str]] = None,
                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                             epg_delimiter_count: Optional[pulumi.Input[float]] = None,
                             fc_npv_count: Optional[pulumi.Input[float]] = None,
                             fcoe_count: Optional[pulumi.Input[float]] = None,
                             fv_rs_dom_att_count: Optional[pulumi.Input[float]] = None,
                             id: Optional[pulumi.Input[str]] = None,
                             intra_epg_dvs_bm_count: Optional[pulumi.Input[float]] = None,
                             intra_epg_hyperv: Optional[pulumi.Input[str]] = None,
                             is_attr_based: Optional[pulumi.Input[str]] = None,
                             microsegmentation: Optional[pulumi.Input[str]] = None,
                             microsoft_useg_count: Optional[pulumi.Input[float]] = None,
                             mod_time: Optional[pulumi.Input[str]] = None,
                             moid: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             object_type: Optional[pulumi.Input[str]] = None,
                             orchsl_dev_vip_cfg_count: Optional[pulumi.Input[float]] = None,
                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                             parent: Optional[pulumi.Input[GetNiatelemetryEpgParentArgs]] = None,
                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryEpgPermissionResourceArgs]]]] = None,
                             record_type: Optional[pulumi.Input[str]] = None,
                             record_version: Optional[pulumi.Input[str]] = None,
                             registered_device: Optional[pulumi.Input[GetNiatelemetryEpgRegisteredDeviceArgs]] = None,
                             shared_scope: Optional[pulumi.Input[str]] = None,
                             site_name: Optional[pulumi.Input[str]] = None,
                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryEpgTagArgs]]]] = None,
                             useg_hyperv_count: Optional[pulumi.Input[float]] = None,
                             version_context: Optional[pulumi.Input[GetNiatelemetryEpgVersionContextArgs]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetNiatelemetryEpgResult]
    func LookupNiatelemetryEpg(ctx *Context, args *LookupNiatelemetryEpgArgs, opts ...InvokeOption) (*LookupNiatelemetryEpgResult, error)
    func LookupNiatelemetryEpgOutput(ctx *Context, args *LookupNiatelemetryEpgOutputArgs, opts ...InvokeOption) LookupNiatelemetryEpgResultOutput

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

    public static class GetNiatelemetryEpg 
    {
        public static Task<GetNiatelemetryEpgResult> InvokeAsync(GetNiatelemetryEpgArgs args, InvokeOptions? opts = null)
        public static Output<GetNiatelemetryEpgResult> Invoke(GetNiatelemetryEpgInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNiatelemetryEpgResult> getNiatelemetryEpg(GetNiatelemetryEpgArgs args, InvokeOptions options)
    public static Output<GetNiatelemetryEpgResult> getNiatelemetryEpg(GetNiatelemetryEpgArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getNiatelemetryEpg:getNiatelemetryEpg
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetNiatelemetryEpgAncestor>
    AzurePackCount double
    Azure Pack NAT with ASA feature usage.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Dn string
    Dn value for the End Point Groups present.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EpgDelimiterCount double
    Number of objects with delimiter value present in EPG Delimiter attribute.
    FcNpvCount double
    Number of ports with FC path attribute of type FC.
    FcoeCount double
    Number of FCoE per End Point Group.
    FvRsDomAttCount double
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    Id string
    IntraEpgDvsBmCount double
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    IntraEpgHyperv string
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    IsAttrBased string
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    Microsegmentation string
    Gets the state of End Point Groups where microsegmentation is present.
    MicrosoftUsegCount double
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name value for the End Point Groups present.
    ObjectType string
    OrchslDevVipCfgCount double
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    Owners List<string>
    Parent GetNiatelemetryEpgParent
    PermissionResources List<GetNiatelemetryEpgPermissionResource>
    RecordType string
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    RecordVersion string
    Version of record being pushed. This determines what was the API version for data available from the device.
    RegisteredDevice GetNiatelemetryEpgRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SiteName string
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    Tags List<GetNiatelemetryEpgTag>
    UsegHypervCount double
    Logical Operators for attribute based microsegmentation in a hypervisor.
    VersionContext GetNiatelemetryEpgVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetNiatelemetryEpgAncestor
    AzurePackCount float64
    Azure Pack NAT with ASA feature usage.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Dn string
    Dn value for the End Point Groups present.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EpgDelimiterCount float64
    Number of objects with delimiter value present in EPG Delimiter attribute.
    FcNpvCount float64
    Number of ports with FC path attribute of type FC.
    FcoeCount float64
    Number of FCoE per End Point Group.
    FvRsDomAttCount float64
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    Id string
    IntraEpgDvsBmCount float64
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    IntraEpgHyperv string
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    IsAttrBased string
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    Microsegmentation string
    Gets the state of End Point Groups where microsegmentation is present.
    MicrosoftUsegCount float64
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name value for the End Point Groups present.
    ObjectType string
    OrchslDevVipCfgCount float64
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    Owners []string
    Parent GetNiatelemetryEpgParent
    PermissionResources []GetNiatelemetryEpgPermissionResource
    RecordType string
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    RecordVersion string
    Version of record being pushed. This determines what was the API version for data available from the device.
    RegisteredDevice GetNiatelemetryEpgRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SiteName string
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    Tags []GetNiatelemetryEpgTag
    UsegHypervCount float64
    Logical Operators for attribute based microsegmentation in a hypervisor.
    VersionContext GetNiatelemetryEpgVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetNiatelemetryEpgAncestor>
    azurePackCount Double
    Azure Pack NAT with ASA feature usage.
    classId String
    createTime String
    The time when this managed object was created.
    dn String
    Dn value for the End Point Groups present.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    epgDelimiterCount Double
    Number of objects with delimiter value present in EPG Delimiter attribute.
    fcNpvCount Double
    Number of ports with FC path attribute of type FC.
    fcoeCount Double
    Number of FCoE per End Point Group.
    fvRsDomAttCount Double
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    id String
    intraEpgDvsBmCount Double
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    intraEpgHyperv String
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    isAttrBased String
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    microsegmentation String
    Gets the state of End Point Groups where microsegmentation is present.
    microsoftUsegCount Double
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name value for the End Point Groups present.
    objectType String
    orchslDevVipCfgCount Double
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    owners List<String>
    parent GetNiatelemetryEpgParent
    permissionResources List<GetNiatelemetryEpgPermissionResource>
    recordType String
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    recordVersion String
    Version of record being pushed. This determines what was the API version for data available from the device.
    registeredDevice GetNiatelemetryEpgRegisteredDevice
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siteName String
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    tags List<GetNiatelemetryEpgTag>
    usegHypervCount Double
    Logical Operators for attribute based microsegmentation in a hypervisor.
    versionContext GetNiatelemetryEpgVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetNiatelemetryEpgAncestor[]
    azurePackCount number
    Azure Pack NAT with ASA feature usage.
    classId string
    createTime string
    The time when this managed object was created.
    dn string
    Dn value for the End Point Groups present.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    epgDelimiterCount number
    Number of objects with delimiter value present in EPG Delimiter attribute.
    fcNpvCount number
    Number of ports with FC path attribute of type FC.
    fcoeCount number
    Number of FCoE per End Point Group.
    fvRsDomAttCount number
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    id string
    intraEpgDvsBmCount number
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    intraEpgHyperv string
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    isAttrBased string
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    microsegmentation string
    Gets the state of End Point Groups where microsegmentation is present.
    microsoftUsegCount number
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name value for the End Point Groups present.
    objectType string
    orchslDevVipCfgCount number
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    owners string[]
    parent GetNiatelemetryEpgParent
    permissionResources GetNiatelemetryEpgPermissionResource[]
    recordType string
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    recordVersion string
    Version of record being pushed. This determines what was the API version for data available from the device.
    registeredDevice GetNiatelemetryEpgRegisteredDevice
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siteName string
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    tags GetNiatelemetryEpgTag[]
    usegHypervCount number
    Logical Operators for attribute based microsegmentation in a hypervisor.
    versionContext GetNiatelemetryEpgVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetNiatelemetryEpgAncestor]
    azure_pack_count float
    Azure Pack NAT with ASA feature usage.
    class_id str
    create_time str
    The time when this managed object was created.
    dn str
    Dn value for the End Point Groups present.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    epg_delimiter_count float
    Number of objects with delimiter value present in EPG Delimiter attribute.
    fc_npv_count float
    Number of ports with FC path attribute of type FC.
    fcoe_count float
    Number of FCoE per End Point Group.
    fv_rs_dom_att_count float
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    id str
    intra_epg_dvs_bm_count float
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    intra_epg_hyperv str
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    is_attr_based str
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    microsegmentation str
    Gets the state of End Point Groups where microsegmentation is present.
    microsoft_useg_count float
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name value for the End Point Groups present.
    object_type str
    orchsl_dev_vip_cfg_count float
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    owners Sequence[str]
    parent GetNiatelemetryEpgParent
    permission_resources Sequence[GetNiatelemetryEpgPermissionResource]
    record_type str
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    record_version str
    Version of record being pushed. This determines what was the API version for data available from the device.
    registered_device GetNiatelemetryEpgRegisteredDevice
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    site_name str
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    tags Sequence[GetNiatelemetryEpgTag]
    useg_hyperv_count float
    Logical Operators for attribute based microsegmentation in a hypervisor.
    version_context GetNiatelemetryEpgVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    azurePackCount Number
    Azure Pack NAT with ASA feature usage.
    classId String
    createTime String
    The time when this managed object was created.
    dn String
    Dn value for the End Point Groups present.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    epgDelimiterCount Number
    Number of objects with delimiter value present in EPG Delimiter attribute.
    fcNpvCount Number
    Number of ports with FC path attribute of type FC.
    fcoeCount Number
    Number of FCoE per End Point Group.
    fvRsDomAttCount Number
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    id String
    intraEpgDvsBmCount Number
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    intraEpgHyperv String
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    isAttrBased String
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    microsegmentation String
    Gets the state of End Point Groups where microsegmentation is present.
    microsoftUsegCount Number
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name value for the End Point Groups present.
    objectType String
    orchslDevVipCfgCount Number
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    recordType String
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    recordVersion String
    Version of record being pushed. This determines what was the API version for data available from the device.
    registeredDevice Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siteName String
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    tags List<Property Map>
    usegHypervCount Number
    Logical Operators for attribute based microsegmentation in a hypervisor.
    versionContext Property Map

    getNiatelemetryEpg Result

    The following output properties are available:

    Id string
    Results List<GetNiatelemetryEpgResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetNiatelemetryEpgAncestor>
    AzurePackCount double
    ClassId string
    CreateTime string
    Dn string
    DomainGroupMoid string
    EpgDelimiterCount double
    FcNpvCount double
    FcoeCount double
    FvRsDomAttCount double
    IntraEpgDvsBmCount double
    IntraEpgHyperv string
    IsAttrBased string
    Microsegmentation string
    MicrosoftUsegCount double
    ModTime string
    Moid string
    Name string
    ObjectType string
    OrchslDevVipCfgCount double
    Owners List<string>
    Parent GetNiatelemetryEpgParent
    PermissionResources List<GetNiatelemetryEpgPermissionResource>
    RecordType string
    RecordVersion string
    RegisteredDevice GetNiatelemetryEpgRegisteredDevice
    SharedScope string
    SiteName string
    Tags List<GetNiatelemetryEpgTag>
    UsegHypervCount double
    VersionContext GetNiatelemetryEpgVersionContext
    Id string
    Results []GetNiatelemetryEpgResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetNiatelemetryEpgAncestor
    AzurePackCount float64
    ClassId string
    CreateTime string
    Dn string
    DomainGroupMoid string
    EpgDelimiterCount float64
    FcNpvCount float64
    FcoeCount float64
    FvRsDomAttCount float64
    IntraEpgDvsBmCount float64
    IntraEpgHyperv string
    IsAttrBased string
    Microsegmentation string
    MicrosoftUsegCount float64
    ModTime string
    Moid string
    Name string
    ObjectType string
    OrchslDevVipCfgCount float64
    Owners []string
    Parent GetNiatelemetryEpgParent
    PermissionResources []GetNiatelemetryEpgPermissionResource
    RecordType string
    RecordVersion string
    RegisteredDevice GetNiatelemetryEpgRegisteredDevice
    SharedScope string
    SiteName string
    Tags []GetNiatelemetryEpgTag
    UsegHypervCount float64
    VersionContext GetNiatelemetryEpgVersionContext
    id String
    results List<GetNiatelemetryEpgResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetNiatelemetryEpgAncestor>
    azurePackCount Double
    classId String
    createTime String
    dn String
    domainGroupMoid String
    epgDelimiterCount Double
    fcNpvCount Double
    fcoeCount Double
    fvRsDomAttCount Double
    intraEpgDvsBmCount Double
    intraEpgHyperv String
    isAttrBased String
    microsegmentation String
    microsoftUsegCount Double
    modTime String
    moid String
    name String
    objectType String
    orchslDevVipCfgCount Double
    owners List<String>
    parent GetNiatelemetryEpgParent
    permissionResources List<GetNiatelemetryEpgPermissionResource>
    recordType String
    recordVersion String
    registeredDevice GetNiatelemetryEpgRegisteredDevice
    sharedScope String
    siteName String
    tags List<GetNiatelemetryEpgTag>
    usegHypervCount Double
    versionContext GetNiatelemetryEpgVersionContext
    id string
    results GetNiatelemetryEpgResult[]
    accountMoid string
    additionalProperties string
    ancestors GetNiatelemetryEpgAncestor[]
    azurePackCount number
    classId string
    createTime string
    dn string
    domainGroupMoid string
    epgDelimiterCount number
    fcNpvCount number
    fcoeCount number
    fvRsDomAttCount number
    intraEpgDvsBmCount number
    intraEpgHyperv string
    isAttrBased string
    microsegmentation string
    microsoftUsegCount number
    modTime string
    moid string
    name string
    objectType string
    orchslDevVipCfgCount number
    owners string[]
    parent GetNiatelemetryEpgParent
    permissionResources GetNiatelemetryEpgPermissionResource[]
    recordType string
    recordVersion string
    registeredDevice GetNiatelemetryEpgRegisteredDevice
    sharedScope string
    siteName string
    tags GetNiatelemetryEpgTag[]
    usegHypervCount number
    versionContext GetNiatelemetryEpgVersionContext
    id str
    results Sequence[GetNiatelemetryEpgResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetNiatelemetryEpgAncestor]
    azure_pack_count float
    class_id str
    create_time str
    dn str
    domain_group_moid str
    epg_delimiter_count float
    fc_npv_count float
    fcoe_count float
    fv_rs_dom_att_count float
    intra_epg_dvs_bm_count float
    intra_epg_hyperv str
    is_attr_based str
    microsegmentation str
    microsoft_useg_count float
    mod_time str
    moid str
    name str
    object_type str
    orchsl_dev_vip_cfg_count float
    owners Sequence[str]
    parent GetNiatelemetryEpgParent
    permission_resources Sequence[GetNiatelemetryEpgPermissionResource]
    record_type str
    record_version str
    registered_device GetNiatelemetryEpgRegisteredDevice
    shared_scope str
    site_name str
    tags Sequence[GetNiatelemetryEpgTag]
    useg_hyperv_count float
    version_context GetNiatelemetryEpgVersionContext

    Supporting Types

    GetNiatelemetryEpgAncestor

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

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

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

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

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

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

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

    GetNiatelemetryEpgParent

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

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

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

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

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

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

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

    GetNiatelemetryEpgPermissionResource

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

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

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

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

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

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

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

    GetNiatelemetryEpgRegisteredDevice

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

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

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

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

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

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

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

    GetNiatelemetryEpgResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetNiatelemetryEpgResultAncestor>
    AzurePackCount double
    Azure Pack NAT with ASA feature usage.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Dn string
    Dn value for the End Point Groups present.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EpgDelimiterCount double
    Number of objects with delimiter value present in EPG Delimiter attribute.
    FcNpvCount double
    Number of ports with FC path attribute of type FC.
    FcoeCount double
    Number of FCoE per End Point Group.
    FvRsDomAttCount double
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    IntraEpgDvsBmCount double
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    IntraEpgHyperv string
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    IsAttrBased string
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    Microsegmentation string
    Gets the state of End Point Groups where microsegmentation is present.
    MicrosoftUsegCount double
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name value for the End Point Groups present.
    ObjectType string
    OrchslDevVipCfgCount double
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    Owners List<string>
    Parents List<GetNiatelemetryEpgResultParent>
    PermissionResources List<GetNiatelemetryEpgResultPermissionResource>
    RecordType string
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    RecordVersion string
    Version of record being pushed. This determines what was the API version for data available from the device.
    RegisteredDevices List<GetNiatelemetryEpgResultRegisteredDevice>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SiteName string
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    Tags List<GetNiatelemetryEpgResultTag>
    UsegHypervCount double
    Logical Operators for attribute based microsegmentation in a hypervisor.
    VersionContexts List<GetNiatelemetryEpgResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetNiatelemetryEpgResultAncestor
    AzurePackCount float64
    Azure Pack NAT with ASA feature usage.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Dn string
    Dn value for the End Point Groups present.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EpgDelimiterCount float64
    Number of objects with delimiter value present in EPG Delimiter attribute.
    FcNpvCount float64
    Number of ports with FC path attribute of type FC.
    FcoeCount float64
    Number of FCoE per End Point Group.
    FvRsDomAttCount float64
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    IntraEpgDvsBmCount float64
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    IntraEpgHyperv string
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    IsAttrBased string
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    Microsegmentation string
    Gets the state of End Point Groups where microsegmentation is present.
    MicrosoftUsegCount float64
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name value for the End Point Groups present.
    ObjectType string
    OrchslDevVipCfgCount float64
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    Owners []string
    Parents []GetNiatelemetryEpgResultParent
    PermissionResources []GetNiatelemetryEpgResultPermissionResource
    RecordType string
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    RecordVersion string
    Version of record being pushed. This determines what was the API version for data available from the device.
    RegisteredDevices []GetNiatelemetryEpgResultRegisteredDevice
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SiteName string
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    Tags []GetNiatelemetryEpgResultTag
    UsegHypervCount float64
    Logical Operators for attribute based microsegmentation in a hypervisor.
    VersionContexts []GetNiatelemetryEpgResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetNiatelemetryEpgResultAncestor>
    azurePackCount Double
    Azure Pack NAT with ASA feature usage.
    classId String
    createTime String
    The time when this managed object was created.
    dn String
    Dn value for the End Point Groups present.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    epgDelimiterCount Double
    Number of objects with delimiter value present in EPG Delimiter attribute.
    fcNpvCount Double
    Number of ports with FC path attribute of type FC.
    fcoeCount Double
    Number of FCoE per End Point Group.
    fvRsDomAttCount Double
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    intraEpgDvsBmCount Double
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    intraEpgHyperv String
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    isAttrBased String
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    microsegmentation String
    Gets the state of End Point Groups where microsegmentation is present.
    microsoftUsegCount Double
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name value for the End Point Groups present.
    objectType String
    orchslDevVipCfgCount Double
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    owners List<String>
    parents List<GetNiatelemetryEpgResultParent>
    permissionResources List<GetNiatelemetryEpgResultPermissionResource>
    recordType String
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    recordVersion String
    Version of record being pushed. This determines what was the API version for data available from the device.
    registeredDevices List<GetNiatelemetryEpgResultRegisteredDevice>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siteName String
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    tags List<GetNiatelemetryEpgResultTag>
    usegHypervCount Double
    Logical Operators for attribute based microsegmentation in a hypervisor.
    versionContexts List<GetNiatelemetryEpgResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetNiatelemetryEpgResultAncestor[]
    azurePackCount number
    Azure Pack NAT with ASA feature usage.
    classId string
    createTime string
    The time when this managed object was created.
    dn string
    Dn value for the End Point Groups present.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    epgDelimiterCount number
    Number of objects with delimiter value present in EPG Delimiter attribute.
    fcNpvCount number
    Number of ports with FC path attribute of type FC.
    fcoeCount number
    Number of FCoE per End Point Group.
    fvRsDomAttCount number
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    intraEpgDvsBmCount number
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    intraEpgHyperv string
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    isAttrBased string
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    microsegmentation string
    Gets the state of End Point Groups where microsegmentation is present.
    microsoftUsegCount number
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name value for the End Point Groups present.
    objectType string
    orchslDevVipCfgCount number
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    owners string[]
    parents GetNiatelemetryEpgResultParent[]
    permissionResources GetNiatelemetryEpgResultPermissionResource[]
    recordType string
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    recordVersion string
    Version of record being pushed. This determines what was the API version for data available from the device.
    registeredDevices GetNiatelemetryEpgResultRegisteredDevice[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siteName string
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    tags GetNiatelemetryEpgResultTag[]
    usegHypervCount number
    Logical Operators for attribute based microsegmentation in a hypervisor.
    versionContexts GetNiatelemetryEpgResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetNiatelemetryEpgResultAncestor]
    azure_pack_count float
    Azure Pack NAT with ASA feature usage.
    class_id str
    create_time str
    The time when this managed object was created.
    dn str
    Dn value for the End Point Groups present.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    epg_delimiter_count float
    Number of objects with delimiter value present in EPG Delimiter attribute.
    fc_npv_count float
    Number of ports with FC path attribute of type FC.
    fcoe_count float
    Number of FCoE per End Point Group.
    fv_rs_dom_att_count float
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    intra_epg_dvs_bm_count float
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    intra_epg_hyperv str
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    is_attr_based str
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    microsegmentation str
    Gets the state of End Point Groups where microsegmentation is present.
    microsoft_useg_count float
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name value for the End Point Groups present.
    object_type str
    orchsl_dev_vip_cfg_count float
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    owners Sequence[str]
    parents Sequence[GetNiatelemetryEpgResultParent]
    permission_resources Sequence[GetNiatelemetryEpgResultPermissionResource]
    record_type str
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    record_version str
    Version of record being pushed. This determines what was the API version for data available from the device.
    registered_devices Sequence[GetNiatelemetryEpgResultRegisteredDevice]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    site_name str
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    tags Sequence[GetNiatelemetryEpgResultTag]
    useg_hyperv_count float
    Logical Operators for attribute based microsegmentation in a hypervisor.
    version_contexts Sequence[GetNiatelemetryEpgResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    azurePackCount Number
    Azure Pack NAT with ASA feature usage.
    classId String
    createTime String
    The time when this managed object was created.
    dn String
    Dn value for the End Point Groups present.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    epgDelimiterCount Number
    Number of objects with delimiter value present in EPG Delimiter attribute.
    fcNpvCount Number
    Number of ports with FC path attribute of type FC.
    fcoeCount Number
    Number of FCoE per End Point Group.
    fvRsDomAttCount Number
    Number of FvRsDomAtt objects per End Point Group with VMware configuration.
    intraEpgDvsBmCount Number
    Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
    intraEpgHyperv String
    Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
    isAttrBased String
    Gets the state of End Point Groups with isAttrBasedEPg value as configured.
    microsegmentation String
    Gets the state of End Point Groups where microsegmentation is present.
    microsoftUsegCount Number
    Number of FvRsDomAtt objects per End Point Group with Microsoft configuration.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name value for the End Point Groups present.
    objectType String
    orchslDevVipCfgCount Number
    Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    recordType String
    Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
    recordVersion String
    Version of record being pushed. This determines what was the API version for data available from the device.
    registeredDevices List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    siteName String
    The Site name represents an APIC cluster. Service Engine can onboard multiple APIC clusters / sites.
    tags List<Property Map>
    usegHypervCount Number
    Logical Operators for attribute based microsegmentation in a hypervisor.
    versionContexts List<Property Map>

    GetNiatelemetryEpgResultAncestor

    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

    GetNiatelemetryEpgResultParent

    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

    GetNiatelemetryEpgResultPermissionResource

    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

    GetNiatelemetryEpgResultRegisteredDevice

    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

    GetNiatelemetryEpgResultTag

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

    GetNiatelemetryEpgResultVersionContext

    GetNiatelemetryEpgResultVersionContextInterestedMo

    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

    GetNiatelemetryEpgResultVersionContextRefMo

    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

    GetNiatelemetryEpgTag

    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.

    GetNiatelemetryEpgVersionContext

    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<GetNiatelemetryEpgVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNiatelemetryEpgVersionContextRefMo
    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 []GetNiatelemetryEpgVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNiatelemetryEpgVersionContextRefMo
    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<GetNiatelemetryEpgVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNiatelemetryEpgVersionContextRefMo
    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 GetNiatelemetryEpgVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNiatelemetryEpgVersionContextRefMo
    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[GetNiatelemetryEpgVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetNiatelemetryEpgVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetNiatelemetryEpgVersionContextInterestedMo

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

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

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

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

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

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

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

    GetNiatelemetryEpgVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

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