intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getNiatelemetryNiaInventory
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Inventory object available per device scope. This common object holds a device level information.
Using getNiatelemetryNiaInventory
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 getNiatelemetryNiaInventory(args: GetNiatelemetryNiaInventoryArgs, opts?: InvokeOptions): Promise<GetNiatelemetryNiaInventoryResult>
function getNiatelemetryNiaInventoryOutput(args: GetNiatelemetryNiaInventoryOutputArgs, opts?: InvokeOptions): Output<GetNiatelemetryNiaInventoryResult>def get_niatelemetry_nia_inventory(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetNiatelemetryNiaInventoryAncestor]] = None,
                                   class_id: Optional[str] = None,
                                   controller_ip_address: Optional[str] = None,
                                   cpu: Optional[float] = None,
                                   crash_reset_logs: Optional[str] = None,
                                   create_time: Optional[str] = None,
                                   customer_device_connector: Optional[str] = None,
                                   dcnm_fan_details: Optional[Sequence[GetNiatelemetryNiaInventoryDcnmFanDetail]] = None,
                                   dcnm_license_state: Optional[str] = None,
                                   device_discovery: Optional[str] = None,
                                   device_health: Optional[float] = None,
                                   device_id: Optional[str] = None,
                                   device_name: Optional[str] = None,
                                   device_type: Optional[str] = None,
                                   device_up_time: Optional[float] = None,
                                   disk: Optional[GetNiatelemetryNiaInventoryDisk] = None,
                                   dn: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   fabric_name: Optional[str] = None,
                                   fex_count: Optional[float] = None,
                                   id: Optional[str] = None,
                                   infra_wi_node_count: Optional[float] = None,
                                   interfaces: Optional[Sequence[GetNiatelemetryNiaInventoryInterface]] = None,
                                   ip_address: Optional[str] = None,
                                   is_virtual_node: Optional[str] = None,
                                   last_reboot_time: Optional[str] = None,
                                   last_reset_reason: Optional[str] = None,
                                   license_state: Optional[GetNiatelemetryNiaInventoryLicenseState] = None,
                                   license_type: Optional[str] = None,
                                   log_in_time: Optional[str] = None,
                                   log_out_time: Optional[str] = None,
                                   mac_sec_count: Optional[float] = None,
                                   mac_sec_fab_count: Optional[float] = None,
                                   macsec_total_count: Optional[float] = None,
                                   memory: Optional[float] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   nexus_cloud_membership_status: Optional[bool] = None,
                                   node_id: Optional[str] = None,
                                   nr_version: Optional[str] = None,
                                   nxos_bgp_evpn: Optional[GetNiatelemetryNiaInventoryNxosBgpEvpn] = None,
                                   nxos_bgp_mvpn: Optional[GetNiatelemetryNiaInventoryNxosBgpMvpn] = None,
                                   nxos_bootflash_details: Optional[GetNiatelemetryNiaInventoryNxosBootflashDetails] = None,
                                   nxos_dci_interface_status: Optional[str] = None,
                                   nxos_interface_brief: Optional[GetNiatelemetryNiaInventoryNxosInterfaceBrief] = None,
                                   nxos_nve_interface_status: Optional[str] = None,
                                   nxos_nve_packet_counters: Optional[GetNiatelemetryNiaInventoryNxosNvePacketCounters] = None,
                                   nxos_nve_vni: Optional[GetNiatelemetryNiaInventoryNxosNveVni] = None,
                                   nxos_ospf_neighbors: Optional[float] = None,
                                   nxos_pim_neighbors: Optional[str] = None,
                                   nxos_telnet: Optional[str] = None,
                                   nxos_total_routes: Optional[float] = None,
                                   nxos_vtp: Optional[GetNiatelemetryNiaInventoryNxosVtp] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetNiatelemetryNiaInventoryParent] = None,
                                   permission_resources: Optional[Sequence[GetNiatelemetryNiaInventoryPermissionResource]] = None,
                                   record_type: Optional[str] = None,
                                   record_version: Optional[str] = None,
                                   registered_device: Optional[GetNiatelemetryNiaInventoryRegisteredDevice] = None,
                                   route_prefix_count: Optional[float] = None,
                                   route_prefix_v4_count: Optional[float] = None,
                                   route_prefix_v6_count: Optional[float] = None,
                                   serial: Optional[str] = None,
                                   shared_scope: Optional[str] = None,
                                   site_name: Optional[str] = None,
                                   siteuuid: Optional[str] = None,
                                   smart_account_id: Optional[float] = None,
                                   software_download: Optional[str] = None,
                                   system_up_time: Optional[str] = None,
                                   tags: Optional[Sequence[GetNiatelemetryNiaInventoryTag]] = None,
                                   version_context: Optional[GetNiatelemetryNiaInventoryVersionContext] = None,
                                   vni_statuses: Optional[Sequence[GetNiatelemetryNiaInventoryVniStatus]] = None,
                                   vpc_peer_ip_address: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetNiatelemetryNiaInventoryResult
def get_niatelemetry_nia_inventory_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryAncestorArgs]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   controller_ip_address: Optional[pulumi.Input[str]] = None,
                                   cpu: Optional[pulumi.Input[float]] = None,
                                   crash_reset_logs: Optional[pulumi.Input[str]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   customer_device_connector: Optional[pulumi.Input[str]] = None,
                                   dcnm_fan_details: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryDcnmFanDetailArgs]]]] = None,
                                   dcnm_license_state: Optional[pulumi.Input[str]] = None,
                                   device_discovery: Optional[pulumi.Input[str]] = None,
                                   device_health: Optional[pulumi.Input[float]] = None,
                                   device_id: Optional[pulumi.Input[str]] = None,
                                   device_name: Optional[pulumi.Input[str]] = None,
                                   device_type: Optional[pulumi.Input[str]] = None,
                                   device_up_time: Optional[pulumi.Input[float]] = None,
                                   disk: Optional[pulumi.Input[GetNiatelemetryNiaInventoryDiskArgs]] = None,
                                   dn: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   fabric_name: Optional[pulumi.Input[str]] = None,
                                   fex_count: Optional[pulumi.Input[float]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   infra_wi_node_count: Optional[pulumi.Input[float]] = None,
                                   interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryInterfaceArgs]]]] = None,
                                   ip_address: Optional[pulumi.Input[str]] = None,
                                   is_virtual_node: Optional[pulumi.Input[str]] = None,
                                   last_reboot_time: Optional[pulumi.Input[str]] = None,
                                   last_reset_reason: Optional[pulumi.Input[str]] = None,
                                   license_state: Optional[pulumi.Input[GetNiatelemetryNiaInventoryLicenseStateArgs]] = None,
                                   license_type: Optional[pulumi.Input[str]] = None,
                                   log_in_time: Optional[pulumi.Input[str]] = None,
                                   log_out_time: Optional[pulumi.Input[str]] = None,
                                   mac_sec_count: Optional[pulumi.Input[float]] = None,
                                   mac_sec_fab_count: Optional[pulumi.Input[float]] = None,
                                   macsec_total_count: Optional[pulumi.Input[float]] = None,
                                   memory: Optional[pulumi.Input[float]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   nexus_cloud_membership_status: Optional[pulumi.Input[bool]] = None,
                                   node_id: Optional[pulumi.Input[str]] = None,
                                   nr_version: Optional[pulumi.Input[str]] = None,
                                   nxos_bgp_evpn: Optional[pulumi.Input[GetNiatelemetryNiaInventoryNxosBgpEvpnArgs]] = None,
                                   nxos_bgp_mvpn: Optional[pulumi.Input[GetNiatelemetryNiaInventoryNxosBgpMvpnArgs]] = None,
                                   nxos_bootflash_details: Optional[pulumi.Input[GetNiatelemetryNiaInventoryNxosBootflashDetailsArgs]] = None,
                                   nxos_dci_interface_status: Optional[pulumi.Input[str]] = None,
                                   nxos_interface_brief: Optional[pulumi.Input[GetNiatelemetryNiaInventoryNxosInterfaceBriefArgs]] = None,
                                   nxos_nve_interface_status: Optional[pulumi.Input[str]] = None,
                                   nxos_nve_packet_counters: Optional[pulumi.Input[GetNiatelemetryNiaInventoryNxosNvePacketCountersArgs]] = None,
                                   nxos_nve_vni: Optional[pulumi.Input[GetNiatelemetryNiaInventoryNxosNveVniArgs]] = None,
                                   nxos_ospf_neighbors: Optional[pulumi.Input[float]] = None,
                                   nxos_pim_neighbors: Optional[pulumi.Input[str]] = None,
                                   nxos_telnet: Optional[pulumi.Input[str]] = None,
                                   nxos_total_routes: Optional[pulumi.Input[float]] = None,
                                   nxos_vtp: Optional[pulumi.Input[GetNiatelemetryNiaInventoryNxosVtpArgs]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetNiatelemetryNiaInventoryParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryPermissionResourceArgs]]]] = None,
                                   record_type: Optional[pulumi.Input[str]] = None,
                                   record_version: Optional[pulumi.Input[str]] = None,
                                   registered_device: Optional[pulumi.Input[GetNiatelemetryNiaInventoryRegisteredDeviceArgs]] = None,
                                   route_prefix_count: Optional[pulumi.Input[float]] = None,
                                   route_prefix_v4_count: Optional[pulumi.Input[float]] = None,
                                   route_prefix_v6_count: Optional[pulumi.Input[float]] = None,
                                   serial: Optional[pulumi.Input[str]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   site_name: Optional[pulumi.Input[str]] = None,
                                   siteuuid: Optional[pulumi.Input[str]] = None,
                                   smart_account_id: Optional[pulumi.Input[float]] = None,
                                   software_download: Optional[pulumi.Input[str]] = None,
                                   system_up_time: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryTagArgs]]]] = None,
                                   version_context: Optional[pulumi.Input[GetNiatelemetryNiaInventoryVersionContextArgs]] = None,
                                   vni_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryVniStatusArgs]]]] = None,
                                   vpc_peer_ip_address: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetNiatelemetryNiaInventoryResult]func LookupNiatelemetryNiaInventory(ctx *Context, args *LookupNiatelemetryNiaInventoryArgs, opts ...InvokeOption) (*LookupNiatelemetryNiaInventoryResult, error)
func LookupNiatelemetryNiaInventoryOutput(ctx *Context, args *LookupNiatelemetryNiaInventoryOutputArgs, opts ...InvokeOption) LookupNiatelemetryNiaInventoryResultOutput> Note: This function is named LookupNiatelemetryNiaInventory in the Go SDK.
public static class GetNiatelemetryNiaInventory 
{
    public static Task<GetNiatelemetryNiaInventoryResult> InvokeAsync(GetNiatelemetryNiaInventoryArgs args, InvokeOptions? opts = null)
    public static Output<GetNiatelemetryNiaInventoryResult> Invoke(GetNiatelemetryNiaInventoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNiatelemetryNiaInventoryResult> getNiatelemetryNiaInventory(GetNiatelemetryNiaInventoryArgs args, InvokeOptions options)
public static Output<GetNiatelemetryNiaInventoryResult> getNiatelemetryNiaInventory(GetNiatelemetryNiaInventoryArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getNiatelemetryNiaInventory:getNiatelemetryNiaInventory
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Nia Inventory Ancestor> 
- ClassId string
- ControllerIp stringAddress 
- Returns controller's IP address details.
- Cpu double
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- CrashReset stringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- CreateTime string
- The time when this managed object was created.
- CustomerDevice stringConnector 
- Returns the value of the customerDeviceConnector field.
- DcnmFan List<GetDetails Niatelemetry Nia Inventory Dcnm Fan Detail> 
- DcnmLicense stringState 
- Returns the License state of the device.
- DeviceDiscovery string
- Returns the value of the deviceDiscovery field.
- DeviceHealth double
- Returns the device health.
- DeviceId string
- Returns the value of the deviceId field.
- DeviceName string
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- DeviceType string
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- DeviceUp doubleTime 
- Returns the device up time.
- Disk
GetNiatelemetry Nia Inventory Disk 
- Dn string
- Dn for the inventories present.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FabricName string
- Name of the fabric of the device being inventoried.
- FexCount double
- Number of fabric extendors utilized.
- Id string
- InfraWi doubleNode Count 
- Number of appliances as physical device that are wired into the cluster.
- Interfaces
List<GetNiatelemetry Nia Inventory Interface> 
- IpAddress string
- The IP address of the device being inventoried.
- IsVirtual stringNode 
- Flag to specify if the node is virtual.
- LastReboot stringTime 
- Returns the last reboot Time of the device.
- LastReset stringReason 
- Returns the last reset reason of the device.
- LicenseState GetNiatelemetry Nia Inventory License State 
- LicenseType string
- Returns the License type of the device.
- LogIn stringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- LogOut stringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- MacSec doubleCount 
- Number of Macsec configured interfaces on a TOR.
- MacSec doubleFab Count 
- Number of Macsec configured interfaces on a Spine.
- MacsecTotal doubleCount 
- Number of total Macsec configured interfaces for all nodes.
- Memory double
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NexusCloud boolMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- NodeId string
- The ID of the device being inventoried.
- NrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- NxosBgp GetEvpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- NxosBgp GetMvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- NxosBootflash GetDetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- NxosDci stringInterface Status 
- Returns the status of dci interface configured.
- NxosInterface GetBrief Niatelemetry Nia Inventory Nxos Interface Brief 
- NxosNve stringInterface Status 
- Returns the value of the nxosNveInterface field.
- NxosNve GetPacket Counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- NxosNve GetVni Niatelemetry Nia Inventory Nxos Nve Vni 
- NxosOspf doubleNeighbors 
- Total number of ospf neighbors per switch in DCNM.
- NxosPim stringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- NxosTelnet string
- Returns the value of the nxosTelnet field.
- NxosTotal doubleRoutes 
- Total number of routes configured in the DCNM.
- NxosVtp GetNiatelemetry Nia Inventory Nxos Vtp 
- ObjectType string
- Owners List<string>
- Parent
GetNiatelemetry Nia Inventory Parent 
- PermissionResources List<GetNiatelemetry Nia Inventory Permission Resource> 
- RecordType string
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Registered Device 
- RoutePrefix doubleCount 
- Total nuumber of v4 and v6 routes per node.
- RoutePrefix doubleV4Count 
- Number of v4 routes per node.
- RoutePrefix doubleV6Count 
- Number of v6 routes per node.
- Serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- Siteuuid string
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- SmartAccount doubleId 
- Returns the value of the smartAccountId/CustomerId field.
- SoftwareDownload string
- Last software downloaded of device being inventoried. This determines if software download API was used.
- SystemUp stringTime 
- The amount of time that the device being inventoried been up.
- 
List<GetNiatelemetry Nia Inventory Tag> 
- VersionContext GetNiatelemetry Nia Inventory Version Context 
- VniStatuses List<GetNiatelemetry Nia Inventory Vni Status> 
- VpcPeer stringIp Address 
- The TEP IP address of the node's vPC peer, if present.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Nia Inventory Ancestor 
- ClassId string
- ControllerIp stringAddress 
- Returns controller's IP address details.
- Cpu float64
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- CrashReset stringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- CreateTime string
- The time when this managed object was created.
- CustomerDevice stringConnector 
- Returns the value of the customerDeviceConnector field.
- DcnmFan []GetDetails Niatelemetry Nia Inventory Dcnm Fan Detail 
- DcnmLicense stringState 
- Returns the License state of the device.
- DeviceDiscovery string
- Returns the value of the deviceDiscovery field.
- DeviceHealth float64
- Returns the device health.
- DeviceId string
- Returns the value of the deviceId field.
- DeviceName string
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- DeviceType string
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- DeviceUp float64Time 
- Returns the device up time.
- Disk
GetNiatelemetry Nia Inventory Disk 
- Dn string
- Dn for the inventories present.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FabricName string
- Name of the fabric of the device being inventoried.
- FexCount float64
- Number of fabric extendors utilized.
- Id string
- InfraWi float64Node Count 
- Number of appliances as physical device that are wired into the cluster.
- Interfaces
[]GetNiatelemetry Nia Inventory Interface 
- IpAddress string
- The IP address of the device being inventoried.
- IsVirtual stringNode 
- Flag to specify if the node is virtual.
- LastReboot stringTime 
- Returns the last reboot Time of the device.
- LastReset stringReason 
- Returns the last reset reason of the device.
- LicenseState GetNiatelemetry Nia Inventory License State 
- LicenseType string
- Returns the License type of the device.
- LogIn stringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- LogOut stringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- MacSec float64Count 
- Number of Macsec configured interfaces on a TOR.
- MacSec float64Fab Count 
- Number of Macsec configured interfaces on a Spine.
- MacsecTotal float64Count 
- Number of total Macsec configured interfaces for all nodes.
- Memory float64
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NexusCloud boolMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- NodeId string
- The ID of the device being inventoried.
- NrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- NxosBgp GetEvpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- NxosBgp GetMvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- NxosBootflash GetDetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- NxosDci stringInterface Status 
- Returns the status of dci interface configured.
- NxosInterface GetBrief Niatelemetry Nia Inventory Nxos Interface Brief 
- NxosNve stringInterface Status 
- Returns the value of the nxosNveInterface field.
- NxosNve GetPacket Counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- NxosNve GetVni Niatelemetry Nia Inventory Nxos Nve Vni 
- NxosOspf float64Neighbors 
- Total number of ospf neighbors per switch in DCNM.
- NxosPim stringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- NxosTelnet string
- Returns the value of the nxosTelnet field.
- NxosTotal float64Routes 
- Total number of routes configured in the DCNM.
- NxosVtp GetNiatelemetry Nia Inventory Nxos Vtp 
- ObjectType string
- Owners []string
- Parent
GetNiatelemetry Nia Inventory Parent 
- PermissionResources []GetNiatelemetry Nia Inventory Permission Resource 
- RecordType string
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Registered Device 
- RoutePrefix float64Count 
- Total nuumber of v4 and v6 routes per node.
- RoutePrefix float64V4Count 
- Number of v4 routes per node.
- RoutePrefix float64V6Count 
- Number of v6 routes per node.
- Serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- Siteuuid string
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- SmartAccount float64Id 
- Returns the value of the smartAccountId/CustomerId field.
- SoftwareDownload string
- Last software downloaded of device being inventoried. This determines if software download API was used.
- SystemUp stringTime 
- The amount of time that the device being inventoried been up.
- 
[]GetNiatelemetry Nia Inventory Tag 
- VersionContext GetNiatelemetry Nia Inventory Version Context 
- VniStatuses []GetNiatelemetry Nia Inventory Vni Status 
- VpcPeer stringIp Address 
- The TEP IP address of the node's vPC peer, if present.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetNiatelemetry Nia Inventory Ancestor> 
- classId String
- controllerIp StringAddress 
- Returns controller's IP address details.
- cpu Double
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- crashReset StringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- createTime String
- The time when this managed object was created.
- customerDevice StringConnector 
- Returns the value of the customerDeviceConnector field.
- dcnmFan List<GetDetails Niatelemetry Nia Inventory Dcnm Fan Detail> 
- dcnmLicense StringState 
- Returns the License state of the device.
- deviceDiscovery String
- Returns the value of the deviceDiscovery field.
- deviceHealth Double
- Returns the device health.
- deviceId String
- Returns the value of the deviceId field.
- deviceName String
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- deviceType String
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- deviceUp DoubleTime 
- Returns the device up time.
- disk
GetNiatelemetry Nia Inventory Disk 
- dn String
- Dn for the inventories present.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- fabricName String
- Name of the fabric of the device being inventoried.
- fexCount Double
- Number of fabric extendors utilized.
- id String
- infraWi DoubleNode Count 
- Number of appliances as physical device that are wired into the cluster.
- interfaces
List<GetNiatelemetry Nia Inventory Interface> 
- ipAddress String
- The IP address of the device being inventoried.
- isVirtual StringNode 
- Flag to specify if the node is virtual.
- lastReboot StringTime 
- Returns the last reboot Time of the device.
- lastReset StringReason 
- Returns the last reset reason of the device.
- licenseState GetNiatelemetry Nia Inventory License State 
- licenseType String
- Returns the License type of the device.
- logIn StringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- logOut StringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- macSec DoubleCount 
- Number of Macsec configured interfaces on a TOR.
- macSec DoubleFab Count 
- Number of Macsec configured interfaces on a Spine.
- macsecTotal DoubleCount 
- Number of total Macsec configured interfaces for all nodes.
- memory Double
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nexusCloud BooleanMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- nodeId String
- The ID of the device being inventoried.
- nrVersion String
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- nxosBgp GetEvpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- nxosBgp GetMvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- nxosBootflash GetDetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- nxosDci StringInterface Status 
- Returns the status of dci interface configured.
- nxosInterface GetBrief Niatelemetry Nia Inventory Nxos Interface Brief 
- nxosNve StringInterface Status 
- Returns the value of the nxosNveInterface field.
- nxosNve GetPacket Counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- nxosNve GetVni Niatelemetry Nia Inventory Nxos Nve Vni 
- nxosOspf DoubleNeighbors 
- Total number of ospf neighbors per switch in DCNM.
- nxosPim StringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- nxosTelnet String
- Returns the value of the nxosTelnet field.
- nxosTotal DoubleRoutes 
- Total number of routes configured in the DCNM.
- nxosVtp GetNiatelemetry Nia Inventory Nxos Vtp 
- objectType String
- owners List<String>
- parent
GetNiatelemetry Nia Inventory Parent 
- permissionResources List<GetNiatelemetry Nia Inventory Permission Resource> 
- recordType String
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Registered Device 
- routePrefix DoubleCount 
- Total nuumber of v4 and v6 routes per node.
- routePrefix DoubleV4Count 
- Number of v4 routes per node.
- routePrefix DoubleV6Count 
- Number of v6 routes per node.
- serial String
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- siteuuid String
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- smartAccount DoubleId 
- Returns the value of the smartAccountId/CustomerId field.
- softwareDownload String
- Last software downloaded of device being inventoried. This determines if software download API was used.
- systemUp StringTime 
- The amount of time that the device being inventoried been up.
- 
List<GetNiatelemetry Nia Inventory Tag> 
- versionContext GetNiatelemetry Nia Inventory Version Context 
- vniStatuses List<GetNiatelemetry Nia Inventory Vni Status> 
- vpcPeer StringIp Address 
- The TEP IP address of the node's vPC peer, if present.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetNiatelemetry Nia Inventory Ancestor[] 
- classId string
- controllerIp stringAddress 
- Returns controller's IP address details.
- cpu number
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- crashReset stringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- createTime string
- The time when this managed object was created.
- customerDevice stringConnector 
- Returns the value of the customerDeviceConnector field.
- dcnmFan GetDetails Niatelemetry Nia Inventory Dcnm Fan Detail[] 
- dcnmLicense stringState 
- Returns the License state of the device.
- deviceDiscovery string
- Returns the value of the deviceDiscovery field.
- deviceHealth number
- Returns the device health.
- deviceId string
- Returns the value of the deviceId field.
- deviceName string
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- deviceType string
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- deviceUp numberTime 
- Returns the device up time.
- disk
GetNiatelemetry Nia Inventory Disk 
- dn string
- Dn for the inventories present.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- fabricName string
- Name of the fabric of the device being inventoried.
- fexCount number
- Number of fabric extendors utilized.
- id string
- infraWi numberNode Count 
- Number of appliances as physical device that are wired into the cluster.
- interfaces
GetNiatelemetry Nia Inventory Interface[] 
- ipAddress string
- The IP address of the device being inventoried.
- isVirtual stringNode 
- Flag to specify if the node is virtual.
- lastReboot stringTime 
- Returns the last reboot Time of the device.
- lastReset stringReason 
- Returns the last reset reason of the device.
- licenseState GetNiatelemetry Nia Inventory License State 
- licenseType string
- Returns the License type of the device.
- logIn stringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- logOut stringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- macSec numberCount 
- Number of Macsec configured interfaces on a TOR.
- macSec numberFab Count 
- Number of Macsec configured interfaces on a Spine.
- macsecTotal numberCount 
- Number of total Macsec configured interfaces for all nodes.
- memory number
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nexusCloud booleanMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- nodeId string
- The ID of the device being inventoried.
- nrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- nxosBgp GetEvpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- nxosBgp GetMvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- nxosBootflash GetDetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- nxosDci stringInterface Status 
- Returns the status of dci interface configured.
- nxosInterface GetBrief Niatelemetry Nia Inventory Nxos Interface Brief 
- nxosNve stringInterface Status 
- Returns the value of the nxosNveInterface field.
- nxosNve GetPacket Counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- nxosNve GetVni Niatelemetry Nia Inventory Nxos Nve Vni 
- nxosOspf numberNeighbors 
- Total number of ospf neighbors per switch in DCNM.
- nxosPim stringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- nxosTelnet string
- Returns the value of the nxosTelnet field.
- nxosTotal numberRoutes 
- Total number of routes configured in the DCNM.
- nxosVtp GetNiatelemetry Nia Inventory Nxos Vtp 
- objectType string
- owners string[]
- parent
GetNiatelemetry Nia Inventory Parent 
- permissionResources GetNiatelemetry Nia Inventory Permission Resource[] 
- recordType string
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Registered Device 
- routePrefix numberCount 
- Total nuumber of v4 and v6 routes per node.
- routePrefix numberV4Count 
- Number of v4 routes per node.
- routePrefix numberV6Count 
- Number of v6 routes per node.
- serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- siteuuid string
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- smartAccount numberId 
- Returns the value of the smartAccountId/CustomerId field.
- softwareDownload string
- Last software downloaded of device being inventoried. This determines if software download API was used.
- systemUp stringTime 
- The amount of time that the device being inventoried been up.
- 
GetNiatelemetry Nia Inventory Tag[] 
- versionContext GetNiatelemetry Nia Inventory Version Context 
- vniStatuses GetNiatelemetry Nia Inventory Vni Status[] 
- vpcPeer stringIp Address 
- The TEP IP address of the node's vPC peer, if present.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Nia Inventory Ancestor] 
- class_id str
- controller_ip_ straddress 
- Returns controller's IP address details.
- cpu float
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- crash_reset_ strlogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- create_time str
- The time when this managed object was created.
- customer_device_ strconnector 
- Returns the value of the customerDeviceConnector field.
- dcnm_fan_ Sequence[Getdetails Niatelemetry Nia Inventory Dcnm Fan Detail] 
- dcnm_license_ strstate 
- Returns the License state of the device.
- device_discovery str
- Returns the value of the deviceDiscovery field.
- device_health float
- Returns the device health.
- device_id str
- Returns the value of the deviceId field.
- device_name str
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- device_type str
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- device_up_ floattime 
- Returns the device up time.
- disk
GetNiatelemetry Nia Inventory Disk 
- dn str
- Dn for the inventories present.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- fabric_name str
- Name of the fabric of the device being inventoried.
- fex_count float
- Number of fabric extendors utilized.
- id str
- infra_wi_ floatnode_ count 
- Number of appliances as physical device that are wired into the cluster.
- interfaces
Sequence[GetNiatelemetry Nia Inventory Interface] 
- ip_address str
- The IP address of the device being inventoried.
- is_virtual_ strnode 
- Flag to specify if the node is virtual.
- last_reboot_ strtime 
- Returns the last reboot Time of the device.
- last_reset_ strreason 
- Returns the last reset reason of the device.
- license_state GetNiatelemetry Nia Inventory License State 
- license_type str
- Returns the License type of the device.
- log_in_ strtime 
- Last log in time device being inventoried. This determines the last login time on the device.
- log_out_ strtime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- mac_sec_ floatcount 
- Number of Macsec configured interfaces on a TOR.
- mac_sec_ floatfab_ count 
- Number of Macsec configured interfaces on a Spine.
- macsec_total_ floatcount 
- Number of total Macsec configured interfaces for all nodes.
- memory float
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nexus_cloud_ boolmembership_ status 
- Returns if site has been onboarded to nexus cloud or not.
- node_id str
- The ID of the device being inventoried.
- nr_version str
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- nxos_bgp_ Getevpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- nxos_bgp_ Getmvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- nxos_bootflash_ Getdetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- nxos_dci_ strinterface_ status 
- Returns the status of dci interface configured.
- nxos_interface_ Getbrief Niatelemetry Nia Inventory Nxos Interface Brief 
- nxos_nve_ strinterface_ status 
- Returns the value of the nxosNveInterface field.
- nxos_nve_ Getpacket_ counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- nxos_nve_ Getvni Niatelemetry Nia Inventory Nxos Nve Vni 
- nxos_ospf_ floatneighbors 
- Total number of ospf neighbors per switch in DCNM.
- nxos_pim_ strneighbors 
- Total number of pim neighbors per switch in DCNM.
- nxos_telnet str
- Returns the value of the nxosTelnet field.
- nxos_total_ floatroutes 
- Total number of routes configured in the DCNM.
- nxos_vtp GetNiatelemetry Nia Inventory Nxos Vtp 
- object_type str
- owners Sequence[str]
- parent
GetNiatelemetry Nia Inventory Parent 
- permission_resources Sequence[GetNiatelemetry Nia Inventory Permission Resource] 
- record_type str
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Registered Device 
- route_prefix_ floatcount 
- Total nuumber of v4 and v6 routes per node.
- route_prefix_ floatv4_ count 
- Number of v4 routes per node.
- route_prefix_ floatv6_ count 
- Number of v6 routes per node.
- serial str
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- siteuuid str
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- smart_account_ floatid 
- Returns the value of the smartAccountId/CustomerId field.
- software_download str
- Last software downloaded of device being inventoried. This determines if software download API was used.
- system_up_ strtime 
- The amount of time that the device being inventoried been up.
- 
Sequence[GetNiatelemetry Nia Inventory Tag] 
- version_context GetNiatelemetry Nia Inventory Version Context 
- vni_statuses Sequence[GetNiatelemetry Nia Inventory Vni Status] 
- vpc_peer_ strip_ address 
- The TEP IP address of the node's vPC peer, if present.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- controllerIp StringAddress 
- Returns controller's IP address details.
- cpu Number
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- crashReset StringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- createTime String
- The time when this managed object was created.
- customerDevice StringConnector 
- Returns the value of the customerDeviceConnector field.
- dcnmFan List<Property Map>Details 
- dcnmLicense StringState 
- Returns the License state of the device.
- deviceDiscovery String
- Returns the value of the deviceDiscovery field.
- deviceHealth Number
- Returns the device health.
- deviceId String
- Returns the value of the deviceId field.
- deviceName String
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- deviceType String
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- deviceUp NumberTime 
- Returns the device up time.
- disk Property Map
- dn String
- Dn for the inventories present.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- fabricName String
- Name of the fabric of the device being inventoried.
- fexCount Number
- Number of fabric extendors utilized.
- id String
- infraWi NumberNode Count 
- Number of appliances as physical device that are wired into the cluster.
- interfaces List<Property Map>
- ipAddress String
- The IP address of the device being inventoried.
- isVirtual StringNode 
- Flag to specify if the node is virtual.
- lastReboot StringTime 
- Returns the last reboot Time of the device.
- lastReset StringReason 
- Returns the last reset reason of the device.
- licenseState Property Map
- licenseType String
- Returns the License type of the device.
- logIn StringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- logOut StringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- macSec NumberCount 
- Number of Macsec configured interfaces on a TOR.
- macSec NumberFab Count 
- Number of Macsec configured interfaces on a Spine.
- macsecTotal NumberCount 
- Number of total Macsec configured interfaces for all nodes.
- memory Number
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nexusCloud BooleanMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- nodeId String
- The ID of the device being inventoried.
- nrVersion String
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- nxosBgp Property MapEvpn 
- nxosBgp Property MapMvpn 
- nxosBootflash Property MapDetails 
- nxosDci StringInterface Status 
- Returns the status of dci interface configured.
- nxosInterface Property MapBrief 
- nxosNve StringInterface Status 
- Returns the value of the nxosNveInterface field.
- nxosNve Property MapPacket Counters 
- nxosNve Property MapVni 
- nxosOspf NumberNeighbors 
- Total number of ospf neighbors per switch in DCNM.
- nxosPim StringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- nxosTelnet String
- Returns the value of the nxosTelnet field.
- nxosTotal NumberRoutes 
- Total number of routes configured in the DCNM.
- nxosVtp Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- recordType String
- Type of record DCNM / APIC / SE / Nexus Switch. 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
- routePrefix NumberCount 
- Total nuumber of v4 and v6 routes per node.
- routePrefix NumberV4Count 
- Number of v4 routes per node.
- routePrefix NumberV6Count 
- Number of v6 routes per node.
- serial String
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- siteuuid String
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- smartAccount NumberId 
- Returns the value of the smartAccountId/CustomerId field.
- softwareDownload String
- Last software downloaded of device being inventoried. This determines if software download API was used.
- systemUp StringTime 
- The amount of time that the device being inventoried been up.
- List<Property Map>
- versionContext Property Map
- vniStatuses List<Property Map>
- vpcPeer StringIp Address 
- The TEP IP address of the node's vPC peer, if present.
getNiatelemetryNiaInventory Result
The following output properties are available:
- Id string
- Results
List<GetNiatelemetry Nia Inventory Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Nia Inventory Ancestor> 
- ClassId string
- ControllerIp stringAddress 
- Cpu double
- CrashReset stringLogs 
- CreateTime string
- CustomerDevice stringConnector 
- DcnmFan List<GetDetails Niatelemetry Nia Inventory Dcnm Fan Detail> 
- DcnmLicense stringState 
- DeviceDiscovery string
- DeviceHealth double
- DeviceId string
- DeviceName string
- DeviceType string
- DeviceUp doubleTime 
- Disk
GetNiatelemetry Nia Inventory Disk 
- Dn string
- DomainGroup stringMoid 
- FabricName string
- FexCount double
- InfraWi doubleNode Count 
- Interfaces
List<GetNiatelemetry Nia Inventory Interface> 
- IpAddress string
- IsVirtual stringNode 
- LastReboot stringTime 
- LastReset stringReason 
- LicenseState GetNiatelemetry Nia Inventory License State 
- LicenseType string
- LogIn stringTime 
- LogOut stringTime 
- MacSec doubleCount 
- MacSec doubleFab Count 
- MacsecTotal doubleCount 
- Memory double
- ModTime string
- Moid string
- NexusCloud boolMembership Status 
- NodeId string
- NrVersion string
- NxosBgp GetEvpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- NxosBgp GetMvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- NxosBootflash GetDetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- NxosDci stringInterface Status 
- NxosInterface GetBrief Niatelemetry Nia Inventory Nxos Interface Brief 
- NxosNve stringInterface Status 
- NxosNve GetPacket Counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- NxosNve GetVni Niatelemetry Nia Inventory Nxos Nve Vni 
- NxosOspf doubleNeighbors 
- NxosPim stringNeighbors 
- NxosTelnet string
- NxosTotal doubleRoutes 
- NxosVtp GetNiatelemetry Nia Inventory Nxos Vtp 
- ObjectType string
- Owners List<string>
- Parent
GetNiatelemetry Nia Inventory Parent 
- PermissionResources List<GetNiatelemetry Nia Inventory Permission Resource> 
- RecordType string
- RecordVersion string
- RegisteredDevice GetNiatelemetry Nia Inventory Registered Device 
- RoutePrefix doubleCount 
- RoutePrefix doubleV4Count 
- RoutePrefix doubleV6Count 
- Serial string
- string
- SiteName string
- Siteuuid string
- SmartAccount doubleId 
- SoftwareDownload string
- SystemUp stringTime 
- 
List<GetNiatelemetry Nia Inventory Tag> 
- VersionContext GetNiatelemetry Nia Inventory Version Context 
- VniStatuses List<GetNiatelemetry Nia Inventory Vni Status> 
- VpcPeer stringIp Address 
- Id string
- Results
[]GetNiatelemetry Nia Inventory Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Nia Inventory Ancestor 
- ClassId string
- ControllerIp stringAddress 
- Cpu float64
- CrashReset stringLogs 
- CreateTime string
- CustomerDevice stringConnector 
- DcnmFan []GetDetails Niatelemetry Nia Inventory Dcnm Fan Detail 
- DcnmLicense stringState 
- DeviceDiscovery string
- DeviceHealth float64
- DeviceId string
- DeviceName string
- DeviceType string
- DeviceUp float64Time 
- Disk
GetNiatelemetry Nia Inventory Disk 
- Dn string
- DomainGroup stringMoid 
- FabricName string
- FexCount float64
- InfraWi float64Node Count 
- Interfaces
[]GetNiatelemetry Nia Inventory Interface 
- IpAddress string
- IsVirtual stringNode 
- LastReboot stringTime 
- LastReset stringReason 
- LicenseState GetNiatelemetry Nia Inventory License State 
- LicenseType string
- LogIn stringTime 
- LogOut stringTime 
- MacSec float64Count 
- MacSec float64Fab Count 
- MacsecTotal float64Count 
- Memory float64
- ModTime string
- Moid string
- NexusCloud boolMembership Status 
- NodeId string
- NrVersion string
- NxosBgp GetEvpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- NxosBgp GetMvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- NxosBootflash GetDetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- NxosDci stringInterface Status 
- NxosInterface GetBrief Niatelemetry Nia Inventory Nxos Interface Brief 
- NxosNve stringInterface Status 
- NxosNve GetPacket Counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- NxosNve GetVni Niatelemetry Nia Inventory Nxos Nve Vni 
- NxosOspf float64Neighbors 
- NxosPim stringNeighbors 
- NxosTelnet string
- NxosTotal float64Routes 
- NxosVtp GetNiatelemetry Nia Inventory Nxos Vtp 
- ObjectType string
- Owners []string
- Parent
GetNiatelemetry Nia Inventory Parent 
- PermissionResources []GetNiatelemetry Nia Inventory Permission Resource 
- RecordType string
- RecordVersion string
- RegisteredDevice GetNiatelemetry Nia Inventory Registered Device 
- RoutePrefix float64Count 
- RoutePrefix float64V4Count 
- RoutePrefix float64V6Count 
- Serial string
- string
- SiteName string
- Siteuuid string
- SmartAccount float64Id 
- SoftwareDownload string
- SystemUp stringTime 
- 
[]GetNiatelemetry Nia Inventory Tag 
- VersionContext GetNiatelemetry Nia Inventory Version Context 
- VniStatuses []GetNiatelemetry Nia Inventory Vni Status 
- VpcPeer stringIp Address 
- id String
- results
List<GetNiatelemetry Nia Inventory Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetNiatelemetry Nia Inventory Ancestor> 
- classId String
- controllerIp StringAddress 
- cpu Double
- crashReset StringLogs 
- createTime String
- customerDevice StringConnector 
- dcnmFan List<GetDetails Niatelemetry Nia Inventory Dcnm Fan Detail> 
- dcnmLicense StringState 
- deviceDiscovery String
- deviceHealth Double
- deviceId String
- deviceName String
- deviceType String
- deviceUp DoubleTime 
- disk
GetNiatelemetry Nia Inventory Disk 
- dn String
- domainGroup StringMoid 
- fabricName String
- fexCount Double
- infraWi DoubleNode Count 
- interfaces
List<GetNiatelemetry Nia Inventory Interface> 
- ipAddress String
- isVirtual StringNode 
- lastReboot StringTime 
- lastReset StringReason 
- licenseState GetNiatelemetry Nia Inventory License State 
- licenseType String
- logIn StringTime 
- logOut StringTime 
- macSec DoubleCount 
- macSec DoubleFab Count 
- macsecTotal DoubleCount 
- memory Double
- modTime String
- moid String
- nexusCloud BooleanMembership Status 
- nodeId String
- nrVersion String
- nxosBgp GetEvpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- nxosBgp GetMvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- nxosBootflash GetDetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- nxosDci StringInterface Status 
- nxosInterface GetBrief Niatelemetry Nia Inventory Nxos Interface Brief 
- nxosNve StringInterface Status 
- nxosNve GetPacket Counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- nxosNve GetVni Niatelemetry Nia Inventory Nxos Nve Vni 
- nxosOspf DoubleNeighbors 
- nxosPim StringNeighbors 
- nxosTelnet String
- nxosTotal DoubleRoutes 
- nxosVtp GetNiatelemetry Nia Inventory Nxos Vtp 
- objectType String
- owners List<String>
- parent
GetNiatelemetry Nia Inventory Parent 
- permissionResources List<GetNiatelemetry Nia Inventory Permission Resource> 
- recordType String
- recordVersion String
- registeredDevice GetNiatelemetry Nia Inventory Registered Device 
- routePrefix DoubleCount 
- routePrefix DoubleV4Count 
- routePrefix DoubleV6Count 
- serial String
- String
- siteName String
- siteuuid String
- smartAccount DoubleId 
- softwareDownload String
- systemUp StringTime 
- 
List<GetNiatelemetry Nia Inventory Tag> 
- versionContext GetNiatelemetry Nia Inventory Version Context 
- vniStatuses List<GetNiatelemetry Nia Inventory Vni Status> 
- vpcPeer StringIp Address 
- id string
- results
GetNiatelemetry Nia Inventory Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetNiatelemetry Nia Inventory Ancestor[] 
- classId string
- controllerIp stringAddress 
- cpu number
- crashReset stringLogs 
- createTime string
- customerDevice stringConnector 
- dcnmFan GetDetails Niatelemetry Nia Inventory Dcnm Fan Detail[] 
- dcnmLicense stringState 
- deviceDiscovery string
- deviceHealth number
- deviceId string
- deviceName string
- deviceType string
- deviceUp numberTime 
- disk
GetNiatelemetry Nia Inventory Disk 
- dn string
- domainGroup stringMoid 
- fabricName string
- fexCount number
- infraWi numberNode Count 
- interfaces
GetNiatelemetry Nia Inventory Interface[] 
- ipAddress string
- isVirtual stringNode 
- lastReboot stringTime 
- lastReset stringReason 
- licenseState GetNiatelemetry Nia Inventory License State 
- licenseType string
- logIn stringTime 
- logOut stringTime 
- macSec numberCount 
- macSec numberFab Count 
- macsecTotal numberCount 
- memory number
- modTime string
- moid string
- nexusCloud booleanMembership Status 
- nodeId string
- nrVersion string
- nxosBgp GetEvpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- nxosBgp GetMvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- nxosBootflash GetDetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- nxosDci stringInterface Status 
- nxosInterface GetBrief Niatelemetry Nia Inventory Nxos Interface Brief 
- nxosNve stringInterface Status 
- nxosNve GetPacket Counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- nxosNve GetVni Niatelemetry Nia Inventory Nxos Nve Vni 
- nxosOspf numberNeighbors 
- nxosPim stringNeighbors 
- nxosTelnet string
- nxosTotal numberRoutes 
- nxosVtp GetNiatelemetry Nia Inventory Nxos Vtp 
- objectType string
- owners string[]
- parent
GetNiatelemetry Nia Inventory Parent 
- permissionResources GetNiatelemetry Nia Inventory Permission Resource[] 
- recordType string
- recordVersion string
- registeredDevice GetNiatelemetry Nia Inventory Registered Device 
- routePrefix numberCount 
- routePrefix numberV4Count 
- routePrefix numberV6Count 
- serial string
- string
- siteName string
- siteuuid string
- smartAccount numberId 
- softwareDownload string
- systemUp stringTime 
- 
GetNiatelemetry Nia Inventory Tag[] 
- versionContext GetNiatelemetry Nia Inventory Version Context 
- vniStatuses GetNiatelemetry Nia Inventory Vni Status[] 
- vpcPeer stringIp Address 
- id str
- results
Sequence[GetNiatelemetry Nia Inventory Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Nia Inventory Ancestor] 
- class_id str
- controller_ip_ straddress 
- cpu float
- crash_reset_ strlogs 
- create_time str
- customer_device_ strconnector 
- dcnm_fan_ Sequence[Getdetails Niatelemetry Nia Inventory Dcnm Fan Detail] 
- dcnm_license_ strstate 
- device_discovery str
- device_health float
- device_id str
- device_name str
- device_type str
- device_up_ floattime 
- disk
GetNiatelemetry Nia Inventory Disk 
- dn str
- domain_group_ strmoid 
- fabric_name str
- fex_count float
- infra_wi_ floatnode_ count 
- interfaces
Sequence[GetNiatelemetry Nia Inventory Interface] 
- ip_address str
- is_virtual_ strnode 
- last_reboot_ strtime 
- last_reset_ strreason 
- license_state GetNiatelemetry Nia Inventory License State 
- license_type str
- log_in_ strtime 
- log_out_ strtime 
- mac_sec_ floatcount 
- mac_sec_ floatfab_ count 
- macsec_total_ floatcount 
- memory float
- mod_time str
- moid str
- nexus_cloud_ boolmembership_ status 
- node_id str
- nr_version str
- nxos_bgp_ Getevpn Niatelemetry Nia Inventory Nxos Bgp Evpn 
- nxos_bgp_ Getmvpn Niatelemetry Nia Inventory Nxos Bgp Mvpn 
- nxos_bootflash_ Getdetails Niatelemetry Nia Inventory Nxos Bootflash Details 
- nxos_dci_ strinterface_ status 
- nxos_interface_ Getbrief Niatelemetry Nia Inventory Nxos Interface Brief 
- nxos_nve_ strinterface_ status 
- nxos_nve_ Getpacket_ counters Niatelemetry Nia Inventory Nxos Nve Packet Counters 
- nxos_nve_ Getvni Niatelemetry Nia Inventory Nxos Nve Vni 
- nxos_ospf_ floatneighbors 
- nxos_pim_ strneighbors 
- nxos_telnet str
- nxos_total_ floatroutes 
- nxos_vtp GetNiatelemetry Nia Inventory Nxos Vtp 
- object_type str
- owners Sequence[str]
- parent
GetNiatelemetry Nia Inventory Parent 
- permission_resources Sequence[GetNiatelemetry Nia Inventory Permission Resource] 
- record_type str
- record_version str
- registered_device GetNiatelemetry Nia Inventory Registered Device 
- route_prefix_ floatcount 
- route_prefix_ floatv4_ count 
- route_prefix_ floatv6_ count 
- serial str
- str
- site_name str
- siteuuid str
- smart_account_ floatid 
- software_download str
- system_up_ strtime 
- 
Sequence[GetNiatelemetry Nia Inventory Tag] 
- version_context GetNiatelemetry Nia Inventory Version Context 
- vni_statuses Sequence[GetNiatelemetry Nia Inventory Vni Status] 
- vpc_peer_ strip_ address 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- controllerIp StringAddress 
- cpu Number
- crashReset StringLogs 
- createTime String
- customerDevice StringConnector 
- dcnmFan List<Property Map>Details 
- dcnmLicense StringState 
- deviceDiscovery String
- deviceHealth Number
- deviceId String
- deviceName String
- deviceType String
- deviceUp NumberTime 
- disk Property Map
- dn String
- domainGroup StringMoid 
- fabricName String
- fexCount Number
- infraWi NumberNode Count 
- interfaces List<Property Map>
- ipAddress String
- isVirtual StringNode 
- lastReboot StringTime 
- lastReset StringReason 
- licenseState Property Map
- licenseType String
- logIn StringTime 
- logOut StringTime 
- macSec NumberCount 
- macSec NumberFab Count 
- macsecTotal NumberCount 
- memory Number
- modTime String
- moid String
- nexusCloud BooleanMembership Status 
- nodeId String
- nrVersion String
- nxosBgp Property MapEvpn 
- nxosBgp Property MapMvpn 
- nxosBootflash Property MapDetails 
- nxosDci StringInterface Status 
- nxosInterface Property MapBrief 
- nxosNve StringInterface Status 
- nxosNve Property MapPacket Counters 
- nxosNve Property MapVni 
- nxosOspf NumberNeighbors 
- nxosPim StringNeighbors 
- nxosTelnet String
- nxosTotal NumberRoutes 
- nxosVtp Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- recordType String
- recordVersion String
- registeredDevice Property Map
- routePrefix NumberCount 
- routePrefix NumberV4Count 
- routePrefix NumberV6Count 
- serial String
- String
- siteName String
- siteuuid String
- smartAccount NumberId 
- softwareDownload String
- systemUp StringTime 
- List<Property Map>
- versionContext Property Map
- vniStatuses List<Property Map>
- vpcPeer StringIp Address 
Supporting Types
GetNiatelemetryNiaInventoryAncestor    
- 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'.
 
GetNiatelemetryNiaInventoryDcnmFanDetail      
- 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.
- Name string
- Name of the fan used in the switch.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ProductId string
- Product ID of the fan used in the switch.
- SerialNumber string
- Serial number of the fan used in the switch.
- VendorId string
- Vendor Id of the fan used in the switch.
- 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.
- Name string
- Name of the fan used in the switch.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ProductId string
- Product ID of the fan used in the switch.
- SerialNumber string
- Serial number of the fan used in the switch.
- VendorId string
- Vendor Id of the fan used in the switch.
- 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.
- name String
- Name of the fan used in the switch.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- productId String
- Product ID of the fan used in the switch.
- serialNumber String
- Serial number of the fan used in the switch.
- vendorId String
- Vendor Id of the fan used in the switch.
- 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.
- name string
- Name of the fan used in the switch.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- productId string
- Product ID of the fan used in the switch.
- serialNumber string
- Serial number of the fan used in the switch.
- vendorId string
- Vendor Id of the fan used in the switch.
- 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.
- name str
- Name of the fan used in the switch.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product_id str
- Product ID of the fan used in the switch.
- serial_number str
- Serial number of the fan used in the switch.
- vendor_id str
- Vendor Id of the fan used in the switch.
- 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.
- name String
- Name of the fan used in the switch.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- productId String
- Product ID of the fan used in the switch.
- serialNumber String
- Serial number of the fan used in the switch.
- vendorId String
- Vendor Id of the fan used in the switch.
GetNiatelemetryNiaInventoryDisk    
- 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.
- Free double
- The free disk capacity, currently the type of this field is set to integer. This determines how much memory is free in Bytes.
- Name string
- Disk Name used to identified the disk usage record. This determines the name of the disk partition that is inventoried.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Total double
- The total disk capacity, it should be the sum of free and used, currently the type of this field is set to integer. This determines the total memory for this partition.
- Used double
- The used disk capacity, currently the type of this field is set to integer. This determines how much memory is used in Bytes.
- 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.
- Free float64
- The free disk capacity, currently the type of this field is set to integer. This determines how much memory is free in Bytes.
- Name string
- Disk Name used to identified the disk usage record. This determines the name of the disk partition that is inventoried.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Total float64
- The total disk capacity, it should be the sum of free and used, currently the type of this field is set to integer. This determines the total memory for this partition.
- Used float64
- The used disk capacity, currently the type of this field is set to integer. This determines how much memory is used in Bytes.
- 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.
- free Double
- The free disk capacity, currently the type of this field is set to integer. This determines how much memory is free in Bytes.
- name String
- Disk Name used to identified the disk usage record. This determines the name of the disk partition that is inventoried.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- total Double
- The total disk capacity, it should be the sum of free and used, currently the type of this field is set to integer. This determines the total memory for this partition.
- used Double
- The used disk capacity, currently the type of this field is set to integer. This determines how much memory is used in Bytes.
- 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.
- free number
- The free disk capacity, currently the type of this field is set to integer. This determines how much memory is free in Bytes.
- name string
- Disk Name used to identified the disk usage record. This determines the name of the disk partition that is inventoried.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- total number
- The total disk capacity, it should be the sum of free and used, currently the type of this field is set to integer. This determines the total memory for this partition.
- used number
- The used disk capacity, currently the type of this field is set to integer. This determines how much memory is used in Bytes.
- 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.
- free float
- The free disk capacity, currently the type of this field is set to integer. This determines how much memory is free in Bytes.
- name str
- Disk Name used to identified the disk usage record. This determines the name of the disk partition that is inventoried.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- total float
- The total disk capacity, it should be the sum of free and used, currently the type of this field is set to integer. This determines the total memory for this partition.
- used float
- The used disk capacity, currently the type of this field is set to integer. This determines how much memory is used in Bytes.
- 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.
- free Number
- The free disk capacity, currently the type of this field is set to integer. This determines how much memory is free in Bytes.
- name String
- Disk Name used to identified the disk usage record. This determines the name of the disk partition that is inventoried.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- total Number
- The total disk capacity, it should be the sum of free and used, currently the type of this field is set to integer. This determines the total memory for this partition.
- used Number
- The used disk capacity, currently the type of this field is set to integer. This determines how much memory is used in Bytes.
GetNiatelemetryNiaInventoryInterface    
- 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.
- Name string
- Return value of name of the port.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperState string
- Return value of operState attribute.
- XcvrPresent string
- Return whether sfp is present or not.
- 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.
- Name string
- Return value of name of the port.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperState string
- Return value of operState attribute.
- XcvrPresent string
- Return whether sfp is present or not.
- 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.
- name String
- Return value of name of the port.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState String
- Return value of operState attribute.
- xcvrPresent String
- Return whether sfp is present or not.
- 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.
- name string
- Return value of name of the port.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState string
- Return value of operState attribute.
- xcvrPresent string
- Return whether sfp is present or not.
- 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.
- name str
- Return value of name of the port.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper_state str
- Return value of operState attribute.
- xcvr_present str
- Return whether sfp is present or not.
- 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.
- name String
- Return value of name of the port.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operState String
- Return value of operState attribute.
- xcvrPresent String
- Return whether sfp is present or not.
GetNiatelemetryNiaInventoryLicenseState     
- 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'.
 
GetNiatelemetryNiaInventoryNxosBgpEvpn      
- 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.
- NxosEvpn stringMac Count 
- Returns the EVPN mac count.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TotalNetworks double
- Returns the BGP EVPN total networks.
- TotalPaths double
- Returns the BGP EVPN total paths.
- 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.
- NxosEvpn stringMac Count 
- Returns the EVPN mac count.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TotalNetworks float64
- Returns the BGP EVPN total networks.
- TotalPaths float64
- Returns the BGP EVPN total paths.
- 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.
- nxosEvpn StringMac Count 
- Returns the EVPN mac count.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- totalNetworks Double
- Returns the BGP EVPN total networks.
- totalPaths Double
- Returns the BGP EVPN total paths.
- 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.
- nxosEvpn stringMac Count 
- Returns the EVPN mac count.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- totalNetworks number
- Returns the BGP EVPN total networks.
- totalPaths number
- Returns the BGP EVPN total paths.
- 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.
- nxos_evpn_ strmac_ count 
- Returns the EVPN mac count.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- total_networks float
- Returns the BGP EVPN total networks.
- total_paths float
- Returns the BGP EVPN total paths.
- 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.
- nxosEvpn StringMac Count 
- Returns the EVPN mac count.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- totalNetworks Number
- Returns the BGP EVPN total networks.
- totalPaths Number
- Returns the BGP EVPN total paths.
GetNiatelemetryNiaInventoryNxosBgpMvpn      
- AdditionalProperties string
- CapablePeers double
- Return count of BGP MVPN table capable peers.
- 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.
- ConfiguredPeers double
- Return count of BGP MVPN configured peers.
- MemoryUsed double
- Return value of BGP MVPN memory used.
- NumberOf doubleCluster Lists 
- Return value of BGP MVPN cluster list.
- NumberOf doubleCommunities 
- Return count of BGP MVPN communities.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TableVersion double
- Return value of BGP MVPN table version.
- TotalNetworks double
- Return count of BGP MVPN networks.
- TotalPaths double
- Return count of BGP MVPN paths.
- AdditionalProperties string
- CapablePeers float64
- Return count of BGP MVPN table capable peers.
- 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.
- ConfiguredPeers float64
- Return count of BGP MVPN configured peers.
- MemoryUsed float64
- Return value of BGP MVPN memory used.
- NumberOf float64Cluster Lists 
- Return value of BGP MVPN cluster list.
- NumberOf float64Communities 
- Return count of BGP MVPN communities.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TableVersion float64
- Return value of BGP MVPN table version.
- TotalNetworks float64
- Return count of BGP MVPN networks.
- TotalPaths float64
- Return count of BGP MVPN paths.
- additionalProperties String
- capablePeers Double
- Return count of BGP MVPN table capable peers.
- 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.
- configuredPeers Double
- Return count of BGP MVPN configured peers.
- memoryUsed Double
- Return value of BGP MVPN memory used.
- numberOf DoubleCluster Lists 
- Return value of BGP MVPN cluster list.
- numberOf DoubleCommunities 
- Return count of BGP MVPN communities.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tableVersion Double
- Return value of BGP MVPN table version.
- totalNetworks Double
- Return count of BGP MVPN networks.
- totalPaths Double
- Return count of BGP MVPN paths.
- additionalProperties string
- capablePeers number
- Return count of BGP MVPN table capable peers.
- 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.
- configuredPeers number
- Return count of BGP MVPN configured peers.
- memoryUsed number
- Return value of BGP MVPN memory used.
- numberOf numberCluster Lists 
- Return value of BGP MVPN cluster list.
- numberOf numberCommunities 
- Return count of BGP MVPN communities.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tableVersion number
- Return value of BGP MVPN table version.
- totalNetworks number
- Return count of BGP MVPN networks.
- totalPaths number
- Return count of BGP MVPN paths.
- additional_properties str
- capable_peers float
- Return count of BGP MVPN table capable peers.
- 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.
- configured_peers float
- Return count of BGP MVPN configured peers.
- memory_used float
- Return value of BGP MVPN memory used.
- number_of_ floatcluster_ lists 
- Return value of BGP MVPN cluster list.
- number_of_ floatcommunities 
- Return count of BGP MVPN communities.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- table_version float
- Return value of BGP MVPN table version.
- total_networks float
- Return count of BGP MVPN networks.
- total_paths float
- Return count of BGP MVPN paths.
- additionalProperties String
- capablePeers Number
- Return count of BGP MVPN table capable peers.
- 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.
- configuredPeers Number
- Return count of BGP MVPN configured peers.
- memoryUsed Number
- Return value of BGP MVPN memory used.
- numberOf NumberCluster Lists 
- Return value of BGP MVPN cluster list.
- numberOf NumberCommunities 
- Return count of BGP MVPN communities.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tableVersion Number
- Return value of BGP MVPN table version.
- totalNetworks Number
- Return count of BGP MVPN networks.
- totalPaths Number
- Return count of BGP MVPN paths.
GetNiatelemetryNiaInventoryNxosBootflashDetails      
- 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.
- FwRev string
- Return firmware revision in boot flash details.
- ModelType string
- Return model type in boot flash details.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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.
- FwRev string
- Return firmware revision in boot flash details.
- ModelType string
- Return model type in boot flash details.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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.
- fwRev String
- Return firmware revision in boot flash details.
- modelType String
- Return model type in boot flash details.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- serial String
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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.
- fwRev string
- Return firmware revision in boot flash details.
- modelType string
- Return model type in boot flash details.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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.
- fw_rev str
- Return firmware revision in boot flash details.
- model_type str
- Return model type in boot flash details.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- serial str
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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.
- fwRev String
- Return firmware revision in boot flash details.
- modelType String
- Return model type in boot flash details.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- serial String
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
GetNiatelemetryNiaInventoryNxosInterfaceBrief      
- 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.
- InterfaceDown doubleCount 
- Return value of number of interafces down.
- InterfaceUp doubleCount 
- Return value of number of interafces up.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- InterfaceDown float64Count 
- Return value of number of interafces down.
- InterfaceUp float64Count 
- Return value of number of interafces up.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- interfaceDown DoubleCount 
- Return value of number of interafces down.
- interfaceUp DoubleCount 
- Return value of number of interafces up.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- interfaceDown numberCount 
- Return value of number of interafces down.
- interfaceUp numberCount 
- Return value of number of interafces up.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- interface_down_ floatcount 
- Return value of number of interafces down.
- interface_up_ floatcount 
- Return value of number of interafces up.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- interfaceDown NumberCount 
- Return value of number of interafces down.
- interfaceUp NumberCount 
- Return value of number of interafces up.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetNiatelemetryNiaInventoryNxosNvePacketCounters       
- 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.
- McastInpkts double
- Return mcast in packet count.
- McastOutbytes double
- Return mcast outbytes count.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UcastInpkts double
- Return ucast in packet count.
- UcastOutpkts double
- Return ucast out packet count.
- 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.
- McastInpkts float64
- Return mcast in packet count.
- McastOutbytes float64
- Return mcast outbytes count.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UcastInpkts float64
- Return ucast in packet count.
- UcastOutpkts float64
- Return ucast out packet count.
- 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.
- mcastInpkts Double
- Return mcast in packet count.
- mcastOutbytes Double
- Return mcast outbytes count.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ucastInpkts Double
- Return ucast in packet count.
- ucastOutpkts Double
- Return ucast out packet count.
- 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.
- mcastInpkts number
- Return mcast in packet count.
- mcastOutbytes number
- Return mcast outbytes count.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ucastInpkts number
- Return ucast in packet count.
- ucastOutpkts number
- Return ucast out packet count.
- 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.
- mcast_inpkts float
- Return mcast in packet count.
- mcast_outbytes float
- Return mcast outbytes count.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ucast_inpkts float
- Return ucast in packet count.
- ucast_outpkts float
- Return ucast out packet count.
- 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.
- mcastInpkts Number
- Return mcast in packet count.
- mcastOutbytes Number
- Return mcast outbytes count.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ucastInpkts Number
- Return ucast in packet count.
- ucastOutpkts Number
- Return ucast out packet count.
GetNiatelemetryNiaInventoryNxosNveVni      
- 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.
- CpVni doubleCount 
- Return value of cp vni count.
- CpVni doubleDown 
- Return value of cp vni down count.
- CpVni doubleUp 
- Return value of cp vni up count.
- DpVni doubleCount 
- Return value of dp vni count.
- DpVni doubleDown 
- Return value of cp vni down count.
- DpVni doubleUp 
- Return value of cp vni up count.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- CpVni float64Count 
- Return value of cp vni count.
- CpVni float64Down 
- Return value of cp vni down count.
- CpVni float64Up 
- Return value of cp vni up count.
- DpVni float64Count 
- Return value of dp vni count.
- DpVni float64Down 
- Return value of cp vni down count.
- DpVni float64Up 
- Return value of cp vni up count.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- cpVni DoubleCount 
- Return value of cp vni count.
- cpVni DoubleDown 
- Return value of cp vni down count.
- cpVni DoubleUp 
- Return value of cp vni up count.
- dpVni DoubleCount 
- Return value of dp vni count.
- dpVni DoubleDown 
- Return value of cp vni down count.
- dpVni DoubleUp 
- Return value of cp vni up count.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- cpVni numberCount 
- Return value of cp vni count.
- cpVni numberDown 
- Return value of cp vni down count.
- cpVni numberUp 
- Return value of cp vni up count.
- dpVni numberCount 
- Return value of dp vni count.
- dpVni numberDown 
- Return value of cp vni down count.
- dpVni numberUp 
- Return value of cp vni up count.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- cp_vni_ floatcount 
- Return value of cp vni count.
- cp_vni_ floatdown 
- Return value of cp vni down count.
- cp_vni_ floatup 
- Return value of cp vni up count.
- dp_vni_ floatcount 
- Return value of dp vni count.
- dp_vni_ floatdown 
- Return value of cp vni down count.
- dp_vni_ floatup 
- Return value of cp vni up count.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- cpVni NumberCount 
- Return value of cp vni count.
- cpVni NumberDown 
- Return value of cp vni down count.
- cpVni NumberUp 
- Return value of cp vni up count.
- dpVni NumberCount 
- Return value of dp vni count.
- dpVni NumberDown 
- Return value of cp vni down count.
- dpVni NumberUp 
- Return value of cp vni up count.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetNiatelemetryNiaInventoryNxosVtp     
- 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.
- NrVersion double
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperMode string
- Returns the status of operational mode of vtp.
- PruningMode string
- Returns the status pruning mode of vtp.
- RunningVersion string
- Returns the running version of vtp.
- TrapEnabled string
- Returns the status of trap in vtp.
- V2Mode string
- Returns the status of v2 mode of vtp.
- 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.
- NrVersion float64
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- OperMode string
- Returns the status of operational mode of vtp.
- PruningMode string
- Returns the status pruning mode of vtp.
- RunningVersion string
- Returns the running version of vtp.
- TrapEnabled string
- Returns the status of trap in vtp.
- V2Mode string
- Returns the status of v2 mode of vtp.
- 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.
- nrVersion Double
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operMode String
- Returns the status of operational mode of vtp.
- pruningMode String
- Returns the status pruning mode of vtp.
- runningVersion String
- Returns the running version of vtp.
- trapEnabled String
- Returns the status of trap in vtp.
- v2Mode String
- Returns the status of v2 mode of vtp.
- 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.
- nrVersion number
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operMode string
- Returns the status of operational mode of vtp.
- pruningMode string
- Returns the status pruning mode of vtp.
- runningVersion string
- Returns the running version of vtp.
- trapEnabled string
- Returns the status of trap in vtp.
- v2Mode string
- Returns the status of v2 mode of vtp.
- 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.
- nr_version float
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper_mode str
- Returns the status of operational mode of vtp.
- pruning_mode str
- Returns the status pruning mode of vtp.
- running_version str
- Returns the running version of vtp.
- trap_enabled str
- Returns the status of trap in vtp.
- v2_mode str
- Returns the status of v2 mode of vtp.
- 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.
- nrVersion Number
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operMode String
- Returns the status of operational mode of vtp.
- pruningMode String
- Returns the status pruning mode of vtp.
- runningVersion String
- Returns the running version of vtp.
- trapEnabled String
- Returns the status of trap in vtp.
- v2Mode String
- Returns the status of v2 mode of vtp.
GetNiatelemetryNiaInventoryParent    
- 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'.
 
GetNiatelemetryNiaInventoryPermissionResource     
- 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'.
 
GetNiatelemetryNiaInventoryRegisteredDevice     
- 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'.
 
GetNiatelemetryNiaInventoryResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetNiatelemetry Nia Inventory Result Ancestor> 
- ClassId string
- ControllerIp stringAddress 
- Returns controller's IP address details.
- Cpu double
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- CrashReset stringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- CreateTime string
- The time when this managed object was created.
- CustomerDevice stringConnector 
- Returns the value of the customerDeviceConnector field.
- DcnmFan List<GetDetails Niatelemetry Nia Inventory Result Dcnm Fan Detail> 
- DcnmLicense stringState 
- Returns the License state of the device.
- DeviceDiscovery string
- Returns the value of the deviceDiscovery field.
- DeviceHealth double
- Returns the device health.
- DeviceId string
- Returns the value of the deviceId field.
- DeviceName string
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- DeviceType string
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- DeviceUp doubleTime 
- Returns the device up time.
- Disks
List<GetNiatelemetry Nia Inventory Result Disk> 
- Dn string
- Dn for the inventories present.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FabricName string
- Name of the fabric of the device being inventoried.
- FexCount double
- Number of fabric extendors utilized.
- InfraWi doubleNode Count 
- Number of appliances as physical device that are wired into the cluster.
- Interfaces
List<GetNiatelemetry Nia Inventory Result Interface> 
- IpAddress string
- The IP address of the device being inventoried.
- IsVirtual stringNode 
- Flag to specify if the node is virtual.
- LastReboot stringTime 
- Returns the last reboot Time of the device.
- LastReset stringReason 
- Returns the last reset reason of the device.
- LicenseStates List<GetNiatelemetry Nia Inventory Result License State> 
- LicenseType string
- Returns the License type of the device.
- LogIn stringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- LogOut stringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- MacSec doubleCount 
- Number of Macsec configured interfaces on a TOR.
- MacSec doubleFab Count 
- Number of Macsec configured interfaces on a Spine.
- MacsecTotal doubleCount 
- Number of total Macsec configured interfaces for all nodes.
- Memory double
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NexusCloud boolMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- NodeId string
- The ID of the device being inventoried.
- NrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- NxosBgp List<GetEvpns Niatelemetry Nia Inventory Result Nxos Bgp Evpn> 
- NxosBgp List<GetMvpns Niatelemetry Nia Inventory Result Nxos Bgp Mvpn> 
- NxosBootflash List<GetDetails Niatelemetry Nia Inventory Result Nxos Bootflash Detail> 
- NxosDci stringInterface Status 
- Returns the status of dci interface configured.
- NxosInterface List<GetBrieves Niatelemetry Nia Inventory Result Nxos Interface Brief> 
- NxosNve stringInterface Status 
- Returns the value of the nxosNveInterface field.
- NxosNve List<GetPacket Counters Niatelemetry Nia Inventory Result Nxos Nve Packet Counter> 
- NxosNve List<GetVnis Niatelemetry Nia Inventory Result Nxos Nve Vni> 
- NxosOspf doubleNeighbors 
- Total number of ospf neighbors per switch in DCNM.
- NxosPim stringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- NxosTelnet string
- Returns the value of the nxosTelnet field.
- NxosTotal doubleRoutes 
- Total number of routes configured in the DCNM.
- NxosVtps List<GetNiatelemetry Nia Inventory Result Nxos Vtp> 
- ObjectType string
- Owners List<string>
- Parents
List<GetNiatelemetry Nia Inventory Result Parent> 
- PermissionResources List<GetNiatelemetry Nia Inventory Result Permission Resource> 
- RecordType string
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Result Registered Device> 
- RoutePrefix doubleCount 
- Total nuumber of v4 and v6 routes per node.
- RoutePrefix doubleV4Count 
- Number of v4 routes per node.
- RoutePrefix doubleV6Count 
- Number of v6 routes per node.
- Serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- Siteuuid string
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- SmartAccount doubleId 
- Returns the value of the smartAccountId/CustomerId field.
- SoftwareDownload string
- Last software downloaded of device being inventoried. This determines if software download API was used.
- SystemUp stringTime 
- The amount of time that the device being inventoried been up.
- 
List<GetNiatelemetry Nia Inventory Result Tag> 
- VersionContexts List<GetNiatelemetry Nia Inventory Result Version Context> 
- VniStatuses List<GetNiatelemetry Nia Inventory Result Vni Status> 
- VpcPeer stringIp Address 
- The TEP IP address of the node's vPC peer, if present.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetNiatelemetry Nia Inventory Result Ancestor 
- ClassId string
- ControllerIp stringAddress 
- Returns controller's IP address details.
- Cpu float64
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- CrashReset stringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- CreateTime string
- The time when this managed object was created.
- CustomerDevice stringConnector 
- Returns the value of the customerDeviceConnector field.
- DcnmFan []GetDetails Niatelemetry Nia Inventory Result Dcnm Fan Detail 
- DcnmLicense stringState 
- Returns the License state of the device.
- DeviceDiscovery string
- Returns the value of the deviceDiscovery field.
- DeviceHealth float64
- Returns the device health.
- DeviceId string
- Returns the value of the deviceId field.
- DeviceName string
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- DeviceType string
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- DeviceUp float64Time 
- Returns the device up time.
- Disks
[]GetNiatelemetry Nia Inventory Result Disk 
- Dn string
- Dn for the inventories present.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FabricName string
- Name of the fabric of the device being inventoried.
- FexCount float64
- Number of fabric extendors utilized.
- InfraWi float64Node Count 
- Number of appliances as physical device that are wired into the cluster.
- Interfaces
[]GetNiatelemetry Nia Inventory Result Interface 
- IpAddress string
- The IP address of the device being inventoried.
- IsVirtual stringNode 
- Flag to specify if the node is virtual.
- LastReboot stringTime 
- Returns the last reboot Time of the device.
- LastReset stringReason 
- Returns the last reset reason of the device.
- LicenseStates []GetNiatelemetry Nia Inventory Result License State 
- LicenseType string
- Returns the License type of the device.
- LogIn stringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- LogOut stringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- MacSec float64Count 
- Number of Macsec configured interfaces on a TOR.
- MacSec float64Fab Count 
- Number of Macsec configured interfaces on a Spine.
- MacsecTotal float64Count 
- Number of total Macsec configured interfaces for all nodes.
- Memory float64
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NexusCloud boolMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- NodeId string
- The ID of the device being inventoried.
- NrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- NxosBgp []GetEvpns Niatelemetry Nia Inventory Result Nxos Bgp Evpn 
- NxosBgp []GetMvpns Niatelemetry Nia Inventory Result Nxos Bgp Mvpn 
- NxosBootflash []GetDetails Niatelemetry Nia Inventory Result Nxos Bootflash Detail 
- NxosDci stringInterface Status 
- Returns the status of dci interface configured.
- NxosInterface []GetBrieves Niatelemetry Nia Inventory Result Nxos Interface Brief 
- NxosNve stringInterface Status 
- Returns the value of the nxosNveInterface field.
- NxosNve []GetPacket Counters Niatelemetry Nia Inventory Result Nxos Nve Packet Counter 
- NxosNve []GetVnis Niatelemetry Nia Inventory Result Nxos Nve Vni 
- NxosOspf float64Neighbors 
- Total number of ospf neighbors per switch in DCNM.
- NxosPim stringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- NxosTelnet string
- Returns the value of the nxosTelnet field.
- NxosTotal float64Routes 
- Total number of routes configured in the DCNM.
- NxosVtps []GetNiatelemetry Nia Inventory Result Nxos Vtp 
- ObjectType string
- Owners []string
- Parents
[]GetNiatelemetry Nia Inventory Result Parent 
- PermissionResources []GetNiatelemetry Nia Inventory Result Permission Resource 
- RecordType string
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Result Registered Device 
- RoutePrefix float64Count 
- Total nuumber of v4 and v6 routes per node.
- RoutePrefix float64V4Count 
- Number of v4 routes per node.
- RoutePrefix float64V6Count 
- Number of v6 routes per node.
- Serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- Siteuuid string
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- SmartAccount float64Id 
- Returns the value of the smartAccountId/CustomerId field.
- SoftwareDownload string
- Last software downloaded of device being inventoried. This determines if software download API was used.
- SystemUp stringTime 
- The amount of time that the device being inventoried been up.
- 
[]GetNiatelemetry Nia Inventory Result Tag 
- VersionContexts []GetNiatelemetry Nia Inventory Result Version Context 
- VniStatuses []GetNiatelemetry Nia Inventory Result Vni Status 
- VpcPeer stringIp Address 
- The TEP IP address of the node's vPC peer, if present.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetNiatelemetry Nia Inventory Result Ancestor> 
- classId String
- controllerIp StringAddress 
- Returns controller's IP address details.
- cpu Double
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- crashReset StringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- createTime String
- The time when this managed object was created.
- customerDevice StringConnector 
- Returns the value of the customerDeviceConnector field.
- dcnmFan List<GetDetails Niatelemetry Nia Inventory Result Dcnm Fan Detail> 
- dcnmLicense StringState 
- Returns the License state of the device.
- deviceDiscovery String
- Returns the value of the deviceDiscovery field.
- deviceHealth Double
- Returns the device health.
- deviceId String
- Returns the value of the deviceId field.
- deviceName String
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- deviceType String
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- deviceUp DoubleTime 
- Returns the device up time.
- disks
List<GetNiatelemetry Nia Inventory Result Disk> 
- dn String
- Dn for the inventories present.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- fabricName String
- Name of the fabric of the device being inventoried.
- fexCount Double
- Number of fabric extendors utilized.
- infraWi DoubleNode Count 
- Number of appliances as physical device that are wired into the cluster.
- interfaces
List<GetNiatelemetry Nia Inventory Result Interface> 
- ipAddress String
- The IP address of the device being inventoried.
- isVirtual StringNode 
- Flag to specify if the node is virtual.
- lastReboot StringTime 
- Returns the last reboot Time of the device.
- lastReset StringReason 
- Returns the last reset reason of the device.
- licenseStates List<GetNiatelemetry Nia Inventory Result License State> 
- licenseType String
- Returns the License type of the device.
- logIn StringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- logOut StringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- macSec DoubleCount 
- Number of Macsec configured interfaces on a TOR.
- macSec DoubleFab Count 
- Number of Macsec configured interfaces on a Spine.
- macsecTotal DoubleCount 
- Number of total Macsec configured interfaces for all nodes.
- memory Double
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nexusCloud BooleanMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- nodeId String
- The ID of the device being inventoried.
- nrVersion String
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- nxosBgp List<GetEvpns Niatelemetry Nia Inventory Result Nxos Bgp Evpn> 
- nxosBgp List<GetMvpns Niatelemetry Nia Inventory Result Nxos Bgp Mvpn> 
- nxosBootflash List<GetDetails Niatelemetry Nia Inventory Result Nxos Bootflash Detail> 
- nxosDci StringInterface Status 
- Returns the status of dci interface configured.
- nxosInterface List<GetBrieves Niatelemetry Nia Inventory Result Nxos Interface Brief> 
- nxosNve StringInterface Status 
- Returns the value of the nxosNveInterface field.
- nxosNve List<GetPacket Counters Niatelemetry Nia Inventory Result Nxos Nve Packet Counter> 
- nxosNve List<GetVnis Niatelemetry Nia Inventory Result Nxos Nve Vni> 
- nxosOspf DoubleNeighbors 
- Total number of ospf neighbors per switch in DCNM.
- nxosPim StringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- nxosTelnet String
- Returns the value of the nxosTelnet field.
- nxosTotal DoubleRoutes 
- Total number of routes configured in the DCNM.
- nxosVtps List<GetNiatelemetry Nia Inventory Result Nxos Vtp> 
- objectType String
- owners List<String>
- parents
List<GetNiatelemetry Nia Inventory Result Parent> 
- permissionResources List<GetNiatelemetry Nia Inventory Result Permission Resource> 
- recordType String
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Result Registered Device> 
- routePrefix DoubleCount 
- Total nuumber of v4 and v6 routes per node.
- routePrefix DoubleV4Count 
- Number of v4 routes per node.
- routePrefix DoubleV6Count 
- Number of v6 routes per node.
- serial String
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- siteuuid String
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- smartAccount DoubleId 
- Returns the value of the smartAccountId/CustomerId field.
- softwareDownload String
- Last software downloaded of device being inventoried. This determines if software download API was used.
- systemUp StringTime 
- The amount of time that the device being inventoried been up.
- 
List<GetNiatelemetry Nia Inventory Result Tag> 
- versionContexts List<GetNiatelemetry Nia Inventory Result Version Context> 
- vniStatuses List<GetNiatelemetry Nia Inventory Result Vni Status> 
- vpcPeer StringIp Address 
- The TEP IP address of the node's vPC peer, if present.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetNiatelemetry Nia Inventory Result Ancestor[] 
- classId string
- controllerIp stringAddress 
- Returns controller's IP address details.
- cpu number
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- crashReset stringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- createTime string
- The time when this managed object was created.
- customerDevice stringConnector 
- Returns the value of the customerDeviceConnector field.
- dcnmFan GetDetails Niatelemetry Nia Inventory Result Dcnm Fan Detail[] 
- dcnmLicense stringState 
- Returns the License state of the device.
- deviceDiscovery string
- Returns the value of the deviceDiscovery field.
- deviceHealth number
- Returns the device health.
- deviceId string
- Returns the value of the deviceId field.
- deviceName string
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- deviceType string
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- deviceUp numberTime 
- Returns the device up time.
- disks
GetNiatelemetry Nia Inventory Result Disk[] 
- dn string
- Dn for the inventories present.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- fabricName string
- Name of the fabric of the device being inventoried.
- fexCount number
- Number of fabric extendors utilized.
- infraWi numberNode Count 
- Number of appliances as physical device that are wired into the cluster.
- interfaces
GetNiatelemetry Nia Inventory Result Interface[] 
- ipAddress string
- The IP address of the device being inventoried.
- isVirtual stringNode 
- Flag to specify if the node is virtual.
- lastReboot stringTime 
- Returns the last reboot Time of the device.
- lastReset stringReason 
- Returns the last reset reason of the device.
- licenseStates GetNiatelemetry Nia Inventory Result License State[] 
- licenseType string
- Returns the License type of the device.
- logIn stringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- logOut stringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- macSec numberCount 
- Number of Macsec configured interfaces on a TOR.
- macSec numberFab Count 
- Number of Macsec configured interfaces on a Spine.
- macsecTotal numberCount 
- Number of total Macsec configured interfaces for all nodes.
- memory number
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nexusCloud booleanMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- nodeId string
- The ID of the device being inventoried.
- nrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- nxosBgp GetEvpns Niatelemetry Nia Inventory Result Nxos Bgp Evpn[] 
- nxosBgp GetMvpns Niatelemetry Nia Inventory Result Nxos Bgp Mvpn[] 
- nxosBootflash GetDetails Niatelemetry Nia Inventory Result Nxos Bootflash Detail[] 
- nxosDci stringInterface Status 
- Returns the status of dci interface configured.
- nxosInterface GetBrieves Niatelemetry Nia Inventory Result Nxos Interface Brief[] 
- nxosNve stringInterface Status 
- Returns the value of the nxosNveInterface field.
- nxosNve GetPacket Counters Niatelemetry Nia Inventory Result Nxos Nve Packet Counter[] 
- nxosNve GetVnis Niatelemetry Nia Inventory Result Nxos Nve Vni[] 
- nxosOspf numberNeighbors 
- Total number of ospf neighbors per switch in DCNM.
- nxosPim stringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- nxosTelnet string
- Returns the value of the nxosTelnet field.
- nxosTotal numberRoutes 
- Total number of routes configured in the DCNM.
- nxosVtps GetNiatelemetry Nia Inventory Result Nxos Vtp[] 
- objectType string
- owners string[]
- parents
GetNiatelemetry Nia Inventory Result Parent[] 
- permissionResources GetNiatelemetry Nia Inventory Result Permission Resource[] 
- recordType string
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Result Registered Device[] 
- routePrefix numberCount 
- Total nuumber of v4 and v6 routes per node.
- routePrefix numberV4Count 
- Number of v4 routes per node.
- routePrefix numberV6Count 
- Number of v6 routes per node.
- serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- siteuuid string
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- smartAccount numberId 
- Returns the value of the smartAccountId/CustomerId field.
- softwareDownload string
- Last software downloaded of device being inventoried. This determines if software download API was used.
- systemUp stringTime 
- The amount of time that the device being inventoried been up.
- 
GetNiatelemetry Nia Inventory Result Tag[] 
- versionContexts GetNiatelemetry Nia Inventory Result Version Context[] 
- vniStatuses GetNiatelemetry Nia Inventory Result Vni Status[] 
- vpcPeer stringIp Address 
- The TEP IP address of the node's vPC peer, if present.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetNiatelemetry Nia Inventory Result Ancestor] 
- class_id str
- controller_ip_ straddress 
- Returns controller's IP address details.
- cpu float
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- crash_reset_ strlogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- create_time str
- The time when this managed object was created.
- customer_device_ strconnector 
- Returns the value of the customerDeviceConnector field.
- dcnm_fan_ Sequence[Getdetails Niatelemetry Nia Inventory Result Dcnm Fan Detail] 
- dcnm_license_ strstate 
- Returns the License state of the device.
- device_discovery str
- Returns the value of the deviceDiscovery field.
- device_health float
- Returns the device health.
- device_id str
- Returns the value of the deviceId field.
- device_name str
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- device_type str
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- device_up_ floattime 
- Returns the device up time.
- disks
Sequence[GetNiatelemetry Nia Inventory Result Disk] 
- dn str
- Dn for the inventories present.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- fabric_name str
- Name of the fabric of the device being inventoried.
- fex_count float
- Number of fabric extendors utilized.
- infra_wi_ floatnode_ count 
- Number of appliances as physical device that are wired into the cluster.
- interfaces
Sequence[GetNiatelemetry Nia Inventory Result Interface] 
- ip_address str
- The IP address of the device being inventoried.
- is_virtual_ strnode 
- Flag to specify if the node is virtual.
- last_reboot_ strtime 
- Returns the last reboot Time of the device.
- last_reset_ strreason 
- Returns the last reset reason of the device.
- license_states Sequence[GetNiatelemetry Nia Inventory Result License State] 
- license_type str
- Returns the License type of the device.
- log_in_ strtime 
- Last log in time device being inventoried. This determines the last login time on the device.
- log_out_ strtime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- mac_sec_ floatcount 
- Number of Macsec configured interfaces on a TOR.
- mac_sec_ floatfab_ count 
- Number of Macsec configured interfaces on a Spine.
- macsec_total_ floatcount 
- Number of total Macsec configured interfaces for all nodes.
- memory float
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nexus_cloud_ boolmembership_ status 
- Returns if site has been onboarded to nexus cloud or not.
- node_id str
- The ID of the device being inventoried.
- nr_version str
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- nxos_bgp_ Sequence[Getevpns Niatelemetry Nia Inventory Result Nxos Bgp Evpn] 
- nxos_bgp_ Sequence[Getmvpns Niatelemetry Nia Inventory Result Nxos Bgp Mvpn] 
- nxos_bootflash_ Sequence[Getdetails Niatelemetry Nia Inventory Result Nxos Bootflash Detail] 
- nxos_dci_ strinterface_ status 
- Returns the status of dci interface configured.
- nxos_interface_ Sequence[Getbrieves Niatelemetry Nia Inventory Result Nxos Interface Brief] 
- nxos_nve_ strinterface_ status 
- Returns the value of the nxosNveInterface field.
- nxos_nve_ Sequence[Getpacket_ counters Niatelemetry Nia Inventory Result Nxos Nve Packet Counter] 
- nxos_nve_ Sequence[Getvnis Niatelemetry Nia Inventory Result Nxos Nve Vni] 
- nxos_ospf_ floatneighbors 
- Total number of ospf neighbors per switch in DCNM.
- nxos_pim_ strneighbors 
- Total number of pim neighbors per switch in DCNM.
- nxos_telnet str
- Returns the value of the nxosTelnet field.
- nxos_total_ floatroutes 
- Total number of routes configured in the DCNM.
- nxos_vtps Sequence[GetNiatelemetry Nia Inventory Result Nxos Vtp] 
- object_type str
- owners Sequence[str]
- parents
Sequence[GetNiatelemetry Nia Inventory Result Parent] 
- permission_resources Sequence[GetNiatelemetry Nia Inventory Result Permission Resource] 
- record_type str
- Type of record DCNM / APIC / SE / Nexus Switch. 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 Nia Inventory Result Registered Device] 
- route_prefix_ floatcount 
- Total nuumber of v4 and v6 routes per node.
- route_prefix_ floatv4_ count 
- Number of v4 routes per node.
- route_prefix_ floatv6_ count 
- Number of v6 routes per node.
- serial str
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- siteuuid str
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- smart_account_ floatid 
- Returns the value of the smartAccountId/CustomerId field.
- software_download str
- Last software downloaded of device being inventoried. This determines if software download API was used.
- system_up_ strtime 
- The amount of time that the device being inventoried been up.
- 
Sequence[GetNiatelemetry Nia Inventory Result Tag] 
- version_contexts Sequence[GetNiatelemetry Nia Inventory Result Version Context] 
- vni_statuses Sequence[GetNiatelemetry Nia Inventory Result Vni Status] 
- vpc_peer_ strip_ address 
- The TEP IP address of the node's vPC peer, if present.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- controllerIp StringAddress 
- Returns controller's IP address details.
- cpu Number
- CPU usage of device being inventoried. This determines the percentage of CPU resources used.
- crashReset StringLogs 
- Last crash reset reason of device being inventoried. This determines the last reason for a device's restart due to crash of the system.
- createTime String
- The time when this managed object was created.
- customerDevice StringConnector 
- Returns the value of the customerDeviceConnector field.
- dcnmFan List<Property Map>Details 
- dcnmLicense StringState 
- Returns the License state of the device.
- deviceDiscovery String
- Returns the value of the deviceDiscovery field.
- deviceHealth Number
- Returns the device health.
- deviceId String
- Returns the value of the deviceId field.
- deviceName String
- Name of device being inventoried. The name the user assigns to the device is inventoried here.
- deviceType String
- Type of device being inventoried. This determines whether the device is a controller, leaf or spine.
- deviceUp NumberTime 
- Returns the device up time.
- disks List<Property Map>
- dn String
- Dn for the inventories present.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- fabricName String
- Name of the fabric of the device being inventoried.
- fexCount Number
- Number of fabric extendors utilized.
- infraWi NumberNode Count 
- Number of appliances as physical device that are wired into the cluster.
- interfaces List<Property Map>
- ipAddress String
- The IP address of the device being inventoried.
- isVirtual StringNode 
- Flag to specify if the node is virtual.
- lastReboot StringTime 
- Returns the last reboot Time of the device.
- lastReset StringReason 
- Returns the last reset reason of the device.
- licenseStates List<Property Map>
- licenseType String
- Returns the License type of the device.
- logIn StringTime 
- Last log in time device being inventoried. This determines the last login time on the device.
- logOut StringTime 
- Last log out time of device being inventoried. This determines the last logout time on the device.
- macSec NumberCount 
- Number of Macsec configured interfaces on a TOR.
- macSec NumberFab Count 
- Number of Macsec configured interfaces on a Spine.
- macsecTotal NumberCount 
- Number of total Macsec configured interfaces for all nodes.
- memory Number
- Memory usage of device being inventoried. This determines the percentage of memory resources used.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nexusCloud BooleanMembership Status 
- Returns if site has been onboarded to nexus cloud or not.
- nodeId String
- The ID of the device being inventoried.
- nrVersion String
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- nxosBgp List<Property Map>Evpns 
- nxosBgp List<Property Map>Mvpns 
- nxosBootflash List<Property Map>Details 
- nxosDci StringInterface Status 
- Returns the status of dci interface configured.
- nxosInterface List<Property Map>Brieves 
- nxosNve StringInterface Status 
- Returns the value of the nxosNveInterface field.
- nxosNve List<Property Map>Packet Counters 
- nxosNve List<Property Map>Vnis 
- nxosOspf NumberNeighbors 
- Total number of ospf neighbors per switch in DCNM.
- nxosPim StringNeighbors 
- Total number of pim neighbors per switch in DCNM.
- nxosTelnet String
- Returns the value of the nxosTelnet field.
- nxosTotal NumberRoutes 
- Total number of routes configured in the DCNM.
- nxosVtps List<Property Map>
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- recordType String
- Type of record DCNM / APIC / SE / Nexus Switch. 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>
- routePrefix NumberCount 
- Total nuumber of v4 and v6 routes per node.
- routePrefix NumberV4Count 
- Number of v4 routes per node.
- routePrefix NumberV6Count 
- Number of v6 routes per node.
- serial String
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- 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
- Name of fabric domain of the controller.
- siteuuid String
- Returns the uuid of the Nexus Cloud site associated to the inventory object.
- smartAccount NumberId 
- Returns the value of the smartAccountId/CustomerId field.
- softwareDownload String
- Last software downloaded of device being inventoried. This determines if software download API was used.
- systemUp StringTime 
- The amount of time that the device being inventoried been up.
- List<Property Map>
- versionContexts List<Property Map>
- vniStatuses List<Property Map>
- vpcPeer StringIp Address 
- The TEP IP address of the node's vPC peer, if present.
GetNiatelemetryNiaInventoryResultAncestor     
- 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
GetNiatelemetryNiaInventoryResultDcnmFanDetail       
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- ProductId string
- SerialNumber string
- VendorId string
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- ProductId string
- SerialNumber string
- VendorId string
- additionalProperties String
- classId String
- name String
- objectType String
- productId String
- serialNumber String
- vendorId String
- additionalProperties string
- classId string
- name string
- objectType string
- productId string
- serialNumber string
- vendorId string
- additional_properties str
- class_id str
- name str
- object_type str
- product_id str
- serial_number str
- vendor_id str
- additionalProperties String
- classId String
- name String
- objectType String
- productId String
- serialNumber String
- vendorId String
GetNiatelemetryNiaInventoryResultDisk     
- AdditionalProperties string
- ClassId string
- Free double
- Name string
- ObjectType string
- Total double
- Used double
- AdditionalProperties string
- ClassId string
- Free float64
- Name string
- ObjectType string
- Total float64
- Used float64
- additionalProperties String
- classId String
- free Double
- name String
- objectType String
- total Double
- used Double
- additionalProperties string
- classId string
- free number
- name string
- objectType string
- total number
- used number
- additional_properties str
- class_id str
- free float
- name str
- object_type str
- total float
- used float
- additionalProperties String
- classId String
- free Number
- name String
- objectType String
- total Number
- used Number
GetNiatelemetryNiaInventoryResultInterface     
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- OperState string
- XcvrPresent string
- AdditionalProperties string
- ClassId string
- Name string
- ObjectType string
- OperState string
- XcvrPresent string
- additionalProperties String
- classId String
- name String
- objectType String
- operState String
- xcvrPresent String
- additionalProperties string
- classId string
- name string
- objectType string
- operState string
- xcvrPresent string
- additional_properties str
- class_id str
- name str
- object_type str
- oper_state str
- xcvr_present str
- additionalProperties String
- classId String
- name String
- objectType String
- operState String
- xcvrPresent String
GetNiatelemetryNiaInventoryResultLicenseState      
- 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
GetNiatelemetryNiaInventoryResultNxosBgpEvpn       
- AdditionalProperties string
- ClassId string
- NxosEvpn stringMac Count 
- ObjectType string
- TotalNetworks double
- TotalPaths double
- AdditionalProperties string
- ClassId string
- NxosEvpn stringMac Count 
- ObjectType string
- TotalNetworks float64
- TotalPaths float64
- additionalProperties String
- classId String
- nxosEvpn StringMac Count 
- objectType String
- totalNetworks Double
- totalPaths Double
- additionalProperties string
- classId string
- nxosEvpn stringMac Count 
- objectType string
- totalNetworks number
- totalPaths number
- additional_properties str
- class_id str
- nxos_evpn_ strmac_ count 
- object_type str
- total_networks float
- total_paths float
- additionalProperties String
- classId String
- nxosEvpn StringMac Count 
- objectType String
- totalNetworks Number
- totalPaths Number
GetNiatelemetryNiaInventoryResultNxosBgpMvpn       
- AdditionalProperties string
- CapablePeers double
- ClassId string
- ConfiguredPeers double
- MemoryUsed double
- NumberOf doubleCluster Lists 
- NumberOf doubleCommunities 
- ObjectType string
- TableVersion double
- TotalNetworks double
- TotalPaths double
- AdditionalProperties string
- CapablePeers float64
- ClassId string
- ConfiguredPeers float64
- MemoryUsed float64
- NumberOf float64Cluster Lists 
- NumberOf float64Communities 
- ObjectType string
- TableVersion float64
- TotalNetworks float64
- TotalPaths float64
- additionalProperties String
- capablePeers Double
- classId String
- configuredPeers Double
- memoryUsed Double
- numberOf DoubleCluster Lists 
- numberOf DoubleCommunities 
- objectType String
- tableVersion Double
- totalNetworks Double
- totalPaths Double
- additionalProperties string
- capablePeers number
- classId string
- configuredPeers number
- memoryUsed number
- numberOf numberCluster Lists 
- numberOf numberCommunities 
- objectType string
- tableVersion number
- totalNetworks number
- totalPaths number
- additional_properties str
- capable_peers float
- class_id str
- configured_peers float
- memory_used float
- number_of_ floatcluster_ lists 
- number_of_ floatcommunities 
- object_type str
- table_version float
- total_networks float
- total_paths float
- additionalProperties String
- capablePeers Number
- classId String
- configuredPeers Number
- memoryUsed Number
- numberOf NumberCluster Lists 
- numberOf NumberCommunities 
- objectType String
- tableVersion Number
- totalNetworks Number
- totalPaths Number
GetNiatelemetryNiaInventoryResultNxosBootflashDetail       
- AdditionalProperties string
- ClassId string
- FwRev string
- ModelType string
- ObjectType string
- Serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- AdditionalProperties string
- ClassId string
- FwRev string
- ModelType string
- ObjectType string
- Serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- additionalProperties String
- classId String
- fwRev String
- modelType String
- objectType String
- serial String
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- additionalProperties string
- classId string
- fwRev string
- modelType string
- objectType string
- serial string
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- additional_properties str
- class_id str
- fw_rev str
- model_type str
- object_type str
- serial str
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
- additionalProperties String
- classId String
- fwRev String
- modelType String
- objectType String
- serial String
- Serial number of device being invetoried. The serial number is unique per device and will be used as the key.
GetNiatelemetryNiaInventoryResultNxosInterfaceBrief       
- AdditionalProperties string
- ClassId string
- InterfaceDown doubleCount 
- InterfaceUp doubleCount 
- ObjectType string
- AdditionalProperties string
- ClassId string
- InterfaceDown float64Count 
- InterfaceUp float64Count 
- ObjectType string
- additionalProperties String
- classId String
- interfaceDown DoubleCount 
- interfaceUp DoubleCount 
- objectType String
- additionalProperties string
- classId string
- interfaceDown numberCount 
- interfaceUp numberCount 
- objectType string
- additional_properties str
- class_id str
- interface_down_ floatcount 
- interface_up_ floatcount 
- object_type str
- additionalProperties String
- classId String
- interfaceDown NumberCount 
- interfaceUp NumberCount 
- objectType String
GetNiatelemetryNiaInventoryResultNxosNvePacketCounter        
- AdditionalProperties string
- ClassId string
- McastInpkts double
- McastOutbytes double
- ObjectType string
- UcastInpkts double
- UcastOutpkts double
- AdditionalProperties string
- ClassId string
- McastInpkts float64
- McastOutbytes float64
- ObjectType string
- UcastInpkts float64
- UcastOutpkts float64
- additionalProperties String
- classId String
- mcastInpkts Double
- mcastOutbytes Double
- objectType String
- ucastInpkts Double
- ucastOutpkts Double
- additionalProperties string
- classId string
- mcastInpkts number
- mcastOutbytes number
- objectType string
- ucastInpkts number
- ucastOutpkts number
- additional_properties str
- class_id str
- mcast_inpkts float
- mcast_outbytes float
- object_type str
- ucast_inpkts float
- ucast_outpkts float
- additionalProperties String
- classId String
- mcastInpkts Number
- mcastOutbytes Number
- objectType String
- ucastInpkts Number
- ucastOutpkts Number
GetNiatelemetryNiaInventoryResultNxosNveVni       
- AdditionalProperties string
- ClassId string
- CpVni doubleCount 
- CpVni doubleDown 
- CpVni doubleUp 
- DpVni doubleCount 
- DpVni doubleDown 
- DpVni doubleUp 
- ObjectType string
- AdditionalProperties string
- ClassId string
- CpVni float64Count 
- CpVni float64Down 
- CpVni float64Up 
- DpVni float64Count 
- DpVni float64Down 
- DpVni float64Up 
- ObjectType string
- additionalProperties String
- classId String
- cpVni DoubleCount 
- cpVni DoubleDown 
- cpVni DoubleUp 
- dpVni DoubleCount 
- dpVni DoubleDown 
- dpVni DoubleUp 
- objectType String
- additionalProperties string
- classId string
- cpVni numberCount 
- cpVni numberDown 
- cpVni numberUp 
- dpVni numberCount 
- dpVni numberDown 
- dpVni numberUp 
- objectType string
- additional_properties str
- class_id str
- cp_vni_ floatcount 
- cp_vni_ floatdown 
- cp_vni_ floatup 
- dp_vni_ floatcount 
- dp_vni_ floatdown 
- dp_vni_ floatup 
- object_type str
- additionalProperties String
- classId String
- cpVni NumberCount 
- cpVni NumberDown 
- cpVni NumberUp 
- dpVni NumberCount 
- dpVni NumberDown 
- dpVni NumberUp 
- objectType String
GetNiatelemetryNiaInventoryResultNxosVtp      
- AdditionalProperties string
- ClassId string
- NrVersion double
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- ObjectType string
- OperMode string
- PruningMode string
- RunningVersion string
- TrapEnabled string
- V2Mode string
- AdditionalProperties string
- ClassId string
- NrVersion float64
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- ObjectType string
- OperMode string
- PruningMode string
- RunningVersion string
- TrapEnabled string
- V2Mode string
- additionalProperties String
- classId String
- nrVersion Double
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType String
- operMode String
- pruningMode String
- runningVersion String
- trapEnabled String
- v2Mode String
- additionalProperties string
- classId string
- nrVersion number
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType string
- operMode string
- pruningMode string
- runningVersion string
- trapEnabled string
- v2Mode string
- additional_properties str
- class_id str
- nr_version float
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- object_type str
- oper_mode str
- pruning_mode str
- running_version str
- trap_enabled str
- v2_mode str
- additionalProperties String
- classId String
- nrVersion Number
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType String
- operMode String
- pruningMode String
- runningVersion String
- trapEnabled String
- v2Mode String
GetNiatelemetryNiaInventoryResultParent     
- 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
GetNiatelemetryNiaInventoryResultPermissionResource      
- 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
GetNiatelemetryNiaInventoryResultRegisteredDevice      
- 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
GetNiatelemetryNiaInventoryResultTag     
- 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
GetNiatelemetryNiaInventoryResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetNiatelemetry Nia Inventory Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- ObjectType string
- RefMos List<GetNiatelemetry Nia Inventory Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetNiatelemetry Nia Inventory Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- ObjectType string
- RefMos []GetNiatelemetry Nia Inventory Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetNiatelemetry Nia Inventory Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType String
- refMos List<GetNiatelemetry Nia Inventory Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetNiatelemetry Nia Inventory Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType string
- refMos GetNiatelemetry Nia Inventory Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetNiatelemetry Nia Inventory Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- object_type str
- ref_mos Sequence[GetNiatelemetry Nia Inventory Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetNiatelemetryNiaInventoryResultVersionContextInterestedMo        
- 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
GetNiatelemetryNiaInventoryResultVersionContextRefMo        
- 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
GetNiatelemetryNiaInventoryResultVniStatus      
- AdditionalProperties string
- ClassId string
- ObjectType string
- Vni string
- VniState string
- VniType string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Vni string
- VniState string
- VniType string
- additionalProperties String
- classId String
- objectType String
- vni String
- vniState String
- vniType String
- additionalProperties string
- classId string
- objectType string
- vni string
- vniState string
- vniType string
- additional_properties str
- class_id str
- object_type str
- vni str
- vni_state str
- vni_type str
- additionalProperties String
- classId String
- objectType String
- vni String
- vniState String
- vniType String
GetNiatelemetryNiaInventoryTag    
- 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.
GetNiatelemetryNiaInventoryVersionContext     
- 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 Nia Inventory 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
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNiatelemetry Nia Inventory 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 Nia Inventory 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
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetNiatelemetry Nia Inventory 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 Nia Inventory 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
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNiatelemetry Nia Inventory 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 Nia Inventory 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
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetNiatelemetry Nia Inventory 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 Nia Inventory 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
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- 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 Nia Inventory 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
- Software version of device being inventoried. The various software version values for each device are available on cisco.com.
- 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.
 
GetNiatelemetryNiaInventoryVersionContextInterestedMo       
- 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'.
 
GetNiatelemetryNiaInventoryVersionContextRefMo       
- 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'.
 
GetNiatelemetryNiaInventoryVniStatus     
- 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Vni string
- Returns the vni id of the vni.
- VniState string
- Returns the vni state of the vni.
- VniType string
- Returns the vni type of the vni.
- 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.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Vni string
- Returns the vni id of the vni.
- VniState string
- Returns the vni state of the vni.
- VniType string
- Returns the vni type of the vni.
- 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vni String
- Returns the vni id of the vni.
- vniState String
- Returns the vni state of the vni.
- vniType String
- Returns the vni type of the vni.
- 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.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vni string
- Returns the vni id of the vni.
- vniState string
- Returns the vni state of the vni.
- vniType string
- Returns the vni type of the vni.
- 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.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vni str
- Returns the vni id of the vni.
- vni_state str
- Returns the vni state of the vni.
- vni_type str
- Returns the vni type of the vni.
- 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.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- vni String
- Returns the vni id of the vni.
- vniState String
- Returns the vni state of the vni.
- vniType String
- Returns the vni type of the vni.
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