intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getNiatelemetryNexusDashboards
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Niatelemetry Nexus Dashboards Result 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.
- 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 Result 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>
- Parents
List<Get
Niatelemetry Nexus Dashboards Result Parent> - Permission
Resources List<GetNiatelemetry Nexus Dashboards Result Permission Resource> - Record
Type string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- Registered
Devices List<GetNiatelemetry Nexus Dashboards Result Registered Device> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Niatelemetry Nexus Dashboards Result Tag> - Type
Of stringSite In Mso - Type of site added to Multi-Site Orchestrator.
- Version
Contexts List<GetNiatelemetry Nexus Dashboards Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Niatelemetry Nexus Dashboards Result 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.
- 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 Result 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
- Parents
[]Get
Niatelemetry Nexus Dashboards Result Parent - Permission
Resources []GetNiatelemetry Nexus Dashboards Result Permission Resource - Record
Type string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- Registered
Devices []GetNiatelemetry Nexus Dashboards Result Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Niatelemetry Nexus Dashboards Result Tag - Type
Of stringSite In Mso - Type of site added to Multi-Site Orchestrator.
- Version
Contexts []GetNiatelemetry Nexus Dashboards Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Niatelemetry Nexus Dashboards Result 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.
- 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 Result 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>
- parents
List<Get
Niatelemetry Nexus Dashboards Result Parent> - permission
Resources List<GetNiatelemetry Nexus Dashboards Result Permission Resource> - record
Type String - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered
Devices List<GetNiatelemetry Nexus Dashboards Result Registered Device> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Niatelemetry Nexus Dashboards Result Tag> - type
Of StringSite In Mso - Type of site added to Multi-Site Orchestrator.
- version
Contexts List<GetNiatelemetry Nexus Dashboards Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Niatelemetry Nexus Dashboards Result 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.
- 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 Result 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[]
- parents
Get
Niatelemetry Nexus Dashboards Result Parent[] - permission
Resources GetNiatelemetry Nexus Dashboards Result Permission Resource[] - record
Type string - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered
Devices GetNiatelemetry Nexus Dashboards Result Registered Device[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Niatelemetry Nexus Dashboards Result Tag[] - type
Of stringSite In Mso - Type of site added to Multi-Site Orchestrator.
- version
Contexts GetNiatelemetry Nexus Dashboards Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Niatelemetry Nexus Dashboards Result 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.
- 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 Result 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]
- parents
Sequence[Get
Niatelemetry Nexus Dashboards Result Parent] - permission_
resources Sequence[GetNiatelemetry Nexus Dashboards Result Permission Resource] - record_
type str - Type of record DCNM / APIC / SE. This determines the type of platform where inventory was collected.
- registered_
devices Sequence[GetNiatelemetry Nexus Dashboards Result Registered Device] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Niatelemetry Nexus Dashboards Result Tag] - type_
of_ strsite_ in_ mso - Type of site added to Multi-Site Orchestrator.
- version_
contexts Sequence[GetNiatelemetry Nexus Dashboards Result 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.
- 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>
- parents List<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
Devices List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- type
Of StringSite In Mso - Type of site added to Multi-Site Orchestrator.
- version
Contexts List<Property Map>
GetNiatelemetryNexusDashboardsResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNiatelemetryNexusDashboardsResultNdSite
- Additional
Properties string - Class
Id string - Name string
- Object
Type string - Site
Type string - Uuid string
- Additional
Properties string - Class
Id string - Name string
- Object
Type string - Site
Type string - Uuid string
- additional
Properties String - class
Id String - name String
- object
Type String - site
Type String - uuid String
- additional
Properties string - class
Id string - name string
- object
Type string - site
Type string - uuid string
- additional_
properties str - class_
id str - name str
- object_
type str - site_
type str - uuid str
- additional
Properties String - class
Id String - name String
- object
Type String - site
Type String - uuid String
GetNiatelemetryNexusDashboardsResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNiatelemetryNexusDashboardsResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNiatelemetryNexusDashboardsResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNiatelemetryNexusDashboardsResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetNiatelemetryNexusDashboardsResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetNiatelemetryNexusDashboardsResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetNiatelemetryNexusDashboardsResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector 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.64 published on Wednesday, Apr 30, 2025 by ciscodevnet