1. Packages
  2. Intersight Provider
  3. API Docs
  4. getNiatelemetryNiaInventoryDcnm
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getNiatelemetryNiaInventoryDcnm

Explore with Pulumi AI

Inventory Object available for DCNM-scoped attributes.

Using getNiatelemetryNiaInventoryDcnm

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 getNiatelemetryNiaInventoryDcnm(args: GetNiatelemetryNiaInventoryDcnmArgs, opts?: InvokeOptions): Promise<GetNiatelemetryNiaInventoryDcnmResult>
function getNiatelemetryNiaInventoryDcnmOutput(args: GetNiatelemetryNiaInventoryDcnmOutputArgs, opts?: InvokeOptions): Output<GetNiatelemetryNiaInventoryDcnmResult>
Copy
def get_niatelemetry_nia_inventory_dcnm(account_moid: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        ancestors: Optional[Sequence[GetNiatelemetryNiaInventoryDcnmAncestor]] = None,
                                        class_id: Optional[str] = None,
                                        controller_health: Optional[float] = None,
                                        create_time: Optional[str] = None,
                                        dev: Optional[bool] = None,
                                        domain_group_moid: Optional[str] = None,
                                        epld_image_count: Optional[float] = None,
                                        golden_image_details: Optional[Sequence[GetNiatelemetryNiaInventoryDcnmGoldenImageDetail]] = None,
                                        ha_enabled: Optional[bool] = None,
                                        ha_replication_status: Optional[str] = None,
                                        id: Optional[str] = None,
                                        install: Optional[str] = None,
                                        installation_type: Optional[str] = None,
                                        installation_type_description: Optional[str] = None,
                                        is_isn_configured: Optional[bool] = None,
                                        is_media_controller: Optional[bool] = None,
                                        is_smart_license_enabled: Optional[bool] = None,
                                        mod_time: Optional[str] = None,
                                        mode: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        ndfc_fabric_name: Optional[str] = None,
                                        ndfc_oper_state: Optional[str] = None,
                                        network_info: Optional[GetNiatelemetryNiaInventoryDcnmNetworkInfo] = None,
                                        nr_version: Optional[str] = None,
                                        num_dcnm_site: Optional[float] = None,
                                        num_fabrics: Optional[float] = None,
                                        num_fabrics_in_msd: Optional[float] = None,
                                        num_ingress_replication_fabrics: Optional[float] = None,
                                        num_local_users: Optional[float] = None,
                                        num_msd: Optional[float] = None,
                                        num_svi_vrf_count: Optional[float] = None,
                                        num_trm_enabled_count: Optional[float] = None,
                                        num_upg_users: Optional[float] = None,
                                        nxos_image_count: Optional[float] = None,
                                        object_type: Optional[str] = None,
                                        outofband_ip: Optional[str] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        parent: Optional[GetNiatelemetryNiaInventoryDcnmParent] = None,
                                        permission_resources: Optional[Sequence[GetNiatelemetryNiaInventoryDcnmPermissionResource]] = None,
                                        record_type: Optional[str] = None,
                                        record_version: Optional[str] = None,
                                        registered_device: Optional[GetNiatelemetryNiaInventoryDcnmRegisteredDevice] = None,
                                        serial: Optional[str] = None,
                                        shared_scope: Optional[str] = None,
                                        site_name: Optional[str] = None,
                                        tags: Optional[Sequence[GetNiatelemetryNiaInventoryDcnmTag]] = None,
                                        underlay_peering_active_links_count: Optional[float] = None,
                                        upg_job_count: Optional[float] = None,
                                        upg_statuses: Optional[Sequence[GetNiatelemetryNiaInventoryDcnmUpgStatus]] = None,
                                        version_context: Optional[GetNiatelemetryNiaInventoryDcnmVersionContext] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetNiatelemetryNiaInventoryDcnmResult
def get_niatelemetry_nia_inventory_dcnm_output(account_moid: Optional[pulumi.Input[str]] = None,
                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryDcnmAncestorArgs]]]] = None,
                                        class_id: Optional[pulumi.Input[str]] = None,
                                        controller_health: Optional[pulumi.Input[float]] = None,
                                        create_time: Optional[pulumi.Input[str]] = None,
                                        dev: Optional[pulumi.Input[bool]] = None,
                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                        epld_image_count: Optional[pulumi.Input[float]] = None,
                                        golden_image_details: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryDcnmGoldenImageDetailArgs]]]] = None,
                                        ha_enabled: Optional[pulumi.Input[bool]] = None,
                                        ha_replication_status: Optional[pulumi.Input[str]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        install: Optional[pulumi.Input[str]] = None,
                                        installation_type: Optional[pulumi.Input[str]] = None,
                                        installation_type_description: Optional[pulumi.Input[str]] = None,
                                        is_isn_configured: Optional[pulumi.Input[bool]] = None,
                                        is_media_controller: Optional[pulumi.Input[bool]] = None,
                                        is_smart_license_enabled: Optional[pulumi.Input[bool]] = None,
                                        mod_time: Optional[pulumi.Input[str]] = None,
                                        mode: Optional[pulumi.Input[str]] = None,
                                        moid: Optional[pulumi.Input[str]] = None,
                                        ndfc_fabric_name: Optional[pulumi.Input[str]] = None,
                                        ndfc_oper_state: Optional[pulumi.Input[str]] = None,
                                        network_info: Optional[pulumi.Input[GetNiatelemetryNiaInventoryDcnmNetworkInfoArgs]] = None,
                                        nr_version: Optional[pulumi.Input[str]] = None,
                                        num_dcnm_site: Optional[pulumi.Input[float]] = None,
                                        num_fabrics: Optional[pulumi.Input[float]] = None,
                                        num_fabrics_in_msd: Optional[pulumi.Input[float]] = None,
                                        num_ingress_replication_fabrics: Optional[pulumi.Input[float]] = None,
                                        num_local_users: Optional[pulumi.Input[float]] = None,
                                        num_msd: Optional[pulumi.Input[float]] = None,
                                        num_svi_vrf_count: Optional[pulumi.Input[float]] = None,
                                        num_trm_enabled_count: Optional[pulumi.Input[float]] = None,
                                        num_upg_users: Optional[pulumi.Input[float]] = None,
                                        nxos_image_count: Optional[pulumi.Input[float]] = None,
                                        object_type: Optional[pulumi.Input[str]] = None,
                                        outofband_ip: Optional[pulumi.Input[str]] = None,
                                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        parent: Optional[pulumi.Input[GetNiatelemetryNiaInventoryDcnmParentArgs]] = None,
                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryDcnmPermissionResourceArgs]]]] = None,
                                        record_type: Optional[pulumi.Input[str]] = None,
                                        record_version: Optional[pulumi.Input[str]] = None,
                                        registered_device: Optional[pulumi.Input[GetNiatelemetryNiaInventoryDcnmRegisteredDeviceArgs]] = None,
                                        serial: Optional[pulumi.Input[str]] = None,
                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                        site_name: Optional[pulumi.Input[str]] = None,
                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryDcnmTagArgs]]]] = None,
                                        underlay_peering_active_links_count: Optional[pulumi.Input[float]] = None,
                                        upg_job_count: Optional[pulumi.Input[float]] = None,
                                        upg_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNiaInventoryDcnmUpgStatusArgs]]]] = None,
                                        version_context: Optional[pulumi.Input[GetNiatelemetryNiaInventoryDcnmVersionContextArgs]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetNiatelemetryNiaInventoryDcnmResult]
Copy
func LookupNiatelemetryNiaInventoryDcnm(ctx *Context, args *LookupNiatelemetryNiaInventoryDcnmArgs, opts ...InvokeOption) (*LookupNiatelemetryNiaInventoryDcnmResult, error)
func LookupNiatelemetryNiaInventoryDcnmOutput(ctx *Context, args *LookupNiatelemetryNiaInventoryDcnmOutputArgs, opts ...InvokeOption) LookupNiatelemetryNiaInventoryDcnmResultOutput
Copy

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

public static class GetNiatelemetryNiaInventoryDcnm 
{
    public static Task<GetNiatelemetryNiaInventoryDcnmResult> InvokeAsync(GetNiatelemetryNiaInventoryDcnmArgs args, InvokeOptions? opts = null)
    public static Output<GetNiatelemetryNiaInventoryDcnmResult> Invoke(GetNiatelemetryNiaInventoryDcnmInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetNiatelemetryNiaInventoryDcnmResult> getNiatelemetryNiaInventoryDcnm(GetNiatelemetryNiaInventoryDcnmArgs args, InvokeOptions options)
public static Output<GetNiatelemetryNiaInventoryDcnmResult> getNiatelemetryNiaInventoryDcnm(GetNiatelemetryNiaInventoryDcnmArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getNiatelemetryNiaInventoryDcnm:getNiatelemetryNiaInventoryDcnm
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetNiatelemetryNiaInventoryDcnmAncestor>
ClassId string
ControllerHealth double
Health of controller on DCNM.
CreateTime string
The time when this managed object was created.
Dev bool
Returns the value of the dev Field.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EpldImageCount double
Number of EPLD images uploaded to DCNM.
GoldenImageDetails List<GetNiatelemetryNiaInventoryDcnmGoldenImageDetail>
HaEnabled bool
Returns the value of the haEnabled field.
HaReplicationStatus string
Returns the value of the haReplicationStatus field.
Id string
Install string
Returns the value of the install field.
InstallationType string
Installation type of controller on DCNM.
InstallationTypeDescription string
Installation type description of controller on DCNM.
IsIsnConfigured bool
Returns true if ISN is configured.
IsMediaController bool
Returns the value of the isMediaController field.
IsSmartLicenseEnabled bool
Returns true if the Smart license is enabled and is in use.
ModTime string
The time when this managed object was last modified.
Mode string
Mode of controller on DCNM.
Moid string
The unique identifier of this Managed Object instance.
NdfcFabricName string
NDFC name information of the setup.
NdfcOperState string
NDFC status information for the setup.
NetworkInfo GetNiatelemetryNiaInventoryDcnmNetworkInfo
NrVersion string
Returns the value of the version field.
NumDcnmSite double
Returns the number of DCNM site fabrics.
NumFabrics double
Returns total number of fabrics in DCNM set-up.
NumFabricsInMsd double
Returns the number of fabrics in msd.
NumIngressReplicationFabrics double
Returns the number of fabrics that have ingress replication type.
NumLocalUsers double
Returns the number of local users other than admin user.
NumMsd double
Returns the number of MSD fabrics.
NumSviVrfCount double
Returns the number of svi interfaces configured for VRF vlans.
NumTrmEnabledCount double
Returns the number of links where TRM is enabled.
NumUpgUsers double
Number of users who have upgrade privileges excluding the admin.
NxosImageCount double
Number of NXOS images uploaded to DCNM.
ObjectType string
OutofbandIp string
Out of band IP of controller on DCNM.
Owners List<string>
Parent GetNiatelemetryNiaInventoryDcnmParent
PermissionResources List<GetNiatelemetryNiaInventoryDcnmPermissionResource>
RecordType string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
RecordVersion string
Version of record being pushed. This determines what was the API version for data available from the device.
RegisteredDevice GetNiatelemetryNiaInventoryDcnmRegisteredDevice
Serial string
Serial number of device being inventoried. The serial number is unique per device.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SiteName string
Name of fabric domain of the controller.
Tags List<GetNiatelemetryNiaInventoryDcnmTag>
UnderlayPeeringActiveLinksCount double
Returns the number of underlay peering active links.
UpgJobCount double
Number of upgrade jobs configured on DCNM.
UpgStatuses List<GetNiatelemetryNiaInventoryDcnmUpgStatus>
VersionContext GetNiatelemetryNiaInventoryDcnmVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetNiatelemetryNiaInventoryDcnmAncestor
ClassId string
ControllerHealth float64
Health of controller on DCNM.
CreateTime string
The time when this managed object was created.
Dev bool
Returns the value of the dev Field.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EpldImageCount float64
Number of EPLD images uploaded to DCNM.
GoldenImageDetails []GetNiatelemetryNiaInventoryDcnmGoldenImageDetail
HaEnabled bool
Returns the value of the haEnabled field.
HaReplicationStatus string
Returns the value of the haReplicationStatus field.
Id string
Install string
Returns the value of the install field.
InstallationType string
Installation type of controller on DCNM.
InstallationTypeDescription string
Installation type description of controller on DCNM.
IsIsnConfigured bool
Returns true if ISN is configured.
IsMediaController bool
Returns the value of the isMediaController field.
IsSmartLicenseEnabled bool
Returns true if the Smart license is enabled and is in use.
ModTime string
The time when this managed object was last modified.
Mode string
Mode of controller on DCNM.
Moid string
The unique identifier of this Managed Object instance.
NdfcFabricName string
NDFC name information of the setup.
NdfcOperState string
NDFC status information for the setup.
NetworkInfo GetNiatelemetryNiaInventoryDcnmNetworkInfo
NrVersion string
Returns the value of the version field.
NumDcnmSite float64
Returns the number of DCNM site fabrics.
NumFabrics float64
Returns total number of fabrics in DCNM set-up.
NumFabricsInMsd float64
Returns the number of fabrics in msd.
NumIngressReplicationFabrics float64
Returns the number of fabrics that have ingress replication type.
NumLocalUsers float64
Returns the number of local users other than admin user.
NumMsd float64
Returns the number of MSD fabrics.
NumSviVrfCount float64
Returns the number of svi interfaces configured for VRF vlans.
NumTrmEnabledCount float64
Returns the number of links where TRM is enabled.
NumUpgUsers float64
Number of users who have upgrade privileges excluding the admin.
NxosImageCount float64
Number of NXOS images uploaded to DCNM.
ObjectType string
OutofbandIp string
Out of band IP of controller on DCNM.
Owners []string
Parent GetNiatelemetryNiaInventoryDcnmParent
PermissionResources []GetNiatelemetryNiaInventoryDcnmPermissionResource
RecordType string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
RecordVersion string
Version of record being pushed. This determines what was the API version for data available from the device.
RegisteredDevice GetNiatelemetryNiaInventoryDcnmRegisteredDevice
Serial string
Serial number of device being inventoried. The serial number is unique per device.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
SiteName string
Name of fabric domain of the controller.
Tags []GetNiatelemetryNiaInventoryDcnmTag
UnderlayPeeringActiveLinksCount float64
Returns the number of underlay peering active links.
UpgJobCount float64
Number of upgrade jobs configured on DCNM.
UpgStatuses []GetNiatelemetryNiaInventoryDcnmUpgStatus
VersionContext GetNiatelemetryNiaInventoryDcnmVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetNiatelemetryNiaInventoryDcnmAncestor>
classId String
controllerHealth Double
Health of controller on DCNM.
createTime String
The time when this managed object was created.
dev Boolean
Returns the value of the dev Field.
domainGroupMoid String
The DomainGroup ID for this managed object.
epldImageCount Double
Number of EPLD images uploaded to DCNM.
goldenImageDetails List<GetNiatelemetryNiaInventoryDcnmGoldenImageDetail>
haEnabled Boolean
Returns the value of the haEnabled field.
haReplicationStatus String
Returns the value of the haReplicationStatus field.
id String
install String
Returns the value of the install field.
installationType String
Installation type of controller on DCNM.
installationTypeDescription String
Installation type description of controller on DCNM.
isIsnConfigured Boolean
Returns true if ISN is configured.
isMediaController Boolean
Returns the value of the isMediaController field.
isSmartLicenseEnabled Boolean
Returns true if the Smart license is enabled and is in use.
modTime String
The time when this managed object was last modified.
mode String
Mode of controller on DCNM.
moid String
The unique identifier of this Managed Object instance.
ndfcFabricName String
NDFC name information of the setup.
ndfcOperState String
NDFC status information for the setup.
networkInfo GetNiatelemetryNiaInventoryDcnmNetworkInfo
nrVersion String
Returns the value of the version field.
numDcnmSite Double
Returns the number of DCNM site fabrics.
numFabrics Double
Returns total number of fabrics in DCNM set-up.
numFabricsInMsd Double
Returns the number of fabrics in msd.
numIngressReplicationFabrics Double
Returns the number of fabrics that have ingress replication type.
numLocalUsers Double
Returns the number of local users other than admin user.
numMsd Double
Returns the number of MSD fabrics.
numSviVrfCount Double
Returns the number of svi interfaces configured for VRF vlans.
numTrmEnabledCount Double
Returns the number of links where TRM is enabled.
numUpgUsers Double
Number of users who have upgrade privileges excluding the admin.
nxosImageCount Double
Number of NXOS images uploaded to DCNM.
objectType String
outofbandIp String
Out of band IP of controller on DCNM.
owners List<String>
parent GetNiatelemetryNiaInventoryDcnmParent
permissionResources List<GetNiatelemetryNiaInventoryDcnmPermissionResource>
recordType String
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion String
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevice GetNiatelemetryNiaInventoryDcnmRegisteredDevice
serial String
Serial number of device being inventoried. The serial number is unique per device.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
siteName String
Name of fabric domain of the controller.
tags List<GetNiatelemetryNiaInventoryDcnmTag>
underlayPeeringActiveLinksCount Double
Returns the number of underlay peering active links.
upgJobCount Double
Number of upgrade jobs configured on DCNM.
upgStatuses List<GetNiatelemetryNiaInventoryDcnmUpgStatus>
versionContext GetNiatelemetryNiaInventoryDcnmVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetNiatelemetryNiaInventoryDcnmAncestor[]
classId string
controllerHealth number
Health of controller on DCNM.
createTime string
The time when this managed object was created.
dev boolean
Returns the value of the dev Field.
domainGroupMoid string
The DomainGroup ID for this managed object.
epldImageCount number
Number of EPLD images uploaded to DCNM.
goldenImageDetails GetNiatelemetryNiaInventoryDcnmGoldenImageDetail[]
haEnabled boolean
Returns the value of the haEnabled field.
haReplicationStatus string
Returns the value of the haReplicationStatus field.
id string
install string
Returns the value of the install field.
installationType string
Installation type of controller on DCNM.
installationTypeDescription string
Installation type description of controller on DCNM.
isIsnConfigured boolean
Returns true if ISN is configured.
isMediaController boolean
Returns the value of the isMediaController field.
isSmartLicenseEnabled boolean
Returns true if the Smart license is enabled and is in use.
modTime string
The time when this managed object was last modified.
mode string
Mode of controller on DCNM.
moid string
The unique identifier of this Managed Object instance.
ndfcFabricName string
NDFC name information of the setup.
ndfcOperState string
NDFC status information for the setup.
networkInfo GetNiatelemetryNiaInventoryDcnmNetworkInfo
nrVersion string
Returns the value of the version field.
numDcnmSite number
Returns the number of DCNM site fabrics.
numFabrics number
Returns total number of fabrics in DCNM set-up.
numFabricsInMsd number
Returns the number of fabrics in msd.
numIngressReplicationFabrics number
Returns the number of fabrics that have ingress replication type.
numLocalUsers number
Returns the number of local users other than admin user.
numMsd number
Returns the number of MSD fabrics.
numSviVrfCount number
Returns the number of svi interfaces configured for VRF vlans.
numTrmEnabledCount number
Returns the number of links where TRM is enabled.
numUpgUsers number
Number of users who have upgrade privileges excluding the admin.
nxosImageCount number
Number of NXOS images uploaded to DCNM.
objectType string
outofbandIp string
Out of band IP of controller on DCNM.
owners string[]
parent GetNiatelemetryNiaInventoryDcnmParent
permissionResources GetNiatelemetryNiaInventoryDcnmPermissionResource[]
recordType string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion string
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevice GetNiatelemetryNiaInventoryDcnmRegisteredDevice
serial string
Serial number of device being inventoried. The serial number is unique per device.
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
siteName string
Name of fabric domain of the controller.
tags GetNiatelemetryNiaInventoryDcnmTag[]
underlayPeeringActiveLinksCount number
Returns the number of underlay peering active links.
upgJobCount number
Number of upgrade jobs configured on DCNM.
upgStatuses GetNiatelemetryNiaInventoryDcnmUpgStatus[]
versionContext GetNiatelemetryNiaInventoryDcnmVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetNiatelemetryNiaInventoryDcnmAncestor]
class_id str
controller_health float
Health of controller on DCNM.
create_time str
The time when this managed object was created.
dev bool
Returns the value of the dev Field.
domain_group_moid str
The DomainGroup ID for this managed object.
epld_image_count float
Number of EPLD images uploaded to DCNM.
golden_image_details Sequence[GetNiatelemetryNiaInventoryDcnmGoldenImageDetail]
ha_enabled bool
Returns the value of the haEnabled field.
ha_replication_status str
Returns the value of the haReplicationStatus field.
id str
install str
Returns the value of the install field.
installation_type str
Installation type of controller on DCNM.
installation_type_description str
Installation type description of controller on DCNM.
is_isn_configured bool
Returns true if ISN is configured.
is_media_controller bool
Returns the value of the isMediaController field.
is_smart_license_enabled bool
Returns true if the Smart license is enabled and is in use.
mod_time str
The time when this managed object was last modified.
mode str
Mode of controller on DCNM.
moid str
The unique identifier of this Managed Object instance.
ndfc_fabric_name str
NDFC name information of the setup.
ndfc_oper_state str
NDFC status information for the setup.
network_info GetNiatelemetryNiaInventoryDcnmNetworkInfo
nr_version str
Returns the value of the version field.
num_dcnm_site float
Returns the number of DCNM site fabrics.
num_fabrics float
Returns total number of fabrics in DCNM set-up.
num_fabrics_in_msd float
Returns the number of fabrics in msd.
num_ingress_replication_fabrics float
Returns the number of fabrics that have ingress replication type.
num_local_users float
Returns the number of local users other than admin user.
num_msd float
Returns the number of MSD fabrics.
num_svi_vrf_count float
Returns the number of svi interfaces configured for VRF vlans.
num_trm_enabled_count float
Returns the number of links where TRM is enabled.
num_upg_users float
Number of users who have upgrade privileges excluding the admin.
nxos_image_count float
Number of NXOS images uploaded to DCNM.
object_type str
outofband_ip str
Out of band IP of controller on DCNM.
owners Sequence[str]
parent GetNiatelemetryNiaInventoryDcnmParent
permission_resources Sequence[GetNiatelemetryNiaInventoryDcnmPermissionResource]
record_type str
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
record_version str
Version of record being pushed. This determines what was the API version for data available from the device.
registered_device GetNiatelemetryNiaInventoryDcnmRegisteredDevice
serial str
Serial number of device being inventoried. The serial number is unique per device.
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
site_name str
Name of fabric domain of the controller.
tags Sequence[GetNiatelemetryNiaInventoryDcnmTag]
underlay_peering_active_links_count float
Returns the number of underlay peering active links.
upg_job_count float
Number of upgrade jobs configured on DCNM.
upg_statuses Sequence[GetNiatelemetryNiaInventoryDcnmUpgStatus]
version_context GetNiatelemetryNiaInventoryDcnmVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
classId String
controllerHealth Number
Health of controller on DCNM.
createTime String
The time when this managed object was created.
dev Boolean
Returns the value of the dev Field.
domainGroupMoid String
The DomainGroup ID for this managed object.
epldImageCount Number
Number of EPLD images uploaded to DCNM.
goldenImageDetails List<Property Map>
haEnabled Boolean
Returns the value of the haEnabled field.
haReplicationStatus String
Returns the value of the haReplicationStatus field.
id String
install String
Returns the value of the install field.
installationType String
Installation type of controller on DCNM.
installationTypeDescription String
Installation type description of controller on DCNM.
isIsnConfigured Boolean
Returns true if ISN is configured.
isMediaController Boolean
Returns the value of the isMediaController field.
isSmartLicenseEnabled Boolean
Returns true if the Smart license is enabled and is in use.
modTime String
The time when this managed object was last modified.
mode String
Mode of controller on DCNM.
moid String
The unique identifier of this Managed Object instance.
ndfcFabricName String
NDFC name information of the setup.
ndfcOperState String
NDFC status information for the setup.
networkInfo Property Map
nrVersion String
Returns the value of the version field.
numDcnmSite Number
Returns the number of DCNM site fabrics.
numFabrics Number
Returns total number of fabrics in DCNM set-up.
numFabricsInMsd Number
Returns the number of fabrics in msd.
numIngressReplicationFabrics Number
Returns the number of fabrics that have ingress replication type.
numLocalUsers Number
Returns the number of local users other than admin user.
numMsd Number
Returns the number of MSD fabrics.
numSviVrfCount Number
Returns the number of svi interfaces configured for VRF vlans.
numTrmEnabledCount Number
Returns the number of links where TRM is enabled.
numUpgUsers Number
Number of users who have upgrade privileges excluding the admin.
nxosImageCount Number
Number of NXOS images uploaded to DCNM.
objectType String
outofbandIp String
Out of band IP of controller on DCNM.
owners List<String>
parent Property Map
permissionResources List<Property Map>
recordType String
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion String
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevice Property Map
serial String
Serial number of device being inventoried. The serial number is unique per device.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
siteName String
Name of fabric domain of the controller.
tags List<Property Map>
underlayPeeringActiveLinksCount Number
Returns the number of underlay peering active links.
upgJobCount Number
Number of upgrade jobs configured on DCNM.
upgStatuses List<Property Map>
versionContext Property Map

getNiatelemetryNiaInventoryDcnm Result

The following output properties are available:

Id string
Results List<GetNiatelemetryNiaInventoryDcnmResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetNiatelemetryNiaInventoryDcnmAncestor>
ClassId string
ControllerHealth double
CreateTime string
Dev bool
DomainGroupMoid string
EpldImageCount double
GoldenImageDetails List<GetNiatelemetryNiaInventoryDcnmGoldenImageDetail>
HaEnabled bool
HaReplicationStatus string
Install string
InstallationType string
InstallationTypeDescription string
IsIsnConfigured bool
IsMediaController bool
IsSmartLicenseEnabled bool
ModTime string
Mode string
Moid string
NdfcFabricName string
NdfcOperState string
NetworkInfo GetNiatelemetryNiaInventoryDcnmNetworkInfo
NrVersion string
NumDcnmSite double
NumFabrics double
NumFabricsInMsd double
NumIngressReplicationFabrics double
NumLocalUsers double
NumMsd double
NumSviVrfCount double
NumTrmEnabledCount double
NumUpgUsers double
NxosImageCount double
ObjectType string
OutofbandIp string
Owners List<string>
Parent GetNiatelemetryNiaInventoryDcnmParent
PermissionResources List<GetNiatelemetryNiaInventoryDcnmPermissionResource>
RecordType string
RecordVersion string
RegisteredDevice GetNiatelemetryNiaInventoryDcnmRegisteredDevice
Serial string
SharedScope string
SiteName string
Tags List<GetNiatelemetryNiaInventoryDcnmTag>
UnderlayPeeringActiveLinksCount double
UpgJobCount double
UpgStatuses List<GetNiatelemetryNiaInventoryDcnmUpgStatus>
VersionContext GetNiatelemetryNiaInventoryDcnmVersionContext
Id string
Results []GetNiatelemetryNiaInventoryDcnmResult
AccountMoid string
AdditionalProperties string
Ancestors []GetNiatelemetryNiaInventoryDcnmAncestor
ClassId string
ControllerHealth float64
CreateTime string
Dev bool
DomainGroupMoid string
EpldImageCount float64
GoldenImageDetails []GetNiatelemetryNiaInventoryDcnmGoldenImageDetail
HaEnabled bool
HaReplicationStatus string
Install string
InstallationType string
InstallationTypeDescription string
IsIsnConfigured bool
IsMediaController bool
IsSmartLicenseEnabled bool
ModTime string
Mode string
Moid string
NdfcFabricName string
NdfcOperState string
NetworkInfo GetNiatelemetryNiaInventoryDcnmNetworkInfo
NrVersion string
NumDcnmSite float64
NumFabrics float64
NumFabricsInMsd float64
NumIngressReplicationFabrics float64
NumLocalUsers float64
NumMsd float64
NumSviVrfCount float64
NumTrmEnabledCount float64
NumUpgUsers float64
NxosImageCount float64
ObjectType string
OutofbandIp string
Owners []string
Parent GetNiatelemetryNiaInventoryDcnmParent
PermissionResources []GetNiatelemetryNiaInventoryDcnmPermissionResource
RecordType string
RecordVersion string
RegisteredDevice GetNiatelemetryNiaInventoryDcnmRegisteredDevice
Serial string
SharedScope string
SiteName string
Tags []GetNiatelemetryNiaInventoryDcnmTag
UnderlayPeeringActiveLinksCount float64
UpgJobCount float64
UpgStatuses []GetNiatelemetryNiaInventoryDcnmUpgStatus
VersionContext GetNiatelemetryNiaInventoryDcnmVersionContext
id String
results List<GetNiatelemetryNiaInventoryDcnmResult>
accountMoid String
additionalProperties String
ancestors List<GetNiatelemetryNiaInventoryDcnmAncestor>
classId String
controllerHealth Double
createTime String
dev Boolean
domainGroupMoid String
epldImageCount Double
goldenImageDetails List<GetNiatelemetryNiaInventoryDcnmGoldenImageDetail>
haEnabled Boolean
haReplicationStatus String
install String
installationType String
installationTypeDescription String
isIsnConfigured Boolean
isMediaController Boolean
isSmartLicenseEnabled Boolean
modTime String
mode String
moid String
ndfcFabricName String
ndfcOperState String
networkInfo GetNiatelemetryNiaInventoryDcnmNetworkInfo
nrVersion String
numDcnmSite Double
numFabrics Double
numFabricsInMsd Double
numIngressReplicationFabrics Double
numLocalUsers Double
numMsd Double
numSviVrfCount Double
numTrmEnabledCount Double
numUpgUsers Double
nxosImageCount Double
objectType String
outofbandIp String
owners List<String>
parent GetNiatelemetryNiaInventoryDcnmParent
permissionResources List<GetNiatelemetryNiaInventoryDcnmPermissionResource>
recordType String
recordVersion String
registeredDevice GetNiatelemetryNiaInventoryDcnmRegisteredDevice
serial String
sharedScope String
siteName String
tags List<GetNiatelemetryNiaInventoryDcnmTag>
underlayPeeringActiveLinksCount Double
upgJobCount Double
upgStatuses List<GetNiatelemetryNiaInventoryDcnmUpgStatus>
versionContext GetNiatelemetryNiaInventoryDcnmVersionContext
id str
results Sequence[GetNiatelemetryNiaInventoryDcnmResult]
account_moid str
additional_properties str
ancestors Sequence[GetNiatelemetryNiaInventoryDcnmAncestor]
class_id str
controller_health float
create_time str
dev bool
domain_group_moid str
epld_image_count float
golden_image_details Sequence[GetNiatelemetryNiaInventoryDcnmGoldenImageDetail]
ha_enabled bool
ha_replication_status str
install str
installation_type str
installation_type_description str
is_isn_configured bool
is_media_controller bool
is_smart_license_enabled bool
mod_time str
mode str
moid str
ndfc_fabric_name str
ndfc_oper_state str
network_info GetNiatelemetryNiaInventoryDcnmNetworkInfo
nr_version str
num_dcnm_site float
num_fabrics float
num_fabrics_in_msd float
num_ingress_replication_fabrics float
num_local_users float
num_msd float
num_svi_vrf_count float
num_trm_enabled_count float
num_upg_users float
nxos_image_count float
object_type str
outofband_ip str
owners Sequence[str]
parent GetNiatelemetryNiaInventoryDcnmParent
permission_resources Sequence[GetNiatelemetryNiaInventoryDcnmPermissionResource]
record_type str
record_version str
registered_device GetNiatelemetryNiaInventoryDcnmRegisteredDevice
serial str
shared_scope str
site_name str
tags Sequence[GetNiatelemetryNiaInventoryDcnmTag]
underlay_peering_active_links_count float
upg_job_count float
upg_statuses Sequence[GetNiatelemetryNiaInventoryDcnmUpgStatus]
version_context GetNiatelemetryNiaInventoryDcnmVersionContext
id String
results List<Property Map>
accountMoid String
additionalProperties String
ancestors List<Property Map>
classId String
controllerHealth Number
createTime String
dev Boolean
domainGroupMoid String
epldImageCount Number
goldenImageDetails List<Property Map>
haEnabled Boolean
haReplicationStatus String
install String
installationType String
installationTypeDescription String
isIsnConfigured Boolean
isMediaController Boolean
isSmartLicenseEnabled Boolean
modTime String
mode String
moid String
ndfcFabricName String
ndfcOperState String
networkInfo Property Map
nrVersion String
numDcnmSite Number
numFabrics Number
numFabricsInMsd Number
numIngressReplicationFabrics Number
numLocalUsers Number
numMsd Number
numSviVrfCount Number
numTrmEnabledCount Number
numUpgUsers Number
nxosImageCount Number
objectType String
outofbandIp String
owners List<String>
parent Property Map
permissionResources List<Property Map>
recordType String
recordVersion String
registeredDevice Property Map
serial String
sharedScope String
siteName String
tags List<Property Map>
underlayPeeringActiveLinksCount Number
upgJobCount Number
upgStatuses List<Property Map>
versionContext Property Map

Supporting Types

GetNiatelemetryNiaInventoryDcnmAncestor

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

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

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

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

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

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

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

GetNiatelemetryNiaInventoryDcnmGoldenImageDetail

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.
ImageName string
Returns name of the image on controller.
Name string
Returns name of the image on controller.
NrVersion string
Returns the value of the version field.
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.
ImageName string
Returns name of the image on controller.
Name string
Returns name of the image on controller.
NrVersion string
Returns the value of the version field.
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.
imageName String
Returns name of the image on controller.
name String
Returns name of the image on controller.
nrVersion String
Returns the value of the version field.
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.
imageName string
Returns name of the image on controller.
name string
Returns name of the image on controller.
nrVersion string
Returns the value of the version field.
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.
image_name str
Returns name of the image on controller.
name str
Returns name of the image on controller.
nr_version str
Returns the value of the version field.
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.
imageName String
Returns name of the image on controller.
name String
Returns name of the image on controller.
nrVersion String
Returns the value of the version field.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetNiatelemetryNiaInventoryDcnmNetworkInfo

ActiveNode GetNiatelemetryNiaInventoryDcnmNetworkInfoActiveNode
Returns details of active node.
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.
Hostname string
Returns hostname of the network.
ManagementtIp string
Returns management IP of the network.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OutofbandIp string
Out of band IP of controller on DCNM.
StandbyNode GetNiatelemetryNiaInventoryDcnmNetworkInfoStandbyNode
Returns details of standby node.
ActiveNode GetNiatelemetryNiaInventoryDcnmNetworkInfoActiveNode
Returns details of active node.
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.
Hostname string
Returns hostname of the network.
ManagementtIp string
Returns management IP of the network.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OutofbandIp string
Out of band IP of controller on DCNM.
StandbyNode GetNiatelemetryNiaInventoryDcnmNetworkInfoStandbyNode
Returns details of standby node.
activeNode GetNiatelemetryNiaInventoryDcnmNetworkInfoActiveNode
Returns details of active node.
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.
hostname String
Returns hostname of the network.
managementtIp String
Returns management IP of the network.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp String
Out of band IP of controller on DCNM.
standbyNode GetNiatelemetryNiaInventoryDcnmNetworkInfoStandbyNode
Returns details of standby node.
activeNode GetNiatelemetryNiaInventoryDcnmNetworkInfoActiveNode
Returns details of active node.
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.
hostname string
Returns hostname of the network.
managementtIp string
Returns management IP of the network.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp string
Out of band IP of controller on DCNM.
standbyNode GetNiatelemetryNiaInventoryDcnmNetworkInfoStandbyNode
Returns details of standby node.
active_node GetNiatelemetryNiaInventoryDcnmNetworkInfoActiveNode
Returns details of active node.
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.
hostname str
Returns hostname of the network.
managementt_ip str
Returns management IP of the network.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofband_ip str
Out of band IP of controller on DCNM.
standby_node GetNiatelemetryNiaInventoryDcnmNetworkInfoStandbyNode
Returns details of standby node.
activeNode Property Map
Returns details of active node.
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.
hostname String
Returns hostname of the network.
managementtIp String
Returns management IP of the network.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp String
Out of band IP of controller on DCNM.
standbyNode Property Map
Returns details of standby node.

GetNiatelemetryNiaInventoryDcnmNetworkInfoActiveNode

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.
Hostname string
Returns hostname of the node.
ManagementtIp string
Returns management IP of the node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OutofbandIp string
Out of band IP of controller on DCNM.
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.
Hostname string
Returns hostname of the node.
ManagementtIp string
Returns management IP of the node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OutofbandIp string
Out of band IP of controller on DCNM.
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.
hostname String
Returns hostname of the node.
managementtIp String
Returns management IP of the node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp String
Out of band IP of controller on DCNM.
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.
hostname string
Returns hostname of the node.
managementtIp string
Returns management IP of the node.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp string
Out of band IP of controller on DCNM.
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.
hostname str
Returns hostname of the node.
managementt_ip str
Returns management IP of the node.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofband_ip str
Out of band IP of controller on DCNM.
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.
hostname String
Returns hostname of the node.
managementtIp String
Returns management IP of the node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp String
Out of band IP of controller on DCNM.

GetNiatelemetryNiaInventoryDcnmNetworkInfoStandbyNode

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.
Hostname string
Returns hostname of the node.
ManagementtIp string
Returns management IP of the node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OutofbandIp string
Out of band IP of controller on DCNM.
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.
Hostname string
Returns hostname of the node.
ManagementtIp string
Returns management IP of the node.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
OutofbandIp string
Out of band IP of controller on DCNM.
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.
hostname String
Returns hostname of the node.
managementtIp String
Returns management IP of the node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp String
Out of band IP of controller on DCNM.
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.
hostname string
Returns hostname of the node.
managementtIp string
Returns management IP of the node.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp string
Out of band IP of controller on DCNM.
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.
hostname str
Returns hostname of the node.
managementt_ip str
Returns management IP of the node.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofband_ip str
Out of band IP of controller on DCNM.
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.
hostname String
Returns hostname of the node.
managementtIp String
Returns management IP of the node.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
outofbandIp String
Out of band IP of controller on DCNM.

GetNiatelemetryNiaInventoryDcnmParent

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

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

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

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

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

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

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

GetNiatelemetryNiaInventoryDcnmPermissionResource

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

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

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

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

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

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

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

GetNiatelemetryNiaInventoryDcnmRegisteredDevice

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

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

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

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

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

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

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

GetNiatelemetryNiaInventoryDcnmResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetNiatelemetryNiaInventoryDcnmResultAncestor>
ClassId This property is required. string
ControllerHealth This property is required. double
Health of controller on DCNM.
CreateTime This property is required. string
The time when this managed object was created.
Dev This property is required. bool
Returns the value of the dev Field.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EpldImageCount This property is required. double
Number of EPLD images uploaded to DCNM.
GoldenImageDetails This property is required. List<GetNiatelemetryNiaInventoryDcnmResultGoldenImageDetail>
HaEnabled This property is required. bool
Returns the value of the haEnabled field.
HaReplicationStatus This property is required. string
Returns the value of the haReplicationStatus field.
Install This property is required. string
Returns the value of the install field.
InstallationType This property is required. string
Installation type of controller on DCNM.
InstallationTypeDescription This property is required. string
Installation type description of controller on DCNM.
IsIsnConfigured This property is required. bool
Returns true if ISN is configured.
IsMediaController This property is required. bool
Returns the value of the isMediaController field.
IsSmartLicenseEnabled This property is required. bool
Returns true if the Smart license is enabled and is in use.
ModTime This property is required. string
The time when this managed object was last modified.
Mode This property is required. string
Mode of controller on DCNM.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NdfcFabricName This property is required. string
NDFC name information of the setup.
NdfcOperState This property is required. string
NDFC status information for the setup.
NetworkInfos This property is required. List<GetNiatelemetryNiaInventoryDcnmResultNetworkInfo>
NrVersion This property is required. string
Returns the value of the version field.
NumDcnmSite This property is required. double
Returns the number of DCNM site fabrics.
NumFabrics This property is required. double
Returns total number of fabrics in DCNM set-up.
NumFabricsInMsd This property is required. double
Returns the number of fabrics in msd.
NumIngressReplicationFabrics This property is required. double
Returns the number of fabrics that have ingress replication type.
NumLocalUsers This property is required. double
Returns the number of local users other than admin user.
NumMsd This property is required. double
Returns the number of MSD fabrics.
NumSviVrfCount This property is required. double
Returns the number of svi interfaces configured for VRF vlans.
NumTrmEnabledCount This property is required. double
Returns the number of links where TRM is enabled.
NumUpgUsers This property is required. double
Number of users who have upgrade privileges excluding the admin.
NxosImageCount This property is required. double
Number of NXOS images uploaded to DCNM.
ObjectType This property is required. string
OutofbandIp This property is required. string
Out of band IP of controller on DCNM.
Owners This property is required. List<string>
Parents This property is required. List<GetNiatelemetryNiaInventoryDcnmResultParent>
PermissionResources This property is required. List<GetNiatelemetryNiaInventoryDcnmResultPermissionResource>
RecordType This property is required. string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
RecordVersion This property is required. string
Version of record being pushed. This determines what was the API version for data available from the device.
RegisteredDevices This property is required. List<GetNiatelemetryNiaInventoryDcnmResultRegisteredDevice>
Serial This property is required. string
Serial number of device being inventoried. The serial number is unique per device.
SharedScope This property is required. 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 This property is required. string
Name of fabric domain of the controller.
Tags This property is required. List<GetNiatelemetryNiaInventoryDcnmResultTag>
UnderlayPeeringActiveLinksCount This property is required. double
Returns the number of underlay peering active links.
UpgJobCount This property is required. double
Number of upgrade jobs configured on DCNM.
UpgStatuses This property is required. List<GetNiatelemetryNiaInventoryDcnmResultUpgStatus>
VersionContexts This property is required. List<GetNiatelemetryNiaInventoryDcnmResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetNiatelemetryNiaInventoryDcnmResultAncestor
ClassId This property is required. string
ControllerHealth This property is required. float64
Health of controller on DCNM.
CreateTime This property is required. string
The time when this managed object was created.
Dev This property is required. bool
Returns the value of the dev Field.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EpldImageCount This property is required. float64
Number of EPLD images uploaded to DCNM.
GoldenImageDetails This property is required. []GetNiatelemetryNiaInventoryDcnmResultGoldenImageDetail
HaEnabled This property is required. bool
Returns the value of the haEnabled field.
HaReplicationStatus This property is required. string
Returns the value of the haReplicationStatus field.
Install This property is required. string
Returns the value of the install field.
InstallationType This property is required. string
Installation type of controller on DCNM.
InstallationTypeDescription This property is required. string
Installation type description of controller on DCNM.
IsIsnConfigured This property is required. bool
Returns true if ISN is configured.
IsMediaController This property is required. bool
Returns the value of the isMediaController field.
IsSmartLicenseEnabled This property is required. bool
Returns true if the Smart license is enabled and is in use.
ModTime This property is required. string
The time when this managed object was last modified.
Mode This property is required. string
Mode of controller on DCNM.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NdfcFabricName This property is required. string
NDFC name information of the setup.
NdfcOperState This property is required. string
NDFC status information for the setup.
NetworkInfos This property is required. []GetNiatelemetryNiaInventoryDcnmResultNetworkInfo
NrVersion This property is required. string
Returns the value of the version field.
NumDcnmSite This property is required. float64
Returns the number of DCNM site fabrics.
NumFabrics This property is required. float64
Returns total number of fabrics in DCNM set-up.
NumFabricsInMsd This property is required. float64
Returns the number of fabrics in msd.
NumIngressReplicationFabrics This property is required. float64
Returns the number of fabrics that have ingress replication type.
NumLocalUsers This property is required. float64
Returns the number of local users other than admin user.
NumMsd This property is required. float64
Returns the number of MSD fabrics.
NumSviVrfCount This property is required. float64
Returns the number of svi interfaces configured for VRF vlans.
NumTrmEnabledCount This property is required. float64
Returns the number of links where TRM is enabled.
NumUpgUsers This property is required. float64
Number of users who have upgrade privileges excluding the admin.
NxosImageCount This property is required. float64
Number of NXOS images uploaded to DCNM.
ObjectType This property is required. string
OutofbandIp This property is required. string
Out of band IP of controller on DCNM.
Owners This property is required. []string
Parents This property is required. []GetNiatelemetryNiaInventoryDcnmResultParent
PermissionResources This property is required. []GetNiatelemetryNiaInventoryDcnmResultPermissionResource
RecordType This property is required. string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
RecordVersion This property is required. string
Version of record being pushed. This determines what was the API version for data available from the device.
RegisteredDevices This property is required. []GetNiatelemetryNiaInventoryDcnmResultRegisteredDevice
Serial This property is required. string
Serial number of device being inventoried. The serial number is unique per device.
SharedScope This property is required. 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 This property is required. string
Name of fabric domain of the controller.
Tags This property is required. []GetNiatelemetryNiaInventoryDcnmResultTag
UnderlayPeeringActiveLinksCount This property is required. float64
Returns the number of underlay peering active links.
UpgJobCount This property is required. float64
Number of upgrade jobs configured on DCNM.
UpgStatuses This property is required. []GetNiatelemetryNiaInventoryDcnmResultUpgStatus
VersionContexts This property is required. []GetNiatelemetryNiaInventoryDcnmResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetNiatelemetryNiaInventoryDcnmResultAncestor>
classId This property is required. String
controllerHealth This property is required. Double
Health of controller on DCNM.
createTime This property is required. String
The time when this managed object was created.
dev This property is required. Boolean
Returns the value of the dev Field.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
epldImageCount This property is required. Double
Number of EPLD images uploaded to DCNM.
goldenImageDetails This property is required. List<GetNiatelemetryNiaInventoryDcnmResultGoldenImageDetail>
haEnabled This property is required. Boolean
Returns the value of the haEnabled field.
haReplicationStatus This property is required. String
Returns the value of the haReplicationStatus field.
install This property is required. String
Returns the value of the install field.
installationType This property is required. String
Installation type of controller on DCNM.
installationTypeDescription This property is required. String
Installation type description of controller on DCNM.
isIsnConfigured This property is required. Boolean
Returns true if ISN is configured.
isMediaController This property is required. Boolean
Returns the value of the isMediaController field.
isSmartLicenseEnabled This property is required. Boolean
Returns true if the Smart license is enabled and is in use.
modTime This property is required. String
The time when this managed object was last modified.
mode This property is required. String
Mode of controller on DCNM.
moid This property is required. String
The unique identifier of this Managed Object instance.
ndfcFabricName This property is required. String
NDFC name information of the setup.
ndfcOperState This property is required. String
NDFC status information for the setup.
networkInfos This property is required. List<GetNiatelemetryNiaInventoryDcnmResultNetworkInfo>
nrVersion This property is required. String
Returns the value of the version field.
numDcnmSite This property is required. Double
Returns the number of DCNM site fabrics.
numFabrics This property is required. Double
Returns total number of fabrics in DCNM set-up.
numFabricsInMsd This property is required. Double
Returns the number of fabrics in msd.
numIngressReplicationFabrics This property is required. Double
Returns the number of fabrics that have ingress replication type.
numLocalUsers This property is required. Double
Returns the number of local users other than admin user.
numMsd This property is required. Double
Returns the number of MSD fabrics.
numSviVrfCount This property is required. Double
Returns the number of svi interfaces configured for VRF vlans.
numTrmEnabledCount This property is required. Double
Returns the number of links where TRM is enabled.
numUpgUsers This property is required. Double
Number of users who have upgrade privileges excluding the admin.
nxosImageCount This property is required. Double
Number of NXOS images uploaded to DCNM.
objectType This property is required. String
outofbandIp This property is required. String
Out of band IP of controller on DCNM.
owners This property is required. List<String>
parents This property is required. List<GetNiatelemetryNiaInventoryDcnmResultParent>
permissionResources This property is required. List<GetNiatelemetryNiaInventoryDcnmResultPermissionResource>
recordType This property is required. String
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion This property is required. String
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevices This property is required. List<GetNiatelemetryNiaInventoryDcnmResultRegisteredDevice>
serial This property is required. String
Serial number of device being inventoried. The serial number is unique per device.
sharedScope This property is required. 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 This property is required. String
Name of fabric domain of the controller.
tags This property is required. List<GetNiatelemetryNiaInventoryDcnmResultTag>
underlayPeeringActiveLinksCount This property is required. Double
Returns the number of underlay peering active links.
upgJobCount This property is required. Double
Number of upgrade jobs configured on DCNM.
upgStatuses This property is required. List<GetNiatelemetryNiaInventoryDcnmResultUpgStatus>
versionContexts This property is required. List<GetNiatelemetryNiaInventoryDcnmResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetNiatelemetryNiaInventoryDcnmResultAncestor[]
classId This property is required. string
controllerHealth This property is required. number
Health of controller on DCNM.
createTime This property is required. string
The time when this managed object was created.
dev This property is required. boolean
Returns the value of the dev Field.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
epldImageCount This property is required. number
Number of EPLD images uploaded to DCNM.
goldenImageDetails This property is required. GetNiatelemetryNiaInventoryDcnmResultGoldenImageDetail[]
haEnabled This property is required. boolean
Returns the value of the haEnabled field.
haReplicationStatus This property is required. string
Returns the value of the haReplicationStatus field.
install This property is required. string
Returns the value of the install field.
installationType This property is required. string
Installation type of controller on DCNM.
installationTypeDescription This property is required. string
Installation type description of controller on DCNM.
isIsnConfigured This property is required. boolean
Returns true if ISN is configured.
isMediaController This property is required. boolean
Returns the value of the isMediaController field.
isSmartLicenseEnabled This property is required. boolean
Returns true if the Smart license is enabled and is in use.
modTime This property is required. string
The time when this managed object was last modified.
mode This property is required. string
Mode of controller on DCNM.
moid This property is required. string
The unique identifier of this Managed Object instance.
ndfcFabricName This property is required. string
NDFC name information of the setup.
ndfcOperState This property is required. string
NDFC status information for the setup.
networkInfos This property is required. GetNiatelemetryNiaInventoryDcnmResultNetworkInfo[]
nrVersion This property is required. string
Returns the value of the version field.
numDcnmSite This property is required. number
Returns the number of DCNM site fabrics.
numFabrics This property is required. number
Returns total number of fabrics in DCNM set-up.
numFabricsInMsd This property is required. number
Returns the number of fabrics in msd.
numIngressReplicationFabrics This property is required. number
Returns the number of fabrics that have ingress replication type.
numLocalUsers This property is required. number
Returns the number of local users other than admin user.
numMsd This property is required. number
Returns the number of MSD fabrics.
numSviVrfCount This property is required. number
Returns the number of svi interfaces configured for VRF vlans.
numTrmEnabledCount This property is required. number
Returns the number of links where TRM is enabled.
numUpgUsers This property is required. number
Number of users who have upgrade privileges excluding the admin.
nxosImageCount This property is required. number
Number of NXOS images uploaded to DCNM.
objectType This property is required. string
outofbandIp This property is required. string
Out of band IP of controller on DCNM.
owners This property is required. string[]
parents This property is required. GetNiatelemetryNiaInventoryDcnmResultParent[]
permissionResources This property is required. GetNiatelemetryNiaInventoryDcnmResultPermissionResource[]
recordType This property is required. string
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion This property is required. string
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevices This property is required. GetNiatelemetryNiaInventoryDcnmResultRegisteredDevice[]
serial This property is required. string
Serial number of device being inventoried. The serial number is unique per device.
sharedScope This property is required. 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 This property is required. string
Name of fabric domain of the controller.
tags This property is required. GetNiatelemetryNiaInventoryDcnmResultTag[]
underlayPeeringActiveLinksCount This property is required. number
Returns the number of underlay peering active links.
upgJobCount This property is required. number
Number of upgrade jobs configured on DCNM.
upgStatuses This property is required. GetNiatelemetryNiaInventoryDcnmResultUpgStatus[]
versionContexts This property is required. GetNiatelemetryNiaInventoryDcnmResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultAncestor]
class_id This property is required. str
controller_health This property is required. float
Health of controller on DCNM.
create_time This property is required. str
The time when this managed object was created.
dev This property is required. bool
Returns the value of the dev Field.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
epld_image_count This property is required. float
Number of EPLD images uploaded to DCNM.
golden_image_details This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultGoldenImageDetail]
ha_enabled This property is required. bool
Returns the value of the haEnabled field.
ha_replication_status This property is required. str
Returns the value of the haReplicationStatus field.
install This property is required. str
Returns the value of the install field.
installation_type This property is required. str
Installation type of controller on DCNM.
installation_type_description This property is required. str
Installation type description of controller on DCNM.
is_isn_configured This property is required. bool
Returns true if ISN is configured.
is_media_controller This property is required. bool
Returns the value of the isMediaController field.
is_smart_license_enabled This property is required. bool
Returns true if the Smart license is enabled and is in use.
mod_time This property is required. str
The time when this managed object was last modified.
mode This property is required. str
Mode of controller on DCNM.
moid This property is required. str
The unique identifier of this Managed Object instance.
ndfc_fabric_name This property is required. str
NDFC name information of the setup.
ndfc_oper_state This property is required. str
NDFC status information for the setup.
network_infos This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultNetworkInfo]
nr_version This property is required. str
Returns the value of the version field.
num_dcnm_site This property is required. float
Returns the number of DCNM site fabrics.
num_fabrics This property is required. float
Returns total number of fabrics in DCNM set-up.
num_fabrics_in_msd This property is required. float
Returns the number of fabrics in msd.
num_ingress_replication_fabrics This property is required. float
Returns the number of fabrics that have ingress replication type.
num_local_users This property is required. float
Returns the number of local users other than admin user.
num_msd This property is required. float
Returns the number of MSD fabrics.
num_svi_vrf_count This property is required. float
Returns the number of svi interfaces configured for VRF vlans.
num_trm_enabled_count This property is required. float
Returns the number of links where TRM is enabled.
num_upg_users This property is required. float
Number of users who have upgrade privileges excluding the admin.
nxos_image_count This property is required. float
Number of NXOS images uploaded to DCNM.
object_type This property is required. str
outofband_ip This property is required. str
Out of band IP of controller on DCNM.
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultParent]
permission_resources This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultPermissionResource]
record_type This property is required. str
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
record_version This property is required. str
Version of record being pushed. This determines what was the API version for data available from the device.
registered_devices This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultRegisteredDevice]
serial This property is required. str
Serial number of device being inventoried. The serial number is unique per device.
shared_scope This property is required. 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 This property is required. str
Name of fabric domain of the controller.
tags This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultTag]
underlay_peering_active_links_count This property is required. float
Returns the number of underlay peering active links.
upg_job_count This property is required. float
Number of upgrade jobs configured on DCNM.
upg_statuses This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultUpgStatus]
version_contexts This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
controllerHealth This property is required. Number
Health of controller on DCNM.
createTime This property is required. String
The time when this managed object was created.
dev This property is required. Boolean
Returns the value of the dev Field.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
epldImageCount This property is required. Number
Number of EPLD images uploaded to DCNM.
goldenImageDetails This property is required. List<Property Map>
haEnabled This property is required. Boolean
Returns the value of the haEnabled field.
haReplicationStatus This property is required. String
Returns the value of the haReplicationStatus field.
install This property is required. String
Returns the value of the install field.
installationType This property is required. String
Installation type of controller on DCNM.
installationTypeDescription This property is required. String
Installation type description of controller on DCNM.
isIsnConfigured This property is required. Boolean
Returns true if ISN is configured.
isMediaController This property is required. Boolean
Returns the value of the isMediaController field.
isSmartLicenseEnabled This property is required. Boolean
Returns true if the Smart license is enabled and is in use.
modTime This property is required. String
The time when this managed object was last modified.
mode This property is required. String
Mode of controller on DCNM.
moid This property is required. String
The unique identifier of this Managed Object instance.
ndfcFabricName This property is required. String
NDFC name information of the setup.
ndfcOperState This property is required. String
NDFC status information for the setup.
networkInfos This property is required. List<Property Map>
nrVersion This property is required. String
Returns the value of the version field.
numDcnmSite This property is required. Number
Returns the number of DCNM site fabrics.
numFabrics This property is required. Number
Returns total number of fabrics in DCNM set-up.
numFabricsInMsd This property is required. Number
Returns the number of fabrics in msd.
numIngressReplicationFabrics This property is required. Number
Returns the number of fabrics that have ingress replication type.
numLocalUsers This property is required. Number
Returns the number of local users other than admin user.
numMsd This property is required. Number
Returns the number of MSD fabrics.
numSviVrfCount This property is required. Number
Returns the number of svi interfaces configured for VRF vlans.
numTrmEnabledCount This property is required. Number
Returns the number of links where TRM is enabled.
numUpgUsers This property is required. Number
Number of users who have upgrade privileges excluding the admin.
nxosImageCount This property is required. Number
Number of NXOS images uploaded to DCNM.
objectType This property is required. String
outofbandIp This property is required. String
Out of band IP of controller on DCNM.
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
recordType This property is required. String
Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
recordVersion This property is required. String
Version of record being pushed. This determines what was the API version for data available from the device.
registeredDevices This property is required. List<Property Map>
serial This property is required. String
Serial number of device being inventoried. The serial number is unique per device.
sharedScope This property is required. 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 This property is required. String
Name of fabric domain of the controller.
tags This property is required. List<Property Map>
underlayPeeringActiveLinksCount This property is required. Number
Returns the number of underlay peering active links.
upgJobCount This property is required. Number
Number of upgrade jobs configured on DCNM.
upgStatuses This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetNiatelemetryNiaInventoryDcnmResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryNiaInventoryDcnmResultGoldenImageDetail

AdditionalProperties This property is required. string
ClassId This property is required. string
ImageName This property is required. string
Name This property is required. string
NrVersion This property is required. string
Returns the value of the version field.
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ImageName This property is required. string
Name This property is required. string
NrVersion This property is required. string
Returns the value of the version field.
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
imageName This property is required. String
name This property is required. String
nrVersion This property is required. String
Returns the value of the version field.
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
imageName This property is required. string
name This property is required. string
nrVersion This property is required. string
Returns the value of the version field.
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
image_name This property is required. str
name This property is required. str
nr_version This property is required. str
Returns the value of the version field.
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
imageName This property is required. String
name This property is required. String
nrVersion This property is required. String
Returns the value of the version field.
objectType This property is required. String

GetNiatelemetryNiaInventoryDcnmResultNetworkInfo

ActiveNodes This property is required. List<GetNiatelemetryNiaInventoryDcnmResultNetworkInfoActiveNode>
AdditionalProperties This property is required. string
ClassId This property is required. string
Hostname This property is required. string
ManagementtIp This property is required. string
ObjectType This property is required. string
OutofbandIp This property is required. string
Out of band IP of controller on DCNM.
StandbyNodes This property is required. List<GetNiatelemetryNiaInventoryDcnmResultNetworkInfoStandbyNode>
ActiveNodes This property is required. []GetNiatelemetryNiaInventoryDcnmResultNetworkInfoActiveNode
AdditionalProperties This property is required. string
ClassId This property is required. string
Hostname This property is required. string
ManagementtIp This property is required. string
ObjectType This property is required. string
OutofbandIp This property is required. string
Out of band IP of controller on DCNM.
StandbyNodes This property is required. []GetNiatelemetryNiaInventoryDcnmResultNetworkInfoStandbyNode
activeNodes This property is required. List<GetNiatelemetryNiaInventoryDcnmResultNetworkInfoActiveNode>
additionalProperties This property is required. String
classId This property is required. String
hostname This property is required. String
managementtIp This property is required. String
objectType This property is required. String
outofbandIp This property is required. String
Out of band IP of controller on DCNM.
standbyNodes This property is required. List<GetNiatelemetryNiaInventoryDcnmResultNetworkInfoStandbyNode>
activeNodes This property is required. GetNiatelemetryNiaInventoryDcnmResultNetworkInfoActiveNode[]
additionalProperties This property is required. string
classId This property is required. string
hostname This property is required. string
managementtIp This property is required. string
objectType This property is required. string
outofbandIp This property is required. string
Out of band IP of controller on DCNM.
standbyNodes This property is required. GetNiatelemetryNiaInventoryDcnmResultNetworkInfoStandbyNode[]
active_nodes This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultNetworkInfoActiveNode]
additional_properties This property is required. str
class_id This property is required. str
hostname This property is required. str
managementt_ip This property is required. str
object_type This property is required. str
outofband_ip This property is required. str
Out of band IP of controller on DCNM.
standby_nodes This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultNetworkInfoStandbyNode]
activeNodes This property is required. List<Property Map>
additionalProperties This property is required. String
classId This property is required. String
hostname This property is required. String
managementtIp This property is required. String
objectType This property is required. String
outofbandIp This property is required. String
Out of band IP of controller on DCNM.
standbyNodes This property is required. List<Property Map>

GetNiatelemetryNiaInventoryDcnmResultNetworkInfoActiveNode

AdditionalProperties This property is required. string
ClassId This property is required. string
Hostname This property is required. string
ManagementtIp This property is required. string
ObjectType This property is required. string
OutofbandIp This property is required. string
Out of band IP of controller on DCNM.
AdditionalProperties This property is required. string
ClassId This property is required. string
Hostname This property is required. string
ManagementtIp This property is required. string
ObjectType This property is required. string
OutofbandIp This property is required. string
Out of band IP of controller on DCNM.
additionalProperties This property is required. String
classId This property is required. String
hostname This property is required. String
managementtIp This property is required. String
objectType This property is required. String
outofbandIp This property is required. String
Out of band IP of controller on DCNM.
additionalProperties This property is required. string
classId This property is required. string
hostname This property is required. string
managementtIp This property is required. string
objectType This property is required. string
outofbandIp This property is required. string
Out of band IP of controller on DCNM.
additional_properties This property is required. str
class_id This property is required. str
hostname This property is required. str
managementt_ip This property is required. str
object_type This property is required. str
outofband_ip This property is required. str
Out of band IP of controller on DCNM.
additionalProperties This property is required. String
classId This property is required. String
hostname This property is required. String
managementtIp This property is required. String
objectType This property is required. String
outofbandIp This property is required. String
Out of band IP of controller on DCNM.

GetNiatelemetryNiaInventoryDcnmResultNetworkInfoStandbyNode

AdditionalProperties This property is required. string
ClassId This property is required. string
Hostname This property is required. string
ManagementtIp This property is required. string
ObjectType This property is required. string
OutofbandIp This property is required. string
Out of band IP of controller on DCNM.
AdditionalProperties This property is required. string
ClassId This property is required. string
Hostname This property is required. string
ManagementtIp This property is required. string
ObjectType This property is required. string
OutofbandIp This property is required. string
Out of band IP of controller on DCNM.
additionalProperties This property is required. String
classId This property is required. String
hostname This property is required. String
managementtIp This property is required. String
objectType This property is required. String
outofbandIp This property is required. String
Out of band IP of controller on DCNM.
additionalProperties This property is required. string
classId This property is required. string
hostname This property is required. string
managementtIp This property is required. string
objectType This property is required. string
outofbandIp This property is required. string
Out of band IP of controller on DCNM.
additional_properties This property is required. str
class_id This property is required. str
hostname This property is required. str
managementt_ip This property is required. str
object_type This property is required. str
outofband_ip This property is required. str
Out of band IP of controller on DCNM.
additionalProperties This property is required. String
classId This property is required. String
hostname This property is required. String
managementtIp This property is required. String
objectType This property is required. String
outofbandIp This property is required. String
Out of band IP of controller on DCNM.

GetNiatelemetryNiaInventoryDcnmResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryNiaInventoryDcnmResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryNiaInventoryDcnmResultRegisteredDevice

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryNiaInventoryDcnmResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetNiatelemetryNiaInventoryDcnmResultUpgStatus

AdditionalProperties This property is required. string
ClassId This property is required. string
JobId This property is required. double
ObjectType This property is required. string
UpgStatus This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
JobId This property is required. float64
ObjectType This property is required. string
UpgStatus This property is required. string
additionalProperties This property is required. String
classId This property is required. String
jobId This property is required. Double
objectType This property is required. String
upgStatus This property is required. String
additionalProperties This property is required. string
classId This property is required. string
jobId This property is required. number
objectType This property is required. string
upgStatus This property is required. string
additional_properties This property is required. str
class_id This property is required. str
job_id This property is required. float
object_type This property is required. str
upg_status This property is required. str
additionalProperties This property is required. String
classId This property is required. String
jobId This property is required. Number
objectType This property is required. String
upgStatus This property is required. String

GetNiatelemetryNiaInventoryDcnmResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetNiatelemetryNiaInventoryDcnmResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
Returns the value of the version field.
ObjectType This property is required. string
RefMos This property is required. List<GetNiatelemetryNiaInventoryDcnmResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetNiatelemetryNiaInventoryDcnmResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
Returns the value of the version field.
ObjectType This property is required. string
RefMos This property is required. []GetNiatelemetryNiaInventoryDcnmResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetNiatelemetryNiaInventoryDcnmResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
Returns the value of the version field.
objectType This property is required. String
refMos This property is required. List<GetNiatelemetryNiaInventoryDcnmResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetNiatelemetryNiaInventoryDcnmResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
Returns the value of the version field.
objectType This property is required. string
refMos This property is required. GetNiatelemetryNiaInventoryDcnmResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
Returns the value of the version field.
object_type This property is required. str
ref_mos This property is required. Sequence[GetNiatelemetryNiaInventoryDcnmResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
Returns the value of the version field.
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetNiatelemetryNiaInventoryDcnmResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryNiaInventoryDcnmResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetNiatelemetryNiaInventoryDcnmTag

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.

GetNiatelemetryNiaInventoryDcnmUpgStatus

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.
JobId double
Returns the id of the job.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
UpgStatus string
Returns the status of the job.
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.
JobId float64
Returns the id of the job.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
UpgStatus string
Returns the status of the job.
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.
jobId Double
Returns the id of the job.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
upgStatus String
Returns the status of the job.
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.
jobId number
Returns the id of the job.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
upgStatus string
Returns the status of the job.
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.
job_id float
Returns the id of the job.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
upg_status str
Returns the status of the job.
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.
jobId Number
Returns the id of the job.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
upgStatus String
Returns the status of the job.

GetNiatelemetryNiaInventoryDcnmVersionContext

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

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<Property Map>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
Returns the value of the version field.
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.

GetNiatelemetryNiaInventoryDcnmVersionContextInterestedMo

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

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

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

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

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

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

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

GetNiatelemetryNiaInventoryDcnmVersionContextRefMo

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

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

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

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

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

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

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

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.