intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
intersight.getNiatelemetryNexusDashboards
Explore with Pulumi AI
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet
Object is available for Nexus Dashboard devices.
Using getNiatelemetryNexusDashboards
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 getNiatelemetryNexusDashboards(args: GetNiatelemetryNexusDashboardsArgs, opts?: InvokeOptions): Promise<GetNiatelemetryNexusDashboardsResult>
function getNiatelemetryNexusDashboardsOutput(args: GetNiatelemetryNexusDashboardsOutputArgs, opts?: InvokeOptions): Output<GetNiatelemetryNexusDashboardsResult>
def get_niatelemetry_nexus_dashboards(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetNiatelemetryNexusDashboardsAncestor]] = None,
class_id: Optional[str] = None,
cluster_name: Optional[str] = None,
cluster_uuid: Optional[str] = None,
create_time: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
id: Optional[str] = None,
is_cluster_healthy: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
nd_cluster_size: Optional[float] = None,
nd_sites: Optional[Sequence[GetNiatelemetryNexusDashboardsNdSite]] = None,
nd_type: Optional[str] = None,
nd_version: Optional[str] = None,
number_of_apps: Optional[float] = None,
number_of_insight_groups: Optional[float] = None,
number_of_nir_dashboards: Optional[float] = None,
number_of_schemas_in_mso: Optional[float] = None,
number_of_sites_in_mso: Optional[float] = None,
number_of_sites_serviced: Optional[float] = None,
number_of_tenants_in_mso: Optional[float] = None,
number_of_vxlan_fabric_sites_in_mso: Optional[float] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetNiatelemetryNexusDashboardsParent] = None,
permission_resources: Optional[Sequence[GetNiatelemetryNexusDashboardsPermissionResource]] = None,
record_type: Optional[str] = None,
registered_device: Optional[GetNiatelemetryNexusDashboardsRegisteredDevice] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetNiatelemetryNexusDashboardsTag]] = None,
type_of_site_in_mso: Optional[str] = None,
version_context: Optional[GetNiatelemetryNexusDashboardsVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetNiatelemetryNexusDashboardsResult
def get_niatelemetry_nexus_dashboards_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNexusDashboardsAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster_name: Optional[pulumi.Input[str]] = None,
cluster_uuid: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
is_cluster_healthy: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
nd_cluster_size: Optional[pulumi.Input[float]] = None,
nd_sites: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNexusDashboardsNdSiteArgs]]]] = None,
nd_type: Optional[pulumi.Input[str]] = None,
nd_version: Optional[pulumi.Input[str]] = None,
number_of_apps: Optional[pulumi.Input[float]] = None,
number_of_insight_groups: Optional[pulumi.Input[float]] = None,
number_of_nir_dashboards: Optional[pulumi.Input[float]] = None,
number_of_schemas_in_mso: Optional[pulumi.Input[float]] = None,
number_of_sites_in_mso: Optional[pulumi.Input[float]] = None,
number_of_sites_serviced: Optional[pulumi.Input[float]] = None,
number_of_tenants_in_mso: Optional[pulumi.Input[float]] = None,
number_of_vxlan_fabric_sites_in_mso: Optional[pulumi.Input[float]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetNiatelemetryNexusDashboardsParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNexusDashboardsPermissionResourceArgs]]]] = None,
record_type: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetNiatelemetryNexusDashboardsRegisteredDeviceArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryNexusDashboardsTagArgs]]]] = None,
type_of_site_in_mso: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetNiatelemetryNexusDashboardsVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNiatelemetryNexusDashboardsResult]
func LookupNiatelemetryNexusDashboards(ctx *Context, args *LookupNiatelemetryNexusDashboardsArgs, opts ...InvokeOption) (*LookupNiatelemetryNexusDashboardsResult, error)
func LookupNiatelemetryNexusDashboardsOutput(ctx *Context, args *LookupNiatelemetryNexusDashboardsOutputArgs, opts ...InvokeOption) LookupNiatelemetryNexusDashboardsResultOutput
> Note: This function is named LookupNiatelemetryNexusDashboards
in the Go SDK.
public static class GetNiatelemetryNexusDashboards
{
public static Task<GetNiatelemetryNexusDashboardsResult> InvokeAsync(GetNiatelemetryNexusDashboardsArgs args, InvokeOptions? opts = null)
public static Output<GetNiatelemetryNexusDashboardsResult> Invoke(GetNiatelemetryNexusDashboardsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNiatelemetryNexusDashboardsResult> getNiatelemetryNexusDashboards(GetNiatelemetryNexusDashboardsArgs args, InvokeOptions options)
public static Output<GetNiatelemetryNexusDashboardsResult> getNiatelemetryNexusDashboards(GetNiatelemetryNexusDashboardsArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getNiatelemetryNexusDashboards:getNiatelemetryNexusDashboards
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Niatelemetry Nexus Dashboards Ancestor> - Class
Id string - Cluster
Name string - Nexus Dashboard can onboard multiple APIC clusters/sites.
- Cluster
Uuid string - UUID of the Nexus Dashboard cluster.
- Create
Time string - The time when this managed object was created.
- Dn string
- Dn of the objects present for Nexus Dashboard devices.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Is
Cluster stringHealthy - Health of Nexus Dashboard cluster.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nd
Cluster doubleSize - Number of nodes in Nexus Dashboard cluster.
- Nd
Sites List<GetNiatelemetry Nexus Dashboards Nd Site> - Nd
Type string - Node type in Nexus Dashboard cluster.
- Nd
Version string - Version running on Nexus Dashboard.
- Number
Of doubleApps - Number of applications installed in the Nexus Dashboard.
- Number
Of doubleInsight Groups - Number of total insight groups in ND.
- Number
Of doubleNir Dashboards - Number of total NIR dashboards in ND.
- Number
Of doubleSchemas In Mso - Number of total schemas in Multi-Site Orchestrator.
- Number
Of doubleSites In Mso - Number of sites in Multi-Site Orchestrator.
- Number
Of doubleSites Serviced - Number of sites serviced by ND.
- Number
Of doubleTenants In Mso - Number of total tenants in Multi-Site Orchestrator.
- Number
Of doubleVxlan Fabric Sites In Mso - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- Object
Type string - Owners List<string>
- Parent
Get
Niatelemetry Nexus Dashboards Parent - Permission
Resources List<GetNiatelemetry Nexus Dashboards Permission Resource> - Record
Type string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- Registered
Device GetNiatelemetry Nexus Dashboards Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Niatelemetry Nexus Dashboards Tag> - Type
Of stringSite In Mso - Type of site added to Multi-Site Orchestrator.
- Version
Context GetNiatelemetry Nexus Dashboards Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Niatelemetry Nexus Dashboards Ancestor - Class
Id string - Cluster
Name string - Nexus Dashboard can onboard multiple APIC clusters/sites.
- Cluster
Uuid string - UUID of the Nexus Dashboard cluster.
- Create
Time string - The time when this managed object was created.
- Dn string
- Dn of the objects present for Nexus Dashboard devices.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Is
Cluster stringHealthy - Health of Nexus Dashboard cluster.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Nd
Cluster float64Size - Number of nodes in Nexus Dashboard cluster.
- Nd
Sites []GetNiatelemetry Nexus Dashboards Nd Site - Nd
Type string - Node type in Nexus Dashboard cluster.
- Nd
Version string - Version running on Nexus Dashboard.
- Number
Of float64Apps - Number of applications installed in the Nexus Dashboard.
- Number
Of float64Insight Groups - Number of total insight groups in ND.
- Number
Of float64Nir Dashboards - Number of total NIR dashboards in ND.
- Number
Of float64Schemas In Mso - Number of total schemas in Multi-Site Orchestrator.
- Number
Of float64Sites In Mso - Number of sites in Multi-Site Orchestrator.
- Number
Of float64Sites Serviced - Number of sites serviced by ND.
- Number
Of float64Tenants In Mso - Number of total tenants in Multi-Site Orchestrator.
- Number
Of float64Vxlan Fabric Sites In Mso - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- Object
Type string - Owners []string
- Parent
Get
Niatelemetry Nexus Dashboards Parent - Permission
Resources []GetNiatelemetry Nexus Dashboards Permission Resource - Record
Type string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- Registered
Device GetNiatelemetry Nexus Dashboards Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Niatelemetry Nexus Dashboards Tag - Type
Of stringSite In Mso - Type of site added to Multi-Site Orchestrator.
- Version
Context GetNiatelemetry Nexus Dashboards Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Niatelemetry Nexus Dashboards Ancestor> - class
Id String - cluster
Name String - Nexus Dashboard can onboard multiple APIC clusters/sites.
- cluster
Uuid String - UUID of the Nexus Dashboard cluster.
- create
Time String - The time when this managed object was created.
- dn String
- Dn of the objects present for Nexus Dashboard devices.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- is
Cluster StringHealthy - Health of Nexus Dashboard cluster.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nd
Cluster DoubleSize - Number of nodes in Nexus Dashboard cluster.
- nd
Sites List<GetNiatelemetry Nexus Dashboards Nd Site> - nd
Type String - Node type in Nexus Dashboard cluster.
- nd
Version String - Version running on Nexus Dashboard.
- number
Of DoubleApps - Number of applications installed in the Nexus Dashboard.
- number
Of DoubleInsight Groups - Number of total insight groups in ND.
- number
Of DoubleNir Dashboards - Number of total NIR dashboards in ND.
- number
Of DoubleSchemas In Mso - Number of total schemas in Multi-Site Orchestrator.
- number
Of DoubleSites In Mso - Number of sites in Multi-Site Orchestrator.
- number
Of DoubleSites Serviced - Number of sites serviced by ND.
- number
Of DoubleTenants In Mso - Number of total tenants in Multi-Site Orchestrator.
- number
Of DoubleVxlan Fabric Sites In Mso - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- object
Type String - owners List<String>
- parent
Get
Niatelemetry Nexus Dashboards Parent - permission
Resources List<GetNiatelemetry Nexus Dashboards Permission Resource> - record
Type String - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered
Device GetNiatelemetry Nexus Dashboards Registered Device - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Niatelemetry Nexus Dashboards Tag> - type
Of StringSite In Mso - Type of site added to Multi-Site Orchestrator.
- version
Context GetNiatelemetry Nexus Dashboards Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Niatelemetry Nexus Dashboards Ancestor[] - class
Id string - cluster
Name string - Nexus Dashboard can onboard multiple APIC clusters/sites.
- cluster
Uuid string - UUID of the Nexus Dashboard cluster.
- create
Time string - The time when this managed object was created.
- dn string
- Dn of the objects present for Nexus Dashboard devices.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- is
Cluster stringHealthy - Health of Nexus Dashboard cluster.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nd
Cluster numberSize - Number of nodes in Nexus Dashboard cluster.
- nd
Sites GetNiatelemetry Nexus Dashboards Nd Site[] - nd
Type string - Node type in Nexus Dashboard cluster.
- nd
Version string - Version running on Nexus Dashboard.
- number
Of numberApps - Number of applications installed in the Nexus Dashboard.
- number
Of numberInsight Groups - Number of total insight groups in ND.
- number
Of numberNir Dashboards - Number of total NIR dashboards in ND.
- number
Of numberSchemas In Mso - Number of total schemas in Multi-Site Orchestrator.
- number
Of numberSites In Mso - Number of sites in Multi-Site Orchestrator.
- number
Of numberSites Serviced - Number of sites serviced by ND.
- number
Of numberTenants In Mso - Number of total tenants in Multi-Site Orchestrator.
- number
Of numberVxlan Fabric Sites In Mso - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- object
Type string - owners string[]
- parent
Get
Niatelemetry Nexus Dashboards Parent - permission
Resources GetNiatelemetry Nexus Dashboards Permission Resource[] - record
Type string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered
Device GetNiatelemetry Nexus Dashboards Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Niatelemetry Nexus Dashboards Tag[] - type
Of stringSite In Mso - Type of site added to Multi-Site Orchestrator.
- version
Context GetNiatelemetry Nexus Dashboards Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Niatelemetry Nexus Dashboards Ancestor] - class_
id str - cluster_
name str - Nexus Dashboard can onboard multiple APIC clusters/sites.
- cluster_
uuid str - UUID of the Nexus Dashboard cluster.
- create_
time str - The time when this managed object was created.
- dn str
- Dn of the objects present for Nexus Dashboard devices.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- id str
- is_
cluster_ strhealthy - Health of Nexus Dashboard cluster.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nd_
cluster_ floatsize - Number of nodes in Nexus Dashboard cluster.
- nd_
sites Sequence[GetNiatelemetry Nexus Dashboards Nd Site] - nd_
type str - Node type in Nexus Dashboard cluster.
- nd_
version str - Version running on Nexus Dashboard.
- number_
of_ floatapps - Number of applications installed in the Nexus Dashboard.
- number_
of_ floatinsight_ groups - Number of total insight groups in ND.
- number_
of_ floatnir_ dashboards - Number of total NIR dashboards in ND.
- number_
of_ floatschemas_ in_ mso - Number of total schemas in Multi-Site Orchestrator.
- number_
of_ floatsites_ in_ mso - Number of sites in Multi-Site Orchestrator.
- number_
of_ floatsites_ serviced - Number of sites serviced by ND.
- number_
of_ floattenants_ in_ mso - Number of total tenants in Multi-Site Orchestrator.
- number_
of_ floatvxlan_ fabric_ sites_ in_ mso - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- object_
type str - owners Sequence[str]
- parent
Get
Niatelemetry Nexus Dashboards Parent - permission_
resources Sequence[GetNiatelemetry Nexus Dashboards Permission Resource] - record_
type str - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered_
device GetNiatelemetry Nexus Dashboards Registered Device - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Niatelemetry Nexus Dashboards Tag] - type_
of_ strsite_ in_ mso - Type of site added to Multi-Site Orchestrator.
- version_
context GetNiatelemetry Nexus Dashboards Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster
Name String - Nexus Dashboard can onboard multiple APIC clusters/sites.
- cluster
Uuid String - UUID of the Nexus Dashboard cluster.
- create
Time String - The time when this managed object was created.
- dn String
- Dn of the objects present for Nexus Dashboard devices.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- is
Cluster StringHealthy - Health of Nexus Dashboard cluster.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nd
Cluster NumberSize - Number of nodes in Nexus Dashboard cluster.
- nd
Sites List<Property Map> - nd
Type String - Node type in Nexus Dashboard cluster.
- nd
Version String - Version running on Nexus Dashboard.
- number
Of NumberApps - Number of applications installed in the Nexus Dashboard.
- number
Of NumberInsight Groups - Number of total insight groups in ND.
- number
Of NumberNir Dashboards - Number of total NIR dashboards in ND.
- number
Of NumberSchemas In Mso - Number of total schemas in Multi-Site Orchestrator.
- number
Of NumberSites In Mso - Number of sites in Multi-Site Orchestrator.
- number
Of NumberSites Serviced - Number of sites serviced by ND.
- number
Of NumberTenants In Mso - Number of total tenants in Multi-Site Orchestrator.
- number
Of NumberVxlan Fabric Sites In Mso - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - record
Type String - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered
Device Property Map - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- type
Of StringSite In Mso - Type of site added to Multi-Site Orchestrator.
- version
Context Property Map
getNiatelemetryNexusDashboards Result
The following output properties are available:
- Id string
- Results
List<Get
Niatelemetry Nexus Dashboards Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Niatelemetry Nexus Dashboards Ancestor> - Class
Id string - Cluster
Name string - Cluster
Uuid string - Create
Time string - Dn string
- Domain
Group stringMoid - Is
Cluster stringHealthy - Mod
Time string - Moid string
- Nd
Cluster doubleSize - Nd
Sites List<GetNiatelemetry Nexus Dashboards Nd Site> - Nd
Type string - Nd
Version string - Number
Of doubleApps - Number
Of doubleInsight Groups - Number
Of doubleNir Dashboards - Number
Of doubleSchemas In Mso - Number
Of doubleSites In Mso - Number
Of doubleSites Serviced - Number
Of doubleTenants In Mso - Number
Of doubleVxlan Fabric Sites In Mso - Object
Type string - Owners List<string>
- Parent
Get
Niatelemetry Nexus Dashboards Parent - Permission
Resources List<GetNiatelemetry Nexus Dashboards Permission Resource> - Record
Type string - Registered
Device GetNiatelemetry Nexus Dashboards Registered Device - string
- List<Get
Niatelemetry Nexus Dashboards Tag> - Type
Of stringSite In Mso - Version
Context GetNiatelemetry Nexus Dashboards Version Context
- Id string
- Results
[]Get
Niatelemetry Nexus Dashboards Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Niatelemetry Nexus Dashboards Ancestor - Class
Id string - Cluster
Name string - Cluster
Uuid string - Create
Time string - Dn string
- Domain
Group stringMoid - Is
Cluster stringHealthy - Mod
Time string - Moid string
- Nd
Cluster float64Size - Nd
Sites []GetNiatelemetry Nexus Dashboards Nd Site - Nd
Type string - Nd
Version string - Number
Of float64Apps - Number
Of float64Insight Groups - Number
Of float64Nir Dashboards - Number
Of float64Schemas In Mso - Number
Of float64Sites In Mso - Number
Of float64Sites Serviced - Number
Of float64Tenants In Mso - Number
Of float64Vxlan Fabric Sites In Mso - Object
Type string - Owners []string
- Parent
Get
Niatelemetry Nexus Dashboards Parent - Permission
Resources []GetNiatelemetry Nexus Dashboards Permission Resource - Record
Type string - Registered
Device GetNiatelemetry Nexus Dashboards Registered Device - string
- []Get
Niatelemetry Nexus Dashboards Tag - Type
Of stringSite In Mso - Version
Context GetNiatelemetry Nexus Dashboards Version Context
- id String
- results
List<Get
Niatelemetry Nexus Dashboards Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Niatelemetry Nexus Dashboards Ancestor> - class
Id String - cluster
Name String - cluster
Uuid String - create
Time String - dn String
- domain
Group StringMoid - is
Cluster StringHealthy - mod
Time String - moid String
- nd
Cluster DoubleSize - nd
Sites List<GetNiatelemetry Nexus Dashboards Nd Site> - nd
Type String - nd
Version String - number
Of DoubleApps - number
Of DoubleInsight Groups - number
Of DoubleNir Dashboards - number
Of DoubleSchemas In Mso - number
Of DoubleSites In Mso - number
Of DoubleSites Serviced - number
Of DoubleTenants In Mso - number
Of DoubleVxlan Fabric Sites In Mso - object
Type String - owners List<String>
- parent
Get
Niatelemetry Nexus Dashboards Parent - permission
Resources List<GetNiatelemetry Nexus Dashboards Permission Resource> - record
Type String - registered
Device GetNiatelemetry Nexus Dashboards Registered Device - String
- List<Get
Niatelemetry Nexus Dashboards Tag> - type
Of StringSite In Mso - version
Context GetNiatelemetry Nexus Dashboards Version Context
- id string
- results
Get
Niatelemetry Nexus Dashboards Result[] - account
Moid string - additional
Properties string - ancestors
Get
Niatelemetry Nexus Dashboards Ancestor[] - class
Id string - cluster
Name string - cluster
Uuid string - create
Time string - dn string
- domain
Group stringMoid - is
Cluster stringHealthy - mod
Time string - moid string
- nd
Cluster numberSize - nd
Sites GetNiatelemetry Nexus Dashboards Nd Site[] - nd
Type string - nd
Version string - number
Of numberApps - number
Of numberInsight Groups - number
Of numberNir Dashboards - number
Of numberSchemas In Mso - number
Of numberSites In Mso - number
Of numberSites Serviced - number
Of numberTenants In Mso - number
Of numberVxlan Fabric Sites In Mso - object
Type string - owners string[]
- parent
Get
Niatelemetry Nexus Dashboards Parent - permission
Resources GetNiatelemetry Nexus Dashboards Permission Resource[] - record
Type string - registered
Device GetNiatelemetry Nexus Dashboards Registered Device - string
- Get
Niatelemetry Nexus Dashboards Tag[] - type
Of stringSite In Mso - version
Context GetNiatelemetry Nexus Dashboards Version Context
- id str
- results
Sequence[Get
Niatelemetry Nexus Dashboards Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Niatelemetry Nexus Dashboards Ancestor] - class_
id str - cluster_
name str - cluster_
uuid str - create_
time str - dn str
- domain_
group_ strmoid - is_
cluster_ strhealthy - mod_
time str - moid str
- nd_
cluster_ floatsize - nd_
sites Sequence[GetNiatelemetry Nexus Dashboards Nd Site] - nd_
type str - nd_
version str - number_
of_ floatapps - number_
of_ floatinsight_ groups - number_
of_ floatnir_ dashboards - number_
of_ floatschemas_ in_ mso - number_
of_ floatsites_ in_ mso - number_
of_ floatsites_ serviced - number_
of_ floattenants_ in_ mso - number_
of_ floatvxlan_ fabric_ sites_ in_ mso - object_
type str - owners Sequence[str]
- parent
Get
Niatelemetry Nexus Dashboards Parent - permission_
resources Sequence[GetNiatelemetry Nexus Dashboards Permission Resource] - record_
type str - registered_
device GetNiatelemetry Nexus Dashboards Registered Device - str
- Sequence[Get
Niatelemetry Nexus Dashboards Tag] - type_
of_ strsite_ in_ mso - version_
context GetNiatelemetry Nexus Dashboards Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - cluster
Name String - cluster
Uuid String - create
Time String - dn String
- domain
Group StringMoid - is
Cluster StringHealthy - mod
Time String - moid String
- nd
Cluster NumberSize - nd
Sites List<Property Map> - nd
Type String - nd
Version String - number
Of NumberApps - number
Of NumberInsight Groups - number
Of NumberNir Dashboards - number
Of NumberSchemas In Mso - number
Of NumberSites In Mso - number
Of NumberSites Serviced - number
Of NumberTenants In Mso - number
Of NumberVxlan Fabric Sites In Mso - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - record
Type String - registered
Device Property Map - String
- List<Property Map>
- type
Of StringSite In Mso - version
Context Property Map
Supporting Types
GetNiatelemetryNexusDashboardsAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNiatelemetryNexusDashboardsNdSite
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Returns the name of the site.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Site
Type string - Returns the type of the site.
- Uuid string
- Returns the uuid of the site.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Name string
- Returns the name of the site.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Site
Type string - Returns the type of the site.
- Uuid string
- Returns the uuid of the site.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Returns the name of the site.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- site
Type String - Returns the type of the site.
- uuid String
- Returns the uuid of the site.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name string
- Returns the name of the site.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- site
Type string - Returns the type of the site.
- uuid string
- Returns the uuid of the site.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name str
- Returns the name of the site.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- site_
type str - Returns the type of the site.
- uuid str
- Returns the uuid of the site.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- name String
- Returns the name of the site.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- site
Type String - Returns the type of the site.
- uuid String
- Returns the uuid of the site.
GetNiatelemetryNexusDashboardsParent
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNiatelemetryNexusDashboardsPermissionResource
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNiatelemetryNexusDashboardsRegisteredDevice
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNiatelemetryNexusDashboardsResult
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetNiatelemetry Nexus Dashboards Result Ancestor> - Class
Id This property is required. string - Cluster
Name This property is required. string - Nexus Dashboard can onboard multiple APIC clusters/sites.
- Cluster
Uuid This property is required. string - UUID of the Nexus Dashboard cluster.
- Create
Time This property is required. string - The time when this managed object was created.
- Dn
This property is required. string - Dn of the objects present for Nexus Dashboard devices.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Is
Cluster Healthy This property is required. string - Health of Nexus Dashboard cluster.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Nd
Cluster Size This property is required. double - Number of nodes in Nexus Dashboard cluster.
- Nd
Sites This property is required. List<GetNiatelemetry Nexus Dashboards Result Nd Site> - Nd
Type This property is required. string - Node type in Nexus Dashboard cluster.
- Nd
Version This property is required. string - Version running on Nexus Dashboard.
- Number
Of Apps This property is required. double - Number of applications installed in the Nexus Dashboard.
- Number
Of Insight Groups This property is required. double - Number of total insight groups in ND.
- Number
Of Nir Dashboards This property is required. double - Number of total NIR dashboards in ND.
- Number
Of Schemas In Mso This property is required. double - Number of total schemas in Multi-Site Orchestrator.
- Number
Of Sites In Mso This property is required. double - Number of sites in Multi-Site Orchestrator.
- Number
Of Sites Serviced This property is required. double - Number of sites serviced by ND.
- Number
Of Tenants In Mso This property is required. double - Number of total tenants in Multi-Site Orchestrator.
- Number
Of Vxlan Fabric Sites In Mso This property is required. double - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- Object
Type This property is required. string - Owners
This property is required. List<string> - Parents
This property is required. List<GetNiatelemetry Nexus Dashboards Result Parent> - Permission
Resources This property is required. List<GetNiatelemetry Nexus Dashboards Result Permission Resource> - Record
Type This property is required. string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- Registered
Devices This property is required. List<GetNiatelemetry Nexus Dashboards Result Registered Device> 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.
This property is required. List<GetNiatelemetry Nexus Dashboards Result Tag> - Type
Of Site In Mso This property is required. string - Type of site added to Multi-Site Orchestrator.
- Version
Contexts This property is required. List<GetNiatelemetry Nexus Dashboards Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetNiatelemetry Nexus Dashboards Result Ancestor - Class
Id This property is required. string - Cluster
Name This property is required. string - Nexus Dashboard can onboard multiple APIC clusters/sites.
- Cluster
Uuid This property is required. string - UUID of the Nexus Dashboard cluster.
- Create
Time This property is required. string - The time when this managed object was created.
- Dn
This property is required. string - Dn of the objects present for Nexus Dashboard devices.
- Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Is
Cluster Healthy This property is required. string - Health of Nexus Dashboard cluster.
- Mod
Time This property is required. string - The time when this managed object was last modified.
- Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Nd
Cluster Size This property is required. float64 - Number of nodes in Nexus Dashboard cluster.
- Nd
Sites This property is required. []GetNiatelemetry Nexus Dashboards Result Nd Site - Nd
Type This property is required. string - Node type in Nexus Dashboard cluster.
- Nd
Version This property is required. string - Version running on Nexus Dashboard.
- Number
Of Apps This property is required. float64 - Number of applications installed in the Nexus Dashboard.
- Number
Of Insight Groups This property is required. float64 - Number of total insight groups in ND.
- Number
Of Nir Dashboards This property is required. float64 - Number of total NIR dashboards in ND.
- Number
Of Schemas In Mso This property is required. float64 - Number of total schemas in Multi-Site Orchestrator.
- Number
Of Sites In Mso This property is required. float64 - Number of sites in Multi-Site Orchestrator.
- Number
Of Sites Serviced This property is required. float64 - Number of sites serviced by ND.
- Number
Of Tenants In Mso This property is required. float64 - Number of total tenants in Multi-Site Orchestrator.
- Number
Of Vxlan Fabric Sites In Mso This property is required. float64 - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- Object
Type This property is required. string - Owners
This property is required. []string - Parents
This property is required. []GetNiatelemetry Nexus Dashboards Result Parent - Permission
Resources This property is required. []GetNiatelemetry Nexus Dashboards Result Permission Resource - Record
Type This property is required. string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- Registered
Devices This property is required. []GetNiatelemetry Nexus Dashboards Result Registered Device 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.
This property is required. []GetNiatelemetry Nexus Dashboards Result Tag - Type
Of Site In Mso This property is required. string - Type of site added to Multi-Site Orchestrator.
- Version
Contexts This property is required. []GetNiatelemetry Nexus Dashboards Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetNiatelemetry Nexus Dashboards Result Ancestor> - class
Id This property is required. String - cluster
Name This property is required. String - Nexus Dashboard can onboard multiple APIC clusters/sites.
- cluster
Uuid This property is required. String - UUID of the Nexus Dashboard cluster.
- create
Time This property is required. String - The time when this managed object was created.
- dn
This property is required. String - Dn of the objects present for Nexus Dashboard devices.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- is
Cluster Healthy This property is required. String - Health of Nexus Dashboard cluster.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- nd
Cluster Size This property is required. Double - Number of nodes in Nexus Dashboard cluster.
- nd
Sites This property is required. List<GetNiatelemetry Nexus Dashboards Result Nd Site> - nd
Type This property is required. String - Node type in Nexus Dashboard cluster.
- nd
Version This property is required. String - Version running on Nexus Dashboard.
- number
Of Apps This property is required. Double - Number of applications installed in the Nexus Dashboard.
- number
Of Insight Groups This property is required. Double - Number of total insight groups in ND.
- number
Of Nir Dashboards This property is required. Double - Number of total NIR dashboards in ND.
- number
Of Schemas In Mso This property is required. Double - Number of total schemas in Multi-Site Orchestrator.
- number
Of Sites In Mso This property is required. Double - Number of sites in Multi-Site Orchestrator.
- number
Of Sites Serviced This property is required. Double - Number of sites serviced by ND.
- number
Of Tenants In Mso This property is required. Double - Number of total tenants in Multi-Site Orchestrator.
- number
Of Vxlan Fabric Sites In Mso This property is required. Double - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<GetNiatelemetry Nexus Dashboards Result Parent> - permission
Resources This property is required. List<GetNiatelemetry Nexus Dashboards Result Permission Resource> - record
Type This property is required. String - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered
Devices This property is required. List<GetNiatelemetry Nexus Dashboards Result Registered Device> 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.
This property is required. List<GetNiatelemetry Nexus Dashboards Result Tag> - type
Of Site In Mso This property is required. String - Type of site added to Multi-Site Orchestrator.
- version
Contexts This property is required. List<GetNiatelemetry Nexus Dashboards Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetNiatelemetry Nexus Dashboards Result Ancestor[] - class
Id This property is required. string - cluster
Name This property is required. string - Nexus Dashboard can onboard multiple APIC clusters/sites.
- cluster
Uuid This property is required. string - UUID of the Nexus Dashboard cluster.
- create
Time This property is required. string - The time when this managed object was created.
- dn
This property is required. string - Dn of the objects present for Nexus Dashboard devices.
- domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- is
Cluster Healthy This property is required. string - Health of Nexus Dashboard cluster.
- mod
Time This property is required. string - The time when this managed object was last modified.
- moid
This property is required. string - The unique identifier of this Managed Object instance.
- nd
Cluster Size This property is required. number - Number of nodes in Nexus Dashboard cluster.
- nd
Sites This property is required. GetNiatelemetry Nexus Dashboards Result Nd Site[] - nd
Type This property is required. string - Node type in Nexus Dashboard cluster.
- nd
Version This property is required. string - Version running on Nexus Dashboard.
- number
Of Apps This property is required. number - Number of applications installed in the Nexus Dashboard.
- number
Of Insight Groups This property is required. number - Number of total insight groups in ND.
- number
Of Nir Dashboards This property is required. number - Number of total NIR dashboards in ND.
- number
Of Schemas In Mso This property is required. number - Number of total schemas in Multi-Site Orchestrator.
- number
Of Sites In Mso This property is required. number - Number of sites in Multi-Site Orchestrator.
- number
Of Sites Serviced This property is required. number - Number of sites serviced by ND.
- number
Of Tenants In Mso This property is required. number - Number of total tenants in Multi-Site Orchestrator.
- number
Of Vxlan Fabric Sites In Mso This property is required. number - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- object
Type This property is required. string - owners
This property is required. string[] - parents
This property is required. GetNiatelemetry Nexus Dashboards Result Parent[] - permission
Resources This property is required. GetNiatelemetry Nexus Dashboards Result Permission Resource[] - record
Type This property is required. string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered
Devices This property is required. GetNiatelemetry Nexus Dashboards Result Registered Device[] 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.
This property is required. GetNiatelemetry Nexus Dashboards Result Tag[] - type
Of Site In Mso This property is required. string - Type of site added to Multi-Site Orchestrator.
- version
Contexts This property is required. GetNiatelemetry Nexus Dashboards Result Version Context[]
- 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[GetNiatelemetry Nexus Dashboards Result Ancestor] - class_
id This property is required. str - cluster_
name This property is required. str - Nexus Dashboard can onboard multiple APIC clusters/sites.
- cluster_
uuid This property is required. str - UUID of the Nexus Dashboard cluster.
- create_
time This property is required. str - The time when this managed object was created.
- dn
This property is required. str - Dn of the objects present for Nexus Dashboard devices.
- domain_
group_ moid This property is required. str - The DomainGroup ID for this managed object.
- is_
cluster_ healthy This property is required. str - Health of Nexus Dashboard cluster.
- mod_
time This property is required. str - The time when this managed object was last modified.
- moid
This property is required. str - The unique identifier of this Managed Object instance.
- nd_
cluster_ size This property is required. float - Number of nodes in Nexus Dashboard cluster.
- nd_
sites This property is required. Sequence[GetNiatelemetry Nexus Dashboards Result Nd Site] - nd_
type This property is required. str - Node type in Nexus Dashboard cluster.
- nd_
version This property is required. str - Version running on Nexus Dashboard.
- number_
of_ apps This property is required. float - Number of applications installed in the Nexus Dashboard.
- number_
of_ insight_ groups This property is required. float - Number of total insight groups in ND.
- number_
of_ nir_ dashboards This property is required. float - Number of total NIR dashboards in ND.
- number_
of_ schemas_ in_ mso This property is required. float - Number of total schemas in Multi-Site Orchestrator.
- number_
of_ sites_ in_ mso This property is required. float - Number of sites in Multi-Site Orchestrator.
- number_
of_ sites_ serviced This property is required. float - Number of sites serviced by ND.
- number_
of_ tenants_ in_ mso This property is required. float - Number of total tenants in Multi-Site Orchestrator.
- number_
of_ vxlan_ fabric_ sites_ in_ mso This property is required. float - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- object_
type This property is required. str - owners
This property is required. Sequence[str] - parents
This property is required. Sequence[GetNiatelemetry Nexus Dashboards Result Parent] - permission_
resources This property is required. Sequence[GetNiatelemetry Nexus Dashboards Result Permission Resource] - record_
type This property is required. str - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered_
devices This property is required. Sequence[GetNiatelemetry Nexus Dashboards Result Registered Device] 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.
This property is required. Sequence[GetNiatelemetry Nexus Dashboards Result Tag] - type_
of_ site_ in_ mso This property is required. str - Type of site added to Multi-Site Orchestrator.
- version_
contexts This property is required. Sequence[GetNiatelemetry Nexus Dashboards Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - class
Id This property is required. String - cluster
Name This property is required. String - Nexus Dashboard can onboard multiple APIC clusters/sites.
- cluster
Uuid This property is required. String - UUID of the Nexus Dashboard cluster.
- create
Time This property is required. String - The time when this managed object was created.
- dn
This property is required. String - Dn of the objects present for Nexus Dashboard devices.
- domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- is
Cluster Healthy This property is required. String - Health of Nexus Dashboard cluster.
- mod
Time This property is required. String - The time when this managed object was last modified.
- moid
This property is required. String - The unique identifier of this Managed Object instance.
- nd
Cluster Size This property is required. Number - Number of nodes in Nexus Dashboard cluster.
- nd
Sites This property is required. List<Property Map> - nd
Type This property is required. String - Node type in Nexus Dashboard cluster.
- nd
Version This property is required. String - Version running on Nexus Dashboard.
- number
Of Apps This property is required. Number - Number of applications installed in the Nexus Dashboard.
- number
Of Insight Groups This property is required. Number - Number of total insight groups in ND.
- number
Of Nir Dashboards This property is required. Number - Number of total NIR dashboards in ND.
- number
Of Schemas In Mso This property is required. Number - Number of total schemas in Multi-Site Orchestrator.
- number
Of Sites In Mso This property is required. Number - Number of sites in Multi-Site Orchestrator.
- number
Of Sites Serviced This property is required. Number - Number of sites serviced by ND.
- number
Of Tenants In Mso This property is required. Number - Number of total tenants in Multi-Site Orchestrator.
- number
Of Vxlan Fabric Sites In Mso This property is required. Number - Number of sites with vxLan type fabric in Multi-Site Orchestrator.
- object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - record
Type This property is required. String - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered
Devices This property is required. List<Property Map> 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.
This property is required. List<Property Map>- type
Of Site In Mso This property is required. String - Type of site added to Multi-Site Orchestrator.
- version
Contexts This property is required. List<Property Map>
GetNiatelemetryNexusDashboardsResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetNiatelemetryNexusDashboardsResultNdSite
- Additional
Properties This property is required. string - Class
Id This property is required. string - Name
This property is required. string - Object
Type This property is required. string - Site
Type This property is required. string - Uuid
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Name
This property is required. string - Object
Type This property is required. string - Site
Type This property is required. string - Uuid
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - name
This property is required. String - object
Type This property is required. String - site
Type This property is required. String - uuid
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - name
This property is required. string - object
Type This property is required. string - site
Type This property is required. string - uuid
This property is required. string
- additional_
properties This property is required. str - class_
id This property is required. str - name
This property is required. str - object_
type This property is required. str - site_
type This property is required. str - uuid
This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - name
This property is required. String - object
Type This property is required. String - site
Type This property is required. String - uuid
This property is required. String
GetNiatelemetryNexusDashboardsResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetNiatelemetryNexusDashboardsResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetNiatelemetryNexusDashboardsResultRegisteredDevice
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetNiatelemetryNexusDashboardsResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties 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
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetNiatelemetryNexusDashboardsResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetNiatelemetry Nexus Dashboards Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetNiatelemetry Nexus Dashboards Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetNiatelemetry Nexus Dashboards Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetNiatelemetry Nexus Dashboards Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetNiatelemetry Nexus Dashboards Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetNiatelemetry Nexus Dashboards Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetNiatelemetry Nexus Dashboards Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetNiatelemetry Nexus Dashboards Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type 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[GetNiatelemetry Nexus Dashboards Result Version Context Interested Mo] - marked_
for_ deletion This property is required. bool - nr_
version This property is required. str - object_
type This property is required. str - ref_
mos This property is required. Sequence[GetNiatelemetry Nexus Dashboards Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetNiatelemetryNexusDashboardsResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetNiatelemetryNexusDashboardsResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetNiatelemetryNexusDashboardsTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetNiatelemetryNexusDashboardsVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetNiatelemetry Nexus Dashboards Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetNiatelemetry Nexus Dashboards Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetNiatelemetry Nexus Dashboards Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetNiatelemetry Nexus Dashboards Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetNiatelemetry Nexus Dashboards Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetNiatelemetry Nexus Dashboards Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetNiatelemetry Nexus Dashboards Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetNiatelemetry Nexus Dashboards Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetNiatelemetry Nexus Dashboards Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetNiatelemetry Nexus Dashboards Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetNiatelemetryNexusDashboardsVersionContextInterestedMo
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetNiatelemetryNexusDashboardsVersionContextRefMo
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet