intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getNiatelemetryEpg
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Epg Ancestor> 
- AzurePack doubleCount 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EpgDelimiter doubleCount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- FcNpv doubleCount 
- Number of ports with FC path attribute of type FC.
- FcoeCount double
- Number of FCoE per End Point Group.
- FvRs doubleDom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- Id string
- IntraEpg doubleDvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- IntraEpg stringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- IsAttr stringBased 
- 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.
- MicrosoftUseg doubleCount 
- 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
- OrchslDev doubleVip Cfg Count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- Owners List<string>
- Parent
GetNiatelemetry Epg Parent 
- PermissionResources List<GetNiatelemetry Epg Permission Resource> 
- 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 GetNiatelemetry Epg Registered Device 
- 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.
- 
List<GetNiatelemetry Epg Tag> 
- UsegHyperv doubleCount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- VersionContext GetNiatelemetry Epg Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Epg Ancestor 
- AzurePack float64Count 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EpgDelimiter float64Count 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- FcNpv float64Count 
- Number of ports with FC path attribute of type FC.
- FcoeCount float64
- Number of FCoE per End Point Group.
- FvRs float64Dom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- Id string
- IntraEpg float64Dvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- IntraEpg stringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- IsAttr stringBased 
- 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.
- MicrosoftUseg float64Count 
- 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
- OrchslDev float64Vip Cfg Count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- Owners []string
- Parent
GetNiatelemetry Epg Parent 
- PermissionResources []GetNiatelemetry Epg Permission Resource 
- 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 GetNiatelemetry Epg Registered Device 
- 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.
- 
[]GetNiatelemetry Epg Tag 
- UsegHyperv float64Count 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- VersionContext GetNiatelemetry Epg Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetNiatelemetry Epg Ancestor> 
- azurePack DoubleCount 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- epgDelimiter DoubleCount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- fcNpv DoubleCount 
- Number of ports with FC path attribute of type FC.
- fcoeCount Double
- Number of FCoE per End Point Group.
- fvRs DoubleDom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- id String
- intraEpg DoubleDvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- intraEpg StringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- isAttr StringBased 
- 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.
- microsoftUseg DoubleCount 
- 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
- orchslDev DoubleVip Cfg Count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- owners List<String>
- parent
GetNiatelemetry Epg Parent 
- permissionResources List<GetNiatelemetry Epg Permission Resource> 
- 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 GetNiatelemetry Epg Registered Device 
- 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.
- 
List<GetNiatelemetry Epg Tag> 
- usegHyperv DoubleCount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- versionContext GetNiatelemetry Epg Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetNiatelemetry Epg Ancestor[] 
- azurePack numberCount 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- epgDelimiter numberCount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- fcNpv numberCount 
- Number of ports with FC path attribute of type FC.
- fcoeCount number
- Number of FCoE per End Point Group.
- fvRs numberDom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- id string
- intraEpg numberDvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- intraEpg stringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- isAttr stringBased 
- 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.
- microsoftUseg numberCount 
- 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
- orchslDev numberVip Cfg Count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- owners string[]
- parent
GetNiatelemetry Epg Parent 
- permissionResources GetNiatelemetry Epg Permission Resource[] 
- 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 GetNiatelemetry Epg Registered Device 
- 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.
- 
GetNiatelemetry Epg Tag[] 
- usegHyperv numberCount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- versionContext GetNiatelemetry Epg Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Epg Ancestor] 
- azure_pack_ floatcount 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- epg_delimiter_ floatcount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- fc_npv_ floatcount 
- Number of ports with FC path attribute of type FC.
- fcoe_count float
- Number of FCoE per End Point Group.
- fv_rs_ floatdom_ att_ count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- id str
- intra_epg_ floatdvs_ bm_ count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- intra_epg_ strhyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- is_attr_ strbased 
- 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_ floatcount 
- 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_ floatvip_ cfg_ count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- owners Sequence[str]
- parent
GetNiatelemetry Epg Parent 
- permission_resources Sequence[GetNiatelemetry Epg Permission Resource] 
- 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 GetNiatelemetry Epg Registered Device 
- 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.
- 
Sequence[GetNiatelemetry Epg Tag] 
- useg_hyperv_ floatcount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- version_context GetNiatelemetry Epg Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- azurePack NumberCount 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- epgDelimiter NumberCount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- fcNpv NumberCount 
- Number of ports with FC path attribute of type FC.
- fcoeCount Number
- Number of FCoE per End Point Group.
- fvRs NumberDom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- id String
- intraEpg NumberDvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- intraEpg StringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- isAttr StringBased 
- 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.
- microsoftUseg NumberCount 
- 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
- orchslDev NumberVip Cfg Count 
- 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
- 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.
- List<Property Map>
- usegHyperv NumberCount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- versionContext Property Map
getNiatelemetryEpg Result
The following output properties are available:
- Id string
- Results
List<GetNiatelemetry Epg Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Epg Ancestor> 
- AzurePack doubleCount 
- ClassId string
- CreateTime string
- Dn string
- DomainGroup stringMoid 
- EpgDelimiter doubleCount 
- FcNpv doubleCount 
- FcoeCount double
- FvRs doubleDom Att Count 
- IntraEpg doubleDvs Bm Count 
- IntraEpg stringHyperv 
- IsAttr stringBased 
- Microsegmentation string
- MicrosoftUseg doubleCount 
- ModTime string
- Moid string
- Name string
- ObjectType string
- OrchslDev doubleVip Cfg Count 
- Owners List<string>
- Parent
GetNiatelemetry Epg Parent 
- PermissionResources List<GetNiatelemetry Epg Permission Resource> 
- RecordType string
- RecordVersion string
- RegisteredDevice GetNiatelemetry Epg Registered Device 
- string
- SiteName string
- 
List<GetNiatelemetry Epg Tag> 
- UsegHyperv doubleCount 
- VersionContext GetNiatelemetry Epg Version Context 
- Id string
- Results
[]GetNiatelemetry Epg Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Epg Ancestor 
- AzurePack float64Count 
- ClassId string
- CreateTime string
- Dn string
- DomainGroup stringMoid 
- EpgDelimiter float64Count 
- FcNpv float64Count 
- FcoeCount float64
- FvRs float64Dom Att Count 
- IntraEpg float64Dvs Bm Count 
- IntraEpg stringHyperv 
- IsAttr stringBased 
- Microsegmentation string
- MicrosoftUseg float64Count 
- ModTime string
- Moid string
- Name string
- ObjectType string
- OrchslDev float64Vip Cfg Count 
- Owners []string
- Parent
GetNiatelemetry Epg Parent 
- PermissionResources []GetNiatelemetry Epg Permission Resource 
- RecordType string
- RecordVersion string
- RegisteredDevice GetNiatelemetry Epg Registered Device 
- string
- SiteName string
- 
[]GetNiatelemetry Epg Tag 
- UsegHyperv float64Count 
- VersionContext GetNiatelemetry Epg Version Context 
- id String
- results
List<GetNiatelemetry Epg Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetNiatelemetry Epg Ancestor> 
- azurePack DoubleCount 
- classId String
- createTime String
- dn String
- domainGroup StringMoid 
- epgDelimiter DoubleCount 
- fcNpv DoubleCount 
- fcoeCount Double
- fvRs DoubleDom Att Count 
- intraEpg DoubleDvs Bm Count 
- intraEpg StringHyperv 
- isAttr StringBased 
- microsegmentation String
- microsoftUseg DoubleCount 
- modTime String
- moid String
- name String
- objectType String
- orchslDev DoubleVip Cfg Count 
- owners List<String>
- parent
GetNiatelemetry Epg Parent 
- permissionResources List<GetNiatelemetry Epg Permission Resource> 
- recordType String
- recordVersion String
- registeredDevice GetNiatelemetry Epg Registered Device 
- String
- siteName String
- 
List<GetNiatelemetry Epg Tag> 
- usegHyperv DoubleCount 
- versionContext GetNiatelemetry Epg Version Context 
- id string
- results
GetNiatelemetry Epg Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetNiatelemetry Epg Ancestor[] 
- azurePack numberCount 
- classId string
- createTime string
- dn string
- domainGroup stringMoid 
- epgDelimiter numberCount 
- fcNpv numberCount 
- fcoeCount number
- fvRs numberDom Att Count 
- intraEpg numberDvs Bm Count 
- intraEpg stringHyperv 
- isAttr stringBased 
- microsegmentation string
- microsoftUseg numberCount 
- modTime string
- moid string
- name string
- objectType string
- orchslDev numberVip Cfg Count 
- owners string[]
- parent
GetNiatelemetry Epg Parent 
- permissionResources GetNiatelemetry Epg Permission Resource[] 
- recordType string
- recordVersion string
- registeredDevice GetNiatelemetry Epg Registered Device 
- string
- siteName string
- 
GetNiatelemetry Epg Tag[] 
- usegHyperv numberCount 
- versionContext GetNiatelemetry Epg Version Context 
- id str
- results
Sequence[GetNiatelemetry Epg Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Epg Ancestor] 
- azure_pack_ floatcount 
- class_id str
- create_time str
- dn str
- domain_group_ strmoid 
- epg_delimiter_ floatcount 
- fc_npv_ floatcount 
- fcoe_count float
- fv_rs_ floatdom_ att_ count 
- intra_epg_ floatdvs_ bm_ count 
- intra_epg_ strhyperv 
- is_attr_ strbased 
- microsegmentation str
- microsoft_useg_ floatcount 
- mod_time str
- moid str
- name str
- object_type str
- orchsl_dev_ floatvip_ cfg_ count 
- owners Sequence[str]
- parent
GetNiatelemetry Epg Parent 
- permission_resources Sequence[GetNiatelemetry Epg Permission Resource] 
- record_type str
- record_version str
- registered_device GetNiatelemetry Epg Registered Device 
- str
- site_name str
- 
Sequence[GetNiatelemetry Epg Tag] 
- useg_hyperv_ floatcount 
- version_context GetNiatelemetry Epg Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- azurePack NumberCount 
- classId String
- createTime String
- dn String
- domainGroup StringMoid 
- epgDelimiter NumberCount 
- fcNpv NumberCount 
- fcoeCount Number
- fvRs NumberDom Att Count 
- intraEpg NumberDvs Bm Count 
- intraEpg StringHyperv 
- isAttr StringBased 
- microsegmentation String
- microsoftUseg NumberCount 
- modTime String
- moid String
- name String
- objectType String
- orchslDev NumberVip Cfg Count 
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- recordType String
- recordVersion String
- registeredDevice Property Map
- String
- siteName String
- List<Property Map>
- usegHyperv NumberCount 
- versionContext Property Map
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetNiatelemetryEpgResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Epg Result Ancestor> 
- AzurePack doubleCount 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EpgDelimiter doubleCount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- FcNpv doubleCount 
- Number of ports with FC path attribute of type FC.
- FcoeCount double
- Number of FCoE per End Point Group.
- FvRs doubleDom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- IntraEpg doubleDvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- IntraEpg stringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- IsAttr stringBased 
- 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.
- MicrosoftUseg doubleCount 
- 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
- OrchslDev doubleVip Cfg Count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- Owners List<string>
- Parents
List<GetNiatelemetry Epg Result Parent> 
- PermissionResources List<GetNiatelemetry Epg Result Permission Resource> 
- 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<GetNiatelemetry Epg Result Registered Device> 
- 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.
- 
List<GetNiatelemetry Epg Result Tag> 
- UsegHyperv doubleCount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- VersionContexts List<GetNiatelemetry Epg Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Epg Result Ancestor 
- AzurePack float64Count 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EpgDelimiter float64Count 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- FcNpv float64Count 
- Number of ports with FC path attribute of type FC.
- FcoeCount float64
- Number of FCoE per End Point Group.
- FvRs float64Dom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- IntraEpg float64Dvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- IntraEpg stringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- IsAttr stringBased 
- 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.
- MicrosoftUseg float64Count 
- 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
- OrchslDev float64Vip Cfg Count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- Owners []string
- Parents
[]GetNiatelemetry Epg Result Parent 
- PermissionResources []GetNiatelemetry Epg Result Permission Resource 
- 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 []GetNiatelemetry Epg Result Registered Device 
- 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.
- 
[]GetNiatelemetry Epg Result Tag 
- UsegHyperv float64Count 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- VersionContexts []GetNiatelemetry Epg Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetNiatelemetry Epg Result Ancestor> 
- azurePack DoubleCount 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- epgDelimiter DoubleCount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- fcNpv DoubleCount 
- Number of ports with FC path attribute of type FC.
- fcoeCount Double
- Number of FCoE per End Point Group.
- fvRs DoubleDom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- intraEpg DoubleDvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- intraEpg StringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- isAttr StringBased 
- 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.
- microsoftUseg DoubleCount 
- 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
- orchslDev DoubleVip Cfg Count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- owners List<String>
- parents
List<GetNiatelemetry Epg Result Parent> 
- permissionResources List<GetNiatelemetry Epg Result Permission Resource> 
- 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<GetNiatelemetry Epg Result Registered Device> 
- 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.
- 
List<GetNiatelemetry Epg Result Tag> 
- usegHyperv DoubleCount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- versionContexts List<GetNiatelemetry Epg Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetNiatelemetry Epg Result Ancestor[] 
- azurePack numberCount 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- epgDelimiter numberCount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- fcNpv numberCount 
- Number of ports with FC path attribute of type FC.
- fcoeCount number
- Number of FCoE per End Point Group.
- fvRs numberDom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- intraEpg numberDvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- intraEpg stringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- isAttr stringBased 
- 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.
- microsoftUseg numberCount 
- 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
- orchslDev numberVip Cfg Count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- owners string[]
- parents
GetNiatelemetry Epg Result Parent[] 
- permissionResources GetNiatelemetry Epg Result Permission Resource[] 
- 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 GetNiatelemetry Epg Result Registered Device[] 
- 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.
- 
GetNiatelemetry Epg Result Tag[] 
- usegHyperv numberCount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- versionContexts GetNiatelemetry Epg Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Epg Result Ancestor] 
- azure_pack_ floatcount 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- epg_delimiter_ floatcount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- fc_npv_ floatcount 
- Number of ports with FC path attribute of type FC.
- fcoe_count float
- Number of FCoE per End Point Group.
- fv_rs_ floatdom_ att_ count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- intra_epg_ floatdvs_ bm_ count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- intra_epg_ strhyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- is_attr_ strbased 
- 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_ floatcount 
- 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_ floatvip_ cfg_ count 
- Number of objects with Simplified Service Graph Integration with Windows Azure Pack.
- owners Sequence[str]
- parents
Sequence[GetNiatelemetry Epg Result Parent] 
- permission_resources Sequence[GetNiatelemetry Epg Result Permission Resource] 
- 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[GetNiatelemetry Epg Result Registered Device] 
- 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.
- 
Sequence[GetNiatelemetry Epg Result Tag] 
- useg_hyperv_ floatcount 
- Logical Operators for attribute based microsegmentation in a hypervisor.
- version_contexts Sequence[GetNiatelemetry Epg Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- azurePack NumberCount 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- epgDelimiter NumberCount 
- Number of objects with delimiter value present in EPG Delimiter attribute.
- fcNpv NumberCount 
- Number of ports with FC path attribute of type FC.
- fcoeCount Number
- Number of FCoE per End Point Group.
- fvRs NumberDom Att Count 
- Number of FvRsDomAtt objects per End Point Group with VMware configuration.
- intraEpg NumberDvs Bm Count 
- Intra End Point Group Contract for Distributed Virtual Switch and BM feature usage.
- intraEpg StringHyperv 
- Intra EPG Isolation for Hyper-V, enabled if pcEnfPref attribute is set to enforced.
- isAttr StringBased 
- 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.
- microsoftUseg NumberCount 
- 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
- orchslDev NumberVip Cfg Count 
- 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>
- 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.
- List<Property Map>
- usegHyperv NumberCount 
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetNiatelemetryEpgResultVersionContext     
- additionalProperties String
- classId String
- interestedMos List<GetNiatelemetry Epg Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetNiatelemetry Epg Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetNiatelemetry Epg Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetNiatelemetry Epg Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetNiatelemetry Epg Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNiatelemetry Epg Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetNiatelemetry Epg Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNiatelemetry Epg Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetNiatelemetry Epg Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNiatelemetry Epg Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetNiatelemetry Epg Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNiatelemetry Epg Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetNiatelemetry Epg Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetNiatelemetry Epg Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet