1. Packages
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getNiatelemetrySiteInventory
Viewing docs for intersight 1.0.78
published on Tuesday, Apr 21, 2026 by ciscodevnet
Viewing docs for intersight 1.0.78
published on Tuesday, Apr 21, 2026 by ciscodevnet

    Details of sites onboarded onto an ND.

    Using getNiatelemetrySiteInventory

    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 getNiatelemetrySiteInventory(args: GetNiatelemetrySiteInventoryArgs, opts?: InvokeOptions): Promise<GetNiatelemetrySiteInventoryResult>
    function getNiatelemetrySiteInventoryOutput(args: GetNiatelemetrySiteInventoryOutputArgs, opts?: InvokeOptions): Output<GetNiatelemetrySiteInventoryResult>
    def get_niatelemetry_site_inventory(account_moid: Optional[str] = None,
                                        additional_properties: Optional[str] = None,
                                        ancestors: Optional[Sequence[GetNiatelemetrySiteInventoryAncestor]] = None,
                                        apps: Optional[Sequence[str]] = None,
                                        class_id: Optional[str] = None,
                                        configuration_change_tracking_count: Optional[float] = None,
                                        connectivity_analysis_count: Optional[float] = None,
                                        create_time: Optional[str] = None,
                                        domain_group_moid: Optional[str] = None,
                                        endpoint_locator_count: Optional[float] = None,
                                        firmware_version: Optional[str] = None,
                                        id: Optional[str] = None,
                                        install_type: Optional[str] = None,
                                        ip_addresses: Optional[Sequence[str]] = None,
                                        mod_time: Optional[str] = None,
                                        moid: Optional[str] = None,
                                        name: Optional[str] = None,
                                        nexus_dashboard: Optional[str] = None,
                                        nodes: Optional[float] = None,
                                        object_type: Optional[str] = None,
                                        on_demand_backups: Optional[bool] = None,
                                        owners: Optional[Sequence[str]] = None,
                                        parent: Optional[GetNiatelemetrySiteInventoryParent] = None,
                                        permission_resources: Optional[Sequence[GetNiatelemetrySiteInventoryPermissionResource]] = None,
                                        record_type: Optional[str] = None,
                                        registered_device: Optional[GetNiatelemetrySiteInventoryRegisteredDevice] = None,
                                        scheduled_backups: Optional[bool] = None,
                                        security_groups_count: Optional[float] = None,
                                        service_clusters_count: Optional[float] = None,
                                        service_function_count: Optional[float] = None,
                                        shared_scope: Optional[str] = None,
                                        tags: Optional[Sequence[GetNiatelemetrySiteInventoryTag]] = None,
                                        type: Optional[str] = None,
                                        version_context: Optional[GetNiatelemetrySiteInventoryVersionContext] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetNiatelemetrySiteInventoryResult
    def get_niatelemetry_site_inventory_output(account_moid: Optional[pulumi.Input[str]] = None,
                                        additional_properties: Optional[pulumi.Input[str]] = None,
                                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetrySiteInventoryAncestorArgs]]]] = None,
                                        apps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        class_id: Optional[pulumi.Input[str]] = None,
                                        configuration_change_tracking_count: Optional[pulumi.Input[float]] = None,
                                        connectivity_analysis_count: Optional[pulumi.Input[float]] = None,
                                        create_time: Optional[pulumi.Input[str]] = None,
                                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                                        endpoint_locator_count: Optional[pulumi.Input[float]] = None,
                                        firmware_version: Optional[pulumi.Input[str]] = None,
                                        id: Optional[pulumi.Input[str]] = None,
                                        install_type: Optional[pulumi.Input[str]] = None,
                                        ip_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        mod_time: Optional[pulumi.Input[str]] = None,
                                        moid: Optional[pulumi.Input[str]] = None,
                                        name: Optional[pulumi.Input[str]] = None,
                                        nexus_dashboard: Optional[pulumi.Input[str]] = None,
                                        nodes: Optional[pulumi.Input[float]] = None,
                                        object_type: Optional[pulumi.Input[str]] = None,
                                        on_demand_backups: Optional[pulumi.Input[bool]] = None,
                                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                        parent: Optional[pulumi.Input[GetNiatelemetrySiteInventoryParentArgs]] = None,
                                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetrySiteInventoryPermissionResourceArgs]]]] = None,
                                        record_type: Optional[pulumi.Input[str]] = None,
                                        registered_device: Optional[pulumi.Input[GetNiatelemetrySiteInventoryRegisteredDeviceArgs]] = None,
                                        scheduled_backups: Optional[pulumi.Input[bool]] = None,
                                        security_groups_count: Optional[pulumi.Input[float]] = None,
                                        service_clusters_count: Optional[pulumi.Input[float]] = None,
                                        service_function_count: Optional[pulumi.Input[float]] = None,
                                        shared_scope: Optional[pulumi.Input[str]] = None,
                                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetrySiteInventoryTagArgs]]]] = None,
                                        type: Optional[pulumi.Input[str]] = None,
                                        version_context: Optional[pulumi.Input[GetNiatelemetrySiteInventoryVersionContextArgs]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetNiatelemetrySiteInventoryResult]
    func LookupNiatelemetrySiteInventory(ctx *Context, args *LookupNiatelemetrySiteInventoryArgs, opts ...InvokeOption) (*LookupNiatelemetrySiteInventoryResult, error)
    func LookupNiatelemetrySiteInventoryOutput(ctx *Context, args *LookupNiatelemetrySiteInventoryOutputArgs, opts ...InvokeOption) LookupNiatelemetrySiteInventoryResultOutput

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

    public static class GetNiatelemetrySiteInventory 
    {
        public static Task<GetNiatelemetrySiteInventoryResult> InvokeAsync(GetNiatelemetrySiteInventoryArgs args, InvokeOptions? opts = null)
        public static Output<GetNiatelemetrySiteInventoryResult> Invoke(GetNiatelemetrySiteInventoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNiatelemetrySiteInventoryResult> getNiatelemetrySiteInventory(GetNiatelemetrySiteInventoryArgs args, InvokeOptions options)
    public static Output<GetNiatelemetrySiteInventoryResult> getNiatelemetrySiteInventory(GetNiatelemetrySiteInventoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getNiatelemetrySiteInventory:getNiatelemetrySiteInventory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetNiatelemetrySiteInventoryAncestor>
    Apps List<string>
    ClassId string
    ConfigurationChangeTrackingCount double
    Count of configuration change tracking.
    ConnectivityAnalysisCount double
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndpointLocatorCount double
    Count of total Endpoint Locators.
    FirmwareVersion string
    Version of the specified site.
    Id string
    InstallType string
    Fine-grained type DCNM either SAN or LAN.
    IpAddresses List<string>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the APIC / DCNM site onboarded.
    NexusDashboard string
    Name of ND on which site has been onboarded.
    Nodes double
    Number of nodes the site contains.
    ObjectType string
    OnDemandBackups bool
    Count of number of manual backups.
    Owners List<string>
    Parent GetNiatelemetrySiteInventoryParent
    PermissionResources List<GetNiatelemetrySiteInventoryPermissionResource>
    RecordType string
    Specifies whether Site object is DCNM or APIC or ND.
    RegisteredDevice GetNiatelemetrySiteInventoryRegisteredDevice
    ScheduledBackups bool
    Count of number of scheduled backups.
    SecurityGroupsCount double
    Count of total security groups.
    ServiceClustersCount double
    Count of total Service Clusters.
    ServiceFunctionCount double
    Count of total Service Functions configured.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetNiatelemetrySiteInventoryTag>
    Type string
    Type of site onboarded either APIC or DCNM.
    VersionContext GetNiatelemetrySiteInventoryVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetNiatelemetrySiteInventoryAncestor
    Apps []string
    ClassId string
    ConfigurationChangeTrackingCount float64
    Count of configuration change tracking.
    ConnectivityAnalysisCount float64
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndpointLocatorCount float64
    Count of total Endpoint Locators.
    FirmwareVersion string
    Version of the specified site.
    Id string
    InstallType string
    Fine-grained type DCNM either SAN or LAN.
    IpAddresses []string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the APIC / DCNM site onboarded.
    NexusDashboard string
    Name of ND on which site has been onboarded.
    Nodes float64
    Number of nodes the site contains.
    ObjectType string
    OnDemandBackups bool
    Count of number of manual backups.
    Owners []string
    Parent GetNiatelemetrySiteInventoryParent
    PermissionResources []GetNiatelemetrySiteInventoryPermissionResource
    RecordType string
    Specifies whether Site object is DCNM or APIC or ND.
    RegisteredDevice GetNiatelemetrySiteInventoryRegisteredDevice
    ScheduledBackups bool
    Count of number of scheduled backups.
    SecurityGroupsCount float64
    Count of total security groups.
    ServiceClustersCount float64
    Count of total Service Clusters.
    ServiceFunctionCount float64
    Count of total Service Functions configured.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetNiatelemetrySiteInventoryTag
    Type string
    Type of site onboarded either APIC or DCNM.
    VersionContext GetNiatelemetrySiteInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetNiatelemetrySiteInventoryAncestor>
    apps List<String>
    classId String
    configurationChangeTrackingCount Double
    Count of configuration change tracking.
    connectivityAnalysisCount Double
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endpointLocatorCount Double
    Count of total Endpoint Locators.
    firmwareVersion String
    Version of the specified site.
    id String
    installType String
    Fine-grained type DCNM either SAN or LAN.
    ipAddresses List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the APIC / DCNM site onboarded.
    nexusDashboard String
    Name of ND on which site has been onboarded.
    nodes Double
    Number of nodes the site contains.
    objectType String
    onDemandBackups Boolean
    Count of number of manual backups.
    owners List<String>
    parent GetNiatelemetrySiteInventoryParent
    permissionResources List<GetNiatelemetrySiteInventoryPermissionResource>
    recordType String
    Specifies whether Site object is DCNM or APIC or ND.
    registeredDevice GetNiatelemetrySiteInventoryRegisteredDevice
    scheduledBackups Boolean
    Count of number of scheduled backups.
    securityGroupsCount Double
    Count of total security groups.
    serviceClustersCount Double
    Count of total Service Clusters.
    serviceFunctionCount Double
    Count of total Service Functions configured.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetNiatelemetrySiteInventoryTag>
    type String
    Type of site onboarded either APIC or DCNM.
    versionContext GetNiatelemetrySiteInventoryVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetNiatelemetrySiteInventoryAncestor[]
    apps string[]
    classId string
    configurationChangeTrackingCount number
    Count of configuration change tracking.
    connectivityAnalysisCount number
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endpointLocatorCount number
    Count of total Endpoint Locators.
    firmwareVersion string
    Version of the specified site.
    id string
    installType string
    Fine-grained type DCNM either SAN or LAN.
    ipAddresses string[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the APIC / DCNM site onboarded.
    nexusDashboard string
    Name of ND on which site has been onboarded.
    nodes number
    Number of nodes the site contains.
    objectType string
    onDemandBackups boolean
    Count of number of manual backups.
    owners string[]
    parent GetNiatelemetrySiteInventoryParent
    permissionResources GetNiatelemetrySiteInventoryPermissionResource[]
    recordType string
    Specifies whether Site object is DCNM or APIC or ND.
    registeredDevice GetNiatelemetrySiteInventoryRegisteredDevice
    scheduledBackups boolean
    Count of number of scheduled backups.
    securityGroupsCount number
    Count of total security groups.
    serviceClustersCount number
    Count of total Service Clusters.
    serviceFunctionCount number
    Count of total Service Functions configured.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetNiatelemetrySiteInventoryTag[]
    type string
    Type of site onboarded either APIC or DCNM.
    versionContext GetNiatelemetrySiteInventoryVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetNiatelemetrySiteInventoryAncestor]
    apps Sequence[str]
    class_id str
    configuration_change_tracking_count float
    Count of configuration change tracking.
    connectivity_analysis_count float
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    endpoint_locator_count float
    Count of total Endpoint Locators.
    firmware_version str
    Version of the specified site.
    id str
    install_type str
    Fine-grained type DCNM either SAN or LAN.
    ip_addresses Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the APIC / DCNM site onboarded.
    nexus_dashboard str
    Name of ND on which site has been onboarded.
    nodes float
    Number of nodes the site contains.
    object_type str
    on_demand_backups bool
    Count of number of manual backups.
    owners Sequence[str]
    parent GetNiatelemetrySiteInventoryParent
    permission_resources Sequence[GetNiatelemetrySiteInventoryPermissionResource]
    record_type str
    Specifies whether Site object is DCNM or APIC or ND.
    registered_device GetNiatelemetrySiteInventoryRegisteredDevice
    scheduled_backups bool
    Count of number of scheduled backups.
    security_groups_count float
    Count of total security groups.
    service_clusters_count float
    Count of total Service Clusters.
    service_function_count float
    Count of total Service Functions configured.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetNiatelemetrySiteInventoryTag]
    type str
    Type of site onboarded either APIC or DCNM.
    version_context GetNiatelemetrySiteInventoryVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    apps List<String>
    classId String
    configurationChangeTrackingCount Number
    Count of configuration change tracking.
    connectivityAnalysisCount Number
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endpointLocatorCount Number
    Count of total Endpoint Locators.
    firmwareVersion String
    Version of the specified site.
    id String
    installType String
    Fine-grained type DCNM either SAN or LAN.
    ipAddresses List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the APIC / DCNM site onboarded.
    nexusDashboard String
    Name of ND on which site has been onboarded.
    nodes Number
    Number of nodes the site contains.
    objectType String
    onDemandBackups Boolean
    Count of number of manual backups.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    recordType String
    Specifies whether Site object is DCNM or APIC or ND.
    registeredDevice Property Map
    scheduledBackups Boolean
    Count of number of scheduled backups.
    securityGroupsCount Number
    Count of total security groups.
    serviceClustersCount Number
    Count of total Service Clusters.
    serviceFunctionCount Number
    Count of total Service Functions configured.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    type String
    Type of site onboarded either APIC or DCNM.
    versionContext Property Map

    getNiatelemetrySiteInventory Result

    The following output properties are available:

    Id string
    Results List<GetNiatelemetrySiteInventoryResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetNiatelemetrySiteInventoryAncestor>
    Apps List<string>
    ClassId string
    ConfigurationChangeTrackingCount double
    ConnectivityAnalysisCount double
    CreateTime string
    DomainGroupMoid string
    EndpointLocatorCount double
    FirmwareVersion string
    InstallType string
    IpAddresses List<string>
    ModTime string
    Moid string
    Name string
    NexusDashboard string
    Nodes double
    ObjectType string
    OnDemandBackups bool
    Owners List<string>
    Parent GetNiatelemetrySiteInventoryParent
    PermissionResources List<GetNiatelemetrySiteInventoryPermissionResource>
    RecordType string
    RegisteredDevice GetNiatelemetrySiteInventoryRegisteredDevice
    ScheduledBackups bool
    SecurityGroupsCount double
    ServiceClustersCount double
    ServiceFunctionCount double
    SharedScope string
    Tags List<GetNiatelemetrySiteInventoryTag>
    Type string
    VersionContext GetNiatelemetrySiteInventoryVersionContext
    Id string
    Results []GetNiatelemetrySiteInventoryResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetNiatelemetrySiteInventoryAncestor
    Apps []string
    ClassId string
    ConfigurationChangeTrackingCount float64
    ConnectivityAnalysisCount float64
    CreateTime string
    DomainGroupMoid string
    EndpointLocatorCount float64
    FirmwareVersion string
    InstallType string
    IpAddresses []string
    ModTime string
    Moid string
    Name string
    NexusDashboard string
    Nodes float64
    ObjectType string
    OnDemandBackups bool
    Owners []string
    Parent GetNiatelemetrySiteInventoryParent
    PermissionResources []GetNiatelemetrySiteInventoryPermissionResource
    RecordType string
    RegisteredDevice GetNiatelemetrySiteInventoryRegisteredDevice
    ScheduledBackups bool
    SecurityGroupsCount float64
    ServiceClustersCount float64
    ServiceFunctionCount float64
    SharedScope string
    Tags []GetNiatelemetrySiteInventoryTag
    Type string
    VersionContext GetNiatelemetrySiteInventoryVersionContext
    id String
    results List<GetNiatelemetrySiteInventoryResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetNiatelemetrySiteInventoryAncestor>
    apps List<String>
    classId String
    configurationChangeTrackingCount Double
    connectivityAnalysisCount Double
    createTime String
    domainGroupMoid String
    endpointLocatorCount Double
    firmwareVersion String
    installType String
    ipAddresses List<String>
    modTime String
    moid String
    name String
    nexusDashboard String
    nodes Double
    objectType String
    onDemandBackups Boolean
    owners List<String>
    parent GetNiatelemetrySiteInventoryParent
    permissionResources List<GetNiatelemetrySiteInventoryPermissionResource>
    recordType String
    registeredDevice GetNiatelemetrySiteInventoryRegisteredDevice
    scheduledBackups Boolean
    securityGroupsCount Double
    serviceClustersCount Double
    serviceFunctionCount Double
    sharedScope String
    tags List<GetNiatelemetrySiteInventoryTag>
    type String
    versionContext GetNiatelemetrySiteInventoryVersionContext
    id string
    results GetNiatelemetrySiteInventoryResult[]
    accountMoid string
    additionalProperties string
    ancestors GetNiatelemetrySiteInventoryAncestor[]
    apps string[]
    classId string
    configurationChangeTrackingCount number
    connectivityAnalysisCount number
    createTime string
    domainGroupMoid string
    endpointLocatorCount number
    firmwareVersion string
    installType string
    ipAddresses string[]
    modTime string
    moid string
    name string
    nexusDashboard string
    nodes number
    objectType string
    onDemandBackups boolean
    owners string[]
    parent GetNiatelemetrySiteInventoryParent
    permissionResources GetNiatelemetrySiteInventoryPermissionResource[]
    recordType string
    registeredDevice GetNiatelemetrySiteInventoryRegisteredDevice
    scheduledBackups boolean
    securityGroupsCount number
    serviceClustersCount number
    serviceFunctionCount number
    sharedScope string
    tags GetNiatelemetrySiteInventoryTag[]
    type string
    versionContext GetNiatelemetrySiteInventoryVersionContext
    id str
    results Sequence[GetNiatelemetrySiteInventoryResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetNiatelemetrySiteInventoryAncestor]
    apps Sequence[str]
    class_id str
    configuration_change_tracking_count float
    connectivity_analysis_count float
    create_time str
    domain_group_moid str
    endpoint_locator_count float
    firmware_version str
    install_type str
    ip_addresses Sequence[str]
    mod_time str
    moid str
    name str
    nexus_dashboard str
    nodes float
    object_type str
    on_demand_backups bool
    owners Sequence[str]
    parent GetNiatelemetrySiteInventoryParent
    permission_resources Sequence[GetNiatelemetrySiteInventoryPermissionResource]
    record_type str
    registered_device GetNiatelemetrySiteInventoryRegisteredDevice
    scheduled_backups bool
    security_groups_count float
    service_clusters_count float
    service_function_count float
    shared_scope str
    tags Sequence[GetNiatelemetrySiteInventoryTag]
    type str
    version_context GetNiatelemetrySiteInventoryVersionContext

    Supporting Types

    GetNiatelemetrySiteInventoryAncestor

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

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

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

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

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

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

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

    GetNiatelemetrySiteInventoryParent

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

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

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

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

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

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

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

    GetNiatelemetrySiteInventoryPermissionResource

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

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

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

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

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

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

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

    GetNiatelemetrySiteInventoryRegisteredDevice

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

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

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

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

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

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

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

    GetNiatelemetrySiteInventoryResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetNiatelemetrySiteInventoryResultAncestor>
    Apps List<string>
    ClassId string
    ConfigurationChangeTrackingCount double
    Count of configuration change tracking.
    ConnectivityAnalysisCount double
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndpointLocatorCount double
    Count of total Endpoint Locators.
    FirmwareVersion string
    Version of the specified site.
    InstallType string
    Fine-grained type DCNM either SAN or LAN.
    IpAddresses List<string>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the APIC / DCNM site onboarded.
    NexusDashboard string
    Name of ND on which site has been onboarded.
    Nodes double
    Number of nodes the site contains.
    ObjectType string
    OnDemandBackups bool
    Count of number of manual backups.
    Owners List<string>
    Parents List<GetNiatelemetrySiteInventoryResultParent>
    PermissionResources List<GetNiatelemetrySiteInventoryResultPermissionResource>
    RecordType string
    Specifies whether Site object is DCNM or APIC or ND.
    RegisteredDevices List<GetNiatelemetrySiteInventoryResultRegisteredDevice>
    ScheduledBackups bool
    Count of number of scheduled backups.
    SecurityGroupsCount double
    Count of total security groups.
    ServiceClustersCount double
    Count of total Service Clusters.
    ServiceFunctionCount double
    Count of total Service Functions configured.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetNiatelemetrySiteInventoryResultTag>
    Type string
    Type of site onboarded either APIC or DCNM.
    VersionContexts List<GetNiatelemetrySiteInventoryResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetNiatelemetrySiteInventoryResultAncestor
    Apps []string
    ClassId string
    ConfigurationChangeTrackingCount float64
    Count of configuration change tracking.
    ConnectivityAnalysisCount float64
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EndpointLocatorCount float64
    Count of total Endpoint Locators.
    FirmwareVersion string
    Version of the specified site.
    InstallType string
    Fine-grained type DCNM either SAN or LAN.
    IpAddresses []string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the APIC / DCNM site onboarded.
    NexusDashboard string
    Name of ND on which site has been onboarded.
    Nodes float64
    Number of nodes the site contains.
    ObjectType string
    OnDemandBackups bool
    Count of number of manual backups.
    Owners []string
    Parents []GetNiatelemetrySiteInventoryResultParent
    PermissionResources []GetNiatelemetrySiteInventoryResultPermissionResource
    RecordType string
    Specifies whether Site object is DCNM or APIC or ND.
    RegisteredDevices []GetNiatelemetrySiteInventoryResultRegisteredDevice
    ScheduledBackups bool
    Count of number of scheduled backups.
    SecurityGroupsCount float64
    Count of total security groups.
    ServiceClustersCount float64
    Count of total Service Clusters.
    ServiceFunctionCount float64
    Count of total Service Functions configured.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetNiatelemetrySiteInventoryResultTag
    Type string
    Type of site onboarded either APIC or DCNM.
    VersionContexts []GetNiatelemetrySiteInventoryResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetNiatelemetrySiteInventoryResultAncestor>
    apps List<String>
    classId String
    configurationChangeTrackingCount Double
    Count of configuration change tracking.
    connectivityAnalysisCount Double
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endpointLocatorCount Double
    Count of total Endpoint Locators.
    firmwareVersion String
    Version of the specified site.
    installType String
    Fine-grained type DCNM either SAN or LAN.
    ipAddresses List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the APIC / DCNM site onboarded.
    nexusDashboard String
    Name of ND on which site has been onboarded.
    nodes Double
    Number of nodes the site contains.
    objectType String
    onDemandBackups Boolean
    Count of number of manual backups.
    owners List<String>
    parents List<GetNiatelemetrySiteInventoryResultParent>
    permissionResources List<GetNiatelemetrySiteInventoryResultPermissionResource>
    recordType String
    Specifies whether Site object is DCNM or APIC or ND.
    registeredDevices List<GetNiatelemetrySiteInventoryResultRegisteredDevice>
    scheduledBackups Boolean
    Count of number of scheduled backups.
    securityGroupsCount Double
    Count of total security groups.
    serviceClustersCount Double
    Count of total Service Clusters.
    serviceFunctionCount Double
    Count of total Service Functions configured.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetNiatelemetrySiteInventoryResultTag>
    type String
    Type of site onboarded either APIC or DCNM.
    versionContexts List<GetNiatelemetrySiteInventoryResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetNiatelemetrySiteInventoryResultAncestor[]
    apps string[]
    classId string
    configurationChangeTrackingCount number
    Count of configuration change tracking.
    connectivityAnalysisCount number
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    endpointLocatorCount number
    Count of total Endpoint Locators.
    firmwareVersion string
    Version of the specified site.
    installType string
    Fine-grained type DCNM either SAN or LAN.
    ipAddresses string[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the APIC / DCNM site onboarded.
    nexusDashboard string
    Name of ND on which site has been onboarded.
    nodes number
    Number of nodes the site contains.
    objectType string
    onDemandBackups boolean
    Count of number of manual backups.
    owners string[]
    parents GetNiatelemetrySiteInventoryResultParent[]
    permissionResources GetNiatelemetrySiteInventoryResultPermissionResource[]
    recordType string
    Specifies whether Site object is DCNM or APIC or ND.
    registeredDevices GetNiatelemetrySiteInventoryResultRegisteredDevice[]
    scheduledBackups boolean
    Count of number of scheduled backups.
    securityGroupsCount number
    Count of total security groups.
    serviceClustersCount number
    Count of total Service Clusters.
    serviceFunctionCount number
    Count of total Service Functions configured.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetNiatelemetrySiteInventoryResultTag[]
    type string
    Type of site onboarded either APIC or DCNM.
    versionContexts GetNiatelemetrySiteInventoryResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetNiatelemetrySiteInventoryResultAncestor]
    apps Sequence[str]
    class_id str
    configuration_change_tracking_count float
    Count of configuration change tracking.
    connectivity_analysis_count float
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    endpoint_locator_count float
    Count of total Endpoint Locators.
    firmware_version str
    Version of the specified site.
    install_type str
    Fine-grained type DCNM either SAN or LAN.
    ip_addresses Sequence[str]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the APIC / DCNM site onboarded.
    nexus_dashboard str
    Name of ND on which site has been onboarded.
    nodes float
    Number of nodes the site contains.
    object_type str
    on_demand_backups bool
    Count of number of manual backups.
    owners Sequence[str]
    parents Sequence[GetNiatelemetrySiteInventoryResultParent]
    permission_resources Sequence[GetNiatelemetrySiteInventoryResultPermissionResource]
    record_type str
    Specifies whether Site object is DCNM or APIC or ND.
    registered_devices Sequence[GetNiatelemetrySiteInventoryResultRegisteredDevice]
    scheduled_backups bool
    Count of number of scheduled backups.
    security_groups_count float
    Count of total security groups.
    service_clusters_count float
    Count of total Service Clusters.
    service_function_count float
    Count of total Service Functions configured.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetNiatelemetrySiteInventoryResultTag]
    type str
    Type of site onboarded either APIC or DCNM.
    version_contexts Sequence[GetNiatelemetrySiteInventoryResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    apps List<String>
    classId String
    configurationChangeTrackingCount Number
    Count of configuration change tracking.
    connectivityAnalysisCount Number
    Returns the total number of connectivity Analysis run for EPs in NDFC Fabrics.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    endpointLocatorCount Number
    Count of total Endpoint Locators.
    firmwareVersion String
    Version of the specified site.
    installType String
    Fine-grained type DCNM either SAN or LAN.
    ipAddresses List<String>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the APIC / DCNM site onboarded.
    nexusDashboard String
    Name of ND on which site has been onboarded.
    nodes Number
    Number of nodes the site contains.
    objectType String
    onDemandBackups Boolean
    Count of number of manual backups.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    recordType String
    Specifies whether Site object is DCNM or APIC or ND.
    registeredDevices List<Property Map>
    scheduledBackups Boolean
    Count of number of scheduled backups.
    securityGroupsCount Number
    Count of total security groups.
    serviceClustersCount Number
    Count of total Service Clusters.
    serviceFunctionCount Number
    Count of total Service Functions configured.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    type String
    Type of site onboarded either APIC or DCNM.
    versionContexts List<Property Map>

    GetNiatelemetrySiteInventoryResultAncestor

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

    GetNiatelemetrySiteInventoryResultParent

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

    GetNiatelemetrySiteInventoryResultPermissionResource

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

    GetNiatelemetrySiteInventoryResultRegisteredDevice

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

    GetNiatelemetrySiteInventoryResultTag

    additionalProperties String
    ancestorDefinitions List<Property Map>
    definitions List<Property Map>
    key String
    propagated Boolean
    sysTag Boolean
    type String
    Type of site onboarded either APIC or DCNM.
    value String

    GetNiatelemetrySiteInventoryResultTagAncestorDefinition

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

    GetNiatelemetrySiteInventoryResultTagDefinition

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

    GetNiatelemetrySiteInventoryResultVersionContext

    GetNiatelemetrySiteInventoryResultVersionContextInterestedMo

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

    GetNiatelemetrySiteInventoryResultVersionContextRefMo

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

    GetNiatelemetrySiteInventoryTag

    AdditionalProperties string
    AncestorDefinitions List<GetNiatelemetrySiteInventoryTagAncestorDefinition>
    Definition GetNiatelemetrySiteInventoryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    Type of site onboarded either APIC or DCNM.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetNiatelemetrySiteInventoryTagAncestorDefinition
    Definition GetNiatelemetrySiteInventoryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    Key string
    The string representation of a tag key.
    Propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    SysTag bool
    Specifies whether the tag is user-defined or owned by the system.
    Type string
    Type of site onboarded either APIC or DCNM.
    Value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetNiatelemetrySiteInventoryTagAncestorDefinition>
    definition GetNiatelemetrySiteInventoryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    Type of site onboarded either APIC or DCNM.
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetNiatelemetrySiteInventoryTagAncestorDefinition[]
    definition GetNiatelemetrySiteInventoryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key string
    The string representation of a tag key.
    propagated boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag boolean
    Specifies whether the tag is user-defined or owned by the system.
    type string
    Type of site onboarded either APIC or DCNM.
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetNiatelemetrySiteInventoryTagAncestorDefinition]
    definition GetNiatelemetrySiteInventoryTagDefinition
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key str
    The string representation of a tag key.
    propagated bool
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type str
    Type of site onboarded either APIC or DCNM.
    value str
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<Property Map>
    definition Property Map
    The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
    key String
    The string representation of a tag key.
    propagated Boolean
    Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
    sysTag Boolean
    Specifies whether the tag is user-defined or owned by the system.
    type String
    Type of site onboarded either APIC or DCNM.
    value String
    The string representation of a tag value.

    GetNiatelemetrySiteInventoryTagAncestorDefinition

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

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

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

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

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

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

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

    GetNiatelemetrySiteInventoryTagDefinition

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

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

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

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

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

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

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

    GetNiatelemetrySiteInventoryVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetNiatelemetrySiteInventoryVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNiatelemetrySiteInventoryVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetNiatelemetrySiteInventoryVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetNiatelemetrySiteInventoryVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetNiatelemetrySiteInventoryVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNiatelemetrySiteInventoryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetNiatelemetrySiteInventoryVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetNiatelemetrySiteInventoryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetNiatelemetrySiteInventoryVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    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 GetNiatelemetrySiteInventoryVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetNiatelemetrySiteInventoryVersionContextInterestedMo

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

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

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

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

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

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

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

    GetNiatelemetrySiteInventoryVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    Viewing docs for intersight 1.0.78
    published on Tuesday, Apr 21, 2026 by ciscodevnet
      Try Pulumi Cloud free. Your team will thank you.