1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getNiatelemetryController
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet
Viewing docs for intersight 1.0.79
published on Monday, Aug 24, 2026 by ciscodevnet

    A Controller managed by a nexus dashboard instance.

    Using getNiatelemetryController

    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 getNiatelemetryController(args: GetNiatelemetryControllerArgs, opts?: InvokeOptions): Promise<GetNiatelemetryControllerResult>
    function getNiatelemetryControllerOutput(args: GetNiatelemetryControllerOutputArgs, opts?: InvokeOutputOptions): Output<GetNiatelemetryControllerResult>
    def get_niatelemetry_controller(account_moid: Optional[str] = None,
                                    additional_properties: Optional[str] = None,
                                    ancestors: Optional[Sequence[GetNiatelemetryControllerAncestor]] = None,
                                    anomaly_status: Optional[str] = None,
                                    class_id: Optional[str] = None,
                                    compliance_status: Optional[str] = None,
                                    create_time: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    fabric: Optional[GetNiatelemetryControllerFabric] = None,
                                    fabric_type: Optional[str] = None,
                                    hardware_conformance: Optional[str] = None,
                                    hardware_end_of_vulnerability_support_date: Optional[str] = None,
                                    hardware_last_date_of_support: Optional[str] = None,
                                    hostname: Optional[str] = None,
                                    id: Optional[str] = None,
                                    in_band_ip_v4_address: Optional[str] = None,
                                    in_band_ip_v6_address: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    model: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    object_type: Optional[str] = None,
                                    operating_system: Optional[str] = None,
                                    operating_system_version: Optional[str] = None,
                                    out_of_band_ip_v4_address: Optional[str] = None,
                                    out_of_band_ip_v6_address: Optional[str] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    parent: Optional[GetNiatelemetryControllerParent] = None,
                                    permission_resources: Optional[Sequence[GetNiatelemetryControllerPermissionResource]] = None,
                                    role: Optional[str] = None,
                                    serial: Optional[str] = None,
                                    shared_scope: Optional[str] = None,
                                    site: Optional[str] = None,
                                    software_conformance: Optional[str] = None,
                                    software_end_of_vulnerability_support_date: Optional[str] = None,
                                    software_last_date_of_support: Optional[str] = None,
                                    software_version: Optional[str] = None,
                                    strong_asset_id: Optional[str] = None,
                                    tags: Optional[Sequence[GetNiatelemetryControllerTag]] = None,
                                    telemetry_enabled: Optional[bool] = None,
                                    version_context: Optional[GetNiatelemetryControllerVersionContext] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetNiatelemetryControllerResult
    def get_niatelemetry_controller_output(account_moid: pulumi.Input[Optional[str]] = None,
                                    additional_properties: pulumi.Input[Optional[str]] = None,
                                    ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetryControllerAncestorArgs]]]] = None,
                                    anomaly_status: pulumi.Input[Optional[str]] = None,
                                    class_id: pulumi.Input[Optional[str]] = None,
                                    compliance_status: pulumi.Input[Optional[str]] = None,
                                    create_time: pulumi.Input[Optional[str]] = None,
                                    domain_group_moid: pulumi.Input[Optional[str]] = None,
                                    fabric: pulumi.Input[Optional[GetNiatelemetryControllerFabricArgs]] = None,
                                    fabric_type: pulumi.Input[Optional[str]] = None,
                                    hardware_conformance: pulumi.Input[Optional[str]] = None,
                                    hardware_end_of_vulnerability_support_date: pulumi.Input[Optional[str]] = None,
                                    hardware_last_date_of_support: pulumi.Input[Optional[str]] = None,
                                    hostname: pulumi.Input[Optional[str]] = None,
                                    id: pulumi.Input[Optional[str]] = None,
                                    in_band_ip_v4_address: pulumi.Input[Optional[str]] = None,
                                    in_band_ip_v6_address: pulumi.Input[Optional[str]] = None,
                                    mod_time: pulumi.Input[Optional[str]] = None,
                                    model: pulumi.Input[Optional[str]] = None,
                                    moid: pulumi.Input[Optional[str]] = None,
                                    object_type: pulumi.Input[Optional[str]] = None,
                                    operating_system: pulumi.Input[Optional[str]] = None,
                                    operating_system_version: pulumi.Input[Optional[str]] = None,
                                    out_of_band_ip_v4_address: pulumi.Input[Optional[str]] = None,
                                    out_of_band_ip_v6_address: pulumi.Input[Optional[str]] = None,
                                    owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                    parent: pulumi.Input[Optional[GetNiatelemetryControllerParentArgs]] = None,
                                    permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetryControllerPermissionResourceArgs]]]] = None,
                                    role: pulumi.Input[Optional[str]] = None,
                                    serial: pulumi.Input[Optional[str]] = None,
                                    shared_scope: pulumi.Input[Optional[str]] = None,
                                    site: pulumi.Input[Optional[str]] = None,
                                    software_conformance: pulumi.Input[Optional[str]] = None,
                                    software_end_of_vulnerability_support_date: pulumi.Input[Optional[str]] = None,
                                    software_last_date_of_support: pulumi.Input[Optional[str]] = None,
                                    software_version: pulumi.Input[Optional[str]] = None,
                                    strong_asset_id: pulumi.Input[Optional[str]] = None,
                                    tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetryControllerTagArgs]]]] = None,
                                    telemetry_enabled: pulumi.Input[Optional[bool]] = None,
                                    version_context: pulumi.Input[Optional[GetNiatelemetryControllerVersionContextArgs]] = None,
                                    opts: Optional[InvokeOutputOptions] = None) -> Output[GetNiatelemetryControllerResult]
    func LookupNiatelemetryController(ctx *Context, args *LookupNiatelemetryControllerArgs, opts ...InvokeOption) (*LookupNiatelemetryControllerResult, error)
    func LookupNiatelemetryControllerOutput(ctx *Context, args *LookupNiatelemetryControllerOutputArgs, opts ...InvokeOption) LookupNiatelemetryControllerResultOutput

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

    public static class GetNiatelemetryController 
    {
        public static Task<GetNiatelemetryControllerResult> InvokeAsync(GetNiatelemetryControllerArgs args, InvokeOptions? opts = null)
        public static Output<GetNiatelemetryControllerResult> Invoke(GetNiatelemetryControllerInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetNiatelemetryControllerResult> Invoke(GetNiatelemetryControllerInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetNiatelemetryControllerResult> getNiatelemetryController(GetNiatelemetryControllerArgs args, InvokeOptions options)
    public static Output<GetNiatelemetryControllerResult> getNiatelemetryController(GetNiatelemetryControllerArgs args, InvokeOptions options)
    public static Output<GetNiatelemetryControllerResult> getNiatelemetryController(GetNiatelemetryControllerArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getNiatelemetryController:getNiatelemetryController
      arguments:
        # arguments dictionary
    data "intersight_get_niatelemetry_controller" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetNiatelemetryControllerAncestor>
    AnomalyStatus string
    The anomaly status of the managed Controller.
    ClassId string
    ComplianceStatus string
    The compliance status of the managed Controller.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Fabric GetNiatelemetryControllerFabric
    FabricType string
    The type of fabric the managed switch belongs to.
    HardwareConformance string
    The hardware conformance status of the managed Controller.
    HardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed Controller.
    HardwareLastDateOfSupport string
    The hardware last date of support of the managed Controller.
    Hostname string
    The hostname of the managed Controller.
    Id string
    InBandIpV4Address string
    The inband IPv4 address of the managed Controller.
    InBandIpV6Address string
    The inband IPv6 address of the managed Controller.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model of the managed Controller.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperatingSystem string
    The operating system of the managed Controller.
    OperatingSystemVersion string
    The OS version of the managed Controller.
    OutOfBandIpV4Address string
    The out-of-band IPv4 address of the managed Controller.
    OutOfBandIpV6Address string
    The out-of-band IPv6 address of the managed Controller.
    Owners List<string>
    Parent GetNiatelemetryControllerParent
    PermissionResources List<GetNiatelemetryControllerPermissionResource>
    Role string
    The role of the managed Controller.
    Serial string
    The serial number of the managed Controller.
    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.
    Site string
    The name of the managed fabric.
    SoftwareConformance string
    The software conformance status of the managed Controller.
    SoftwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed Controller.
    SoftwareLastDateOfSupport string
    The software last date of support of the managed Controller.
    SoftwareVersion string
    The software version of the managed Controller.
    StrongAssetId string
    The DBID of the managed Controller.
    Tags List<GetNiatelemetryControllerTag>
    TelemetryEnabled bool
    Indicates whether telemetry is enabled for the fabric.
    VersionContext GetNiatelemetryControllerVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetNiatelemetryControllerAncestor
    AnomalyStatus string
    The anomaly status of the managed Controller.
    ClassId string
    ComplianceStatus string
    The compliance status of the managed Controller.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Fabric GetNiatelemetryControllerFabric
    FabricType string
    The type of fabric the managed switch belongs to.
    HardwareConformance string
    The hardware conformance status of the managed Controller.
    HardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed Controller.
    HardwareLastDateOfSupport string
    The hardware last date of support of the managed Controller.
    Hostname string
    The hostname of the managed Controller.
    Id string
    InBandIpV4Address string
    The inband IPv4 address of the managed Controller.
    InBandIpV6Address string
    The inband IPv6 address of the managed Controller.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model of the managed Controller.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperatingSystem string
    The operating system of the managed Controller.
    OperatingSystemVersion string
    The OS version of the managed Controller.
    OutOfBandIpV4Address string
    The out-of-band IPv4 address of the managed Controller.
    OutOfBandIpV6Address string
    The out-of-band IPv6 address of the managed Controller.
    Owners []string
    Parent GetNiatelemetryControllerParent
    PermissionResources []GetNiatelemetryControllerPermissionResource
    Role string
    The role of the managed Controller.
    Serial string
    The serial number of the managed Controller.
    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.
    Site string
    The name of the managed fabric.
    SoftwareConformance string
    The software conformance status of the managed Controller.
    SoftwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed Controller.
    SoftwareLastDateOfSupport string
    The software last date of support of the managed Controller.
    SoftwareVersion string
    The software version of the managed Controller.
    StrongAssetId string
    The DBID of the managed Controller.
    Tags []GetNiatelemetryControllerTag
    TelemetryEnabled bool
    Indicates whether telemetry is enabled for the fabric.
    VersionContext GetNiatelemetryControllerVersionContext
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    anomaly_status string
    The anomaly status of the managed Controller.
    class_id string
    compliance_status string
    The compliance status of the managed Controller.
    create_time string
    The time when this managed object was created.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    fabric object
    fabric_type string
    The type of fabric the managed switch belongs to.
    hardware_conformance string
    The hardware conformance status of the managed Controller.
    hardware_end_of_vulnerability_support_date string
    The hardware end of vulnerability support date of the managed Controller.
    hardware_last_date_of_support string
    The hardware last date of support of the managed Controller.
    hostname string
    The hostname of the managed Controller.
    id string
    in_band_ip_v4_address string
    The inband IPv4 address of the managed Controller.
    in_band_ip_v6_address string
    The inband IPv6 address of the managed Controller.
    mod_time string
    The time when this managed object was last modified.
    model string
    The model of the managed Controller.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    operating_system string
    The operating system of the managed Controller.
    operating_system_version string
    The OS version of the managed Controller.
    out_of_band_ip_v4_address string
    The out-of-band IPv4 address of the managed Controller.
    out_of_band_ip_v6_address string
    The out-of-band IPv6 address of the managed Controller.
    owners list(string)
    parent object
    permission_resources list(object)
    role string
    The role of the managed Controller.
    serial string
    The serial number of the managed Controller.
    shared_scope 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.
    site string
    The name of the managed fabric.
    software_conformance string
    The software conformance status of the managed Controller.
    software_end_of_vulnerability_support_date string
    The software end of vulnerability support date of the managed Controller.
    software_last_date_of_support string
    The software last date of support of the managed Controller.
    software_version string
    The software version of the managed Controller.
    strong_asset_id string
    The DBID of the managed Controller.
    tags list(object)
    telemetry_enabled bool
    Indicates whether telemetry is enabled for the fabric.
    version_context object
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetNiatelemetryControllerAncestor>
    anomalyStatus String
    The anomaly status of the managed Controller.
    classId String
    complianceStatus String
    The compliance status of the managed Controller.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabric GetNiatelemetryControllerFabric
    fabricType String
    The type of fabric the managed switch belongs to.
    hardwareConformance String
    The hardware conformance status of the managed Controller.
    hardwareEndOfVulnerabilitySupportDate String
    The hardware end of vulnerability support date of the managed Controller.
    hardwareLastDateOfSupport String
    The hardware last date of support of the managed Controller.
    hostname String
    The hostname of the managed Controller.
    id String
    inBandIpV4Address String
    The inband IPv4 address of the managed Controller.
    inBandIpV6Address String
    The inband IPv6 address of the managed Controller.
    modTime String
    The time when this managed object was last modified.
    model String
    The model of the managed Controller.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operatingSystem String
    The operating system of the managed Controller.
    operatingSystemVersion String
    The OS version of the managed Controller.
    outOfBandIpV4Address String
    The out-of-band IPv4 address of the managed Controller.
    outOfBandIpV6Address String
    The out-of-band IPv6 address of the managed Controller.
    owners List<String>
    parent GetNiatelemetryControllerParent
    permissionResources List<GetNiatelemetryControllerPermissionResource>
    role String
    The role of the managed Controller.
    serial String
    The serial number of the managed Controller.
    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.
    site String
    The name of the managed fabric.
    softwareConformance String
    The software conformance status of the managed Controller.
    softwareEndOfVulnerabilitySupportDate String
    The software end of vulnerability support date of the managed Controller.
    softwareLastDateOfSupport String
    The software last date of support of the managed Controller.
    softwareVersion String
    The software version of the managed Controller.
    strongAssetId String
    The DBID of the managed Controller.
    tags List<GetNiatelemetryControllerTag>
    telemetryEnabled Boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContext GetNiatelemetryControllerVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetNiatelemetryControllerAncestor[]
    anomalyStatus string
    The anomaly status of the managed Controller.
    classId string
    complianceStatus string
    The compliance status of the managed Controller.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fabric GetNiatelemetryControllerFabric
    fabricType string
    The type of fabric the managed switch belongs to.
    hardwareConformance string
    The hardware conformance status of the managed Controller.
    hardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed Controller.
    hardwareLastDateOfSupport string
    The hardware last date of support of the managed Controller.
    hostname string
    The hostname of the managed Controller.
    id string
    inBandIpV4Address string
    The inband IPv4 address of the managed Controller.
    inBandIpV6Address string
    The inband IPv6 address of the managed Controller.
    modTime string
    The time when this managed object was last modified.
    model string
    The model of the managed Controller.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    operatingSystem string
    The operating system of the managed Controller.
    operatingSystemVersion string
    The OS version of the managed Controller.
    outOfBandIpV4Address string
    The out-of-band IPv4 address of the managed Controller.
    outOfBandIpV6Address string
    The out-of-band IPv6 address of the managed Controller.
    owners string[]
    parent GetNiatelemetryControllerParent
    permissionResources GetNiatelemetryControllerPermissionResource[]
    role string
    The role of the managed Controller.
    serial string
    The serial number of the managed Controller.
    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.
    site string
    The name of the managed fabric.
    softwareConformance string
    The software conformance status of the managed Controller.
    softwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed Controller.
    softwareLastDateOfSupport string
    The software last date of support of the managed Controller.
    softwareVersion string
    The software version of the managed Controller.
    strongAssetId string
    The DBID of the managed Controller.
    tags GetNiatelemetryControllerTag[]
    telemetryEnabled boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContext GetNiatelemetryControllerVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetNiatelemetryControllerAncestor]
    anomaly_status str
    The anomaly status of the managed Controller.
    class_id str
    compliance_status str
    The compliance status of the managed Controller.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fabric GetNiatelemetryControllerFabric
    fabric_type str
    The type of fabric the managed switch belongs to.
    hardware_conformance str
    The hardware conformance status of the managed Controller.
    hardware_end_of_vulnerability_support_date str
    The hardware end of vulnerability support date of the managed Controller.
    hardware_last_date_of_support str
    The hardware last date of support of the managed Controller.
    hostname str
    The hostname of the managed Controller.
    id str
    in_band_ip_v4_address str
    The inband IPv4 address of the managed Controller.
    in_band_ip_v6_address str
    The inband IPv6 address of the managed Controller.
    mod_time str
    The time when this managed object was last modified.
    model str
    The model of the managed Controller.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    operating_system str
    The operating system of the managed Controller.
    operating_system_version str
    The OS version of the managed Controller.
    out_of_band_ip_v4_address str
    The out-of-band IPv4 address of the managed Controller.
    out_of_band_ip_v6_address str
    The out-of-band IPv6 address of the managed Controller.
    owners Sequence[str]
    parent GetNiatelemetryControllerParent
    permission_resources Sequence[GetNiatelemetryControllerPermissionResource]
    role str
    The role of the managed Controller.
    serial str
    The serial number of the managed Controller.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    site str
    The name of the managed fabric.
    software_conformance str
    The software conformance status of the managed Controller.
    software_end_of_vulnerability_support_date str
    The software end of vulnerability support date of the managed Controller.
    software_last_date_of_support str
    The software last date of support of the managed Controller.
    software_version str
    The software version of the managed Controller.
    strong_asset_id str
    The DBID of the managed Controller.
    tags Sequence[GetNiatelemetryControllerTag]
    telemetry_enabled bool
    Indicates whether telemetry is enabled for the fabric.
    version_context GetNiatelemetryControllerVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    anomalyStatus String
    The anomaly status of the managed Controller.
    classId String
    complianceStatus String
    The compliance status of the managed Controller.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabric Property Map
    fabricType String
    The type of fabric the managed switch belongs to.
    hardwareConformance String
    The hardware conformance status of the managed Controller.
    hardwareEndOfVulnerabilitySupportDate String
    The hardware end of vulnerability support date of the managed Controller.
    hardwareLastDateOfSupport String
    The hardware last date of support of the managed Controller.
    hostname String
    The hostname of the managed Controller.
    id String
    inBandIpV4Address String
    The inband IPv4 address of the managed Controller.
    inBandIpV6Address String
    The inband IPv6 address of the managed Controller.
    modTime String
    The time when this managed object was last modified.
    model String
    The model of the managed Controller.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operatingSystem String
    The operating system of the managed Controller.
    operatingSystemVersion String
    The OS version of the managed Controller.
    outOfBandIpV4Address String
    The out-of-band IPv4 address of the managed Controller.
    outOfBandIpV6Address String
    The out-of-band IPv6 address of the managed Controller.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    role String
    The role of the managed Controller.
    serial String
    The serial number of the managed Controller.
    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.
    site String
    The name of the managed fabric.
    softwareConformance String
    The software conformance status of the managed Controller.
    softwareEndOfVulnerabilitySupportDate String
    The software end of vulnerability support date of the managed Controller.
    softwareLastDateOfSupport String
    The software last date of support of the managed Controller.
    softwareVersion String
    The software version of the managed Controller.
    strongAssetId String
    The DBID of the managed Controller.
    tags List<Property Map>
    telemetryEnabled Boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContext Property Map

    getNiatelemetryController Result

    The following output properties are available:

    Id string
    Results List<GetNiatelemetryControllerResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetNiatelemetryControllerAncestor>
    AnomalyStatus string
    ClassId string
    ComplianceStatus string
    CreateTime string
    DomainGroupMoid string
    Fabric GetNiatelemetryControllerFabric
    FabricType string
    HardwareConformance string
    HardwareEndOfVulnerabilitySupportDate string
    HardwareLastDateOfSupport string
    Hostname string
    InBandIpV4Address string
    InBandIpV6Address string
    ModTime string
    Model string
    Moid string
    ObjectType string
    OperatingSystem string
    OperatingSystemVersion string
    OutOfBandIpV4Address string
    OutOfBandIpV6Address string
    Owners List<string>
    Parent GetNiatelemetryControllerParent
    PermissionResources List<GetNiatelemetryControllerPermissionResource>
    Role string
    Serial string
    SharedScope string
    Site string
    SoftwareConformance string
    SoftwareEndOfVulnerabilitySupportDate string
    SoftwareLastDateOfSupport string
    SoftwareVersion string
    StrongAssetId string
    Tags List<GetNiatelemetryControllerTag>
    TelemetryEnabled bool
    VersionContext GetNiatelemetryControllerVersionContext
    Id string
    Results []GetNiatelemetryControllerResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetNiatelemetryControllerAncestor
    AnomalyStatus string
    ClassId string
    ComplianceStatus string
    CreateTime string
    DomainGroupMoid string
    Fabric GetNiatelemetryControllerFabric
    FabricType string
    HardwareConformance string
    HardwareEndOfVulnerabilitySupportDate string
    HardwareLastDateOfSupport string
    Hostname string
    InBandIpV4Address string
    InBandIpV6Address string
    ModTime string
    Model string
    Moid string
    ObjectType string
    OperatingSystem string
    OperatingSystemVersion string
    OutOfBandIpV4Address string
    OutOfBandIpV6Address string
    Owners []string
    Parent GetNiatelemetryControllerParent
    PermissionResources []GetNiatelemetryControllerPermissionResource
    Role string
    Serial string
    SharedScope string
    Site string
    SoftwareConformance string
    SoftwareEndOfVulnerabilitySupportDate string
    SoftwareLastDateOfSupport string
    SoftwareVersion string
    StrongAssetId string
    Tags []GetNiatelemetryControllerTag
    TelemetryEnabled bool
    VersionContext GetNiatelemetryControllerVersionContext
    id string
    results list(object)
    account_moid string
    additional_properties string
    ancestors list(object)
    anomaly_status string
    class_id string
    compliance_status string
    create_time string
    domain_group_moid string
    fabric object
    fabric_type string
    hardware_conformance string
    hardware_end_of_vulnerability_support_date string
    hardware_last_date_of_support string
    hostname string
    in_band_ip_v4_address string
    in_band_ip_v6_address string
    mod_time string
    model string
    moid string
    object_type string
    operating_system string
    operating_system_version string
    out_of_band_ip_v4_address string
    out_of_band_ip_v6_address string
    owners list(string)
    parent object
    permission_resources list(object)
    role string
    serial string
    shared_scope string
    site string
    software_conformance string
    software_end_of_vulnerability_support_date string
    software_last_date_of_support string
    software_version string
    strong_asset_id string
    tags list(object)
    telemetry_enabled bool
    version_context object
    id String
    results List<GetNiatelemetryControllerResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetNiatelemetryControllerAncestor>
    anomalyStatus String
    classId String
    complianceStatus String
    createTime String
    domainGroupMoid String
    fabric GetNiatelemetryControllerFabric
    fabricType String
    hardwareConformance String
    hardwareEndOfVulnerabilitySupportDate String
    hardwareLastDateOfSupport String
    hostname String
    inBandIpV4Address String
    inBandIpV6Address String
    modTime String
    model String
    moid String
    objectType String
    operatingSystem String
    operatingSystemVersion String
    outOfBandIpV4Address String
    outOfBandIpV6Address String
    owners List<String>
    parent GetNiatelemetryControllerParent
    permissionResources List<GetNiatelemetryControllerPermissionResource>
    role String
    serial String
    sharedScope String
    site String
    softwareConformance String
    softwareEndOfVulnerabilitySupportDate String
    softwareLastDateOfSupport String
    softwareVersion String
    strongAssetId String
    tags List<GetNiatelemetryControllerTag>
    telemetryEnabled Boolean
    versionContext GetNiatelemetryControllerVersionContext
    id string
    results GetNiatelemetryControllerResult[]
    accountMoid string
    additionalProperties string
    ancestors GetNiatelemetryControllerAncestor[]
    anomalyStatus string
    classId string
    complianceStatus string
    createTime string
    domainGroupMoid string
    fabric GetNiatelemetryControllerFabric
    fabricType string
    hardwareConformance string
    hardwareEndOfVulnerabilitySupportDate string
    hardwareLastDateOfSupport string
    hostname string
    inBandIpV4Address string
    inBandIpV6Address string
    modTime string
    model string
    moid string
    objectType string
    operatingSystem string
    operatingSystemVersion string
    outOfBandIpV4Address string
    outOfBandIpV6Address string
    owners string[]
    parent GetNiatelemetryControllerParent
    permissionResources GetNiatelemetryControllerPermissionResource[]
    role string
    serial string
    sharedScope string
    site string
    softwareConformance string
    softwareEndOfVulnerabilitySupportDate string
    softwareLastDateOfSupport string
    softwareVersion string
    strongAssetId string
    tags GetNiatelemetryControllerTag[]
    telemetryEnabled boolean
    versionContext GetNiatelemetryControllerVersionContext
    id str
    results Sequence[GetNiatelemetryControllerResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetNiatelemetryControllerAncestor]
    anomaly_status str
    class_id str
    compliance_status str
    create_time str
    domain_group_moid str
    fabric GetNiatelemetryControllerFabric
    fabric_type str
    hardware_conformance str
    hardware_end_of_vulnerability_support_date str
    hardware_last_date_of_support str
    hostname str
    in_band_ip_v4_address str
    in_band_ip_v6_address str
    mod_time str
    model str
    moid str
    object_type str
    operating_system str
    operating_system_version str
    out_of_band_ip_v4_address str
    out_of_band_ip_v6_address str
    owners Sequence[str]
    parent GetNiatelemetryControllerParent
    permission_resources Sequence[GetNiatelemetryControllerPermissionResource]
    role str
    serial str
    shared_scope str
    site str
    software_conformance str
    software_end_of_vulnerability_support_date str
    software_last_date_of_support str
    software_version str
    strong_asset_id str
    tags Sequence[GetNiatelemetryControllerTag]
    telemetry_enabled bool
    version_context GetNiatelemetryControllerVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    anomalyStatus String
    classId String
    complianceStatus String
    createTime String
    domainGroupMoid String
    fabric Property Map
    fabricType String
    hardwareConformance String
    hardwareEndOfVulnerabilitySupportDate String
    hardwareLastDateOfSupport String
    hostname String
    inBandIpV4Address String
    inBandIpV6Address String
    modTime String
    model String
    moid String
    objectType String
    operatingSystem String
    operatingSystemVersion String
    outOfBandIpV4Address String
    outOfBandIpV6Address String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    role String
    serial String
    sharedScope String
    site String
    softwareConformance String
    softwareEndOfVulnerabilitySupportDate String
    softwareLastDateOfSupport String
    softwareVersion String
    strongAssetId String
    tags List<Property Map>
    telemetryEnabled Boolean
    versionContext Property Map

    Supporting Types

    GetNiatelemetryControllerAncestor

    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    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'.

    GetNiatelemetryControllerFabric

    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    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'.

    GetNiatelemetryControllerParent

    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    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'.

    GetNiatelemetryControllerPermissionResource

    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    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'.

    GetNiatelemetryControllerResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetNiatelemetryControllerResultAncestor>
    AnomalyStatus string
    The anomaly status of the managed Controller.
    ClassId string
    ComplianceStatus string
    The compliance status of the managed Controller.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FabricType string
    The type of fabric the managed switch belongs to.
    Fabrics List<GetNiatelemetryControllerResultFabric>
    HardwareConformance string
    The hardware conformance status of the managed Controller.
    HardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed Controller.
    HardwareLastDateOfSupport string
    The hardware last date of support of the managed Controller.
    Hostname string
    The hostname of the managed Controller.
    InBandIpV4Address string
    The inband IPv4 address of the managed Controller.
    InBandIpV6Address string
    The inband IPv6 address of the managed Controller.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model of the managed Controller.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperatingSystem string
    The operating system of the managed Controller.
    OperatingSystemVersion string
    The OS version of the managed Controller.
    OutOfBandIpV4Address string
    The out-of-band IPv4 address of the managed Controller.
    OutOfBandIpV6Address string
    The out-of-band IPv6 address of the managed Controller.
    Owners List<string>
    Parents List<GetNiatelemetryControllerResultParent>
    PermissionResources List<GetNiatelemetryControllerResultPermissionResource>
    Role string
    The role of the managed Controller.
    Serial string
    The serial number of the managed Controller.
    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.
    Site string
    The name of the managed fabric.
    SoftwareConformance string
    The software conformance status of the managed Controller.
    SoftwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed Controller.
    SoftwareLastDateOfSupport string
    The software last date of support of the managed Controller.
    SoftwareVersion string
    The software version of the managed Controller.
    StrongAssetId string
    The DBID of the managed Controller.
    Tags List<GetNiatelemetryControllerResultTag>
    TelemetryEnabled bool
    Indicates whether telemetry is enabled for the fabric.
    VersionContexts List<GetNiatelemetryControllerResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetNiatelemetryControllerResultAncestor
    AnomalyStatus string
    The anomaly status of the managed Controller.
    ClassId string
    ComplianceStatus string
    The compliance status of the managed Controller.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    FabricType string
    The type of fabric the managed switch belongs to.
    Fabrics []GetNiatelemetryControllerResultFabric
    HardwareConformance string
    The hardware conformance status of the managed Controller.
    HardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed Controller.
    HardwareLastDateOfSupport string
    The hardware last date of support of the managed Controller.
    Hostname string
    The hostname of the managed Controller.
    InBandIpV4Address string
    The inband IPv4 address of the managed Controller.
    InBandIpV6Address string
    The inband IPv6 address of the managed Controller.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model of the managed Controller.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperatingSystem string
    The operating system of the managed Controller.
    OperatingSystemVersion string
    The OS version of the managed Controller.
    OutOfBandIpV4Address string
    The out-of-band IPv4 address of the managed Controller.
    OutOfBandIpV6Address string
    The out-of-band IPv6 address of the managed Controller.
    Owners []string
    Parents []GetNiatelemetryControllerResultParent
    PermissionResources []GetNiatelemetryControllerResultPermissionResource
    Role string
    The role of the managed Controller.
    Serial string
    The serial number of the managed Controller.
    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.
    Site string
    The name of the managed fabric.
    SoftwareConformance string
    The software conformance status of the managed Controller.
    SoftwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed Controller.
    SoftwareLastDateOfSupport string
    The software last date of support of the managed Controller.
    SoftwareVersion string
    The software version of the managed Controller.
    StrongAssetId string
    The DBID of the managed Controller.
    Tags []GetNiatelemetryControllerResultTag
    TelemetryEnabled bool
    Indicates whether telemetry is enabled for the fabric.
    VersionContexts []GetNiatelemetryControllerResultVersionContext
    account_moid string
    The Account ID for this managed object.
    additional_properties string
    ancestors list(object)
    anomaly_status string
    The anomaly status of the managed Controller.
    class_id string
    compliance_status string
    The compliance status of the managed Controller.
    create_time string
    The time when this managed object was created.
    domain_group_moid string
    The DomainGroup ID for this managed object.
    fabric_type string
    The type of fabric the managed switch belongs to.
    fabrics list(object)
    hardware_conformance string
    The hardware conformance status of the managed Controller.
    hardware_end_of_vulnerability_support_date string
    The hardware end of vulnerability support date of the managed Controller.
    hardware_last_date_of_support string
    The hardware last date of support of the managed Controller.
    hostname string
    The hostname of the managed Controller.
    in_band_ip_v4_address string
    The inband IPv4 address of the managed Controller.
    in_band_ip_v6_address string
    The inband IPv6 address of the managed Controller.
    mod_time string
    The time when this managed object was last modified.
    model string
    The model of the managed Controller.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    operating_system string
    The operating system of the managed Controller.
    operating_system_version string
    The OS version of the managed Controller.
    out_of_band_ip_v4_address string
    The out-of-band IPv4 address of the managed Controller.
    out_of_band_ip_v6_address string
    The out-of-band IPv6 address of the managed Controller.
    owners list(string)
    parents list(object)
    permission_resources list(object)
    role string
    The role of the managed Controller.
    serial string
    The serial number of the managed Controller.
    shared_scope 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.
    site string
    The name of the managed fabric.
    software_conformance string
    The software conformance status of the managed Controller.
    software_end_of_vulnerability_support_date string
    The software end of vulnerability support date of the managed Controller.
    software_last_date_of_support string
    The software last date of support of the managed Controller.
    software_version string
    The software version of the managed Controller.
    strong_asset_id string
    The DBID of the managed Controller.
    tags list(object)
    telemetry_enabled bool
    Indicates whether telemetry is enabled for the fabric.
    version_contexts list(object)
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetNiatelemetryControllerResultAncestor>
    anomalyStatus String
    The anomaly status of the managed Controller.
    classId String
    complianceStatus String
    The compliance status of the managed Controller.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabricType String
    The type of fabric the managed switch belongs to.
    fabrics List<GetNiatelemetryControllerResultFabric>
    hardwareConformance String
    The hardware conformance status of the managed Controller.
    hardwareEndOfVulnerabilitySupportDate String
    The hardware end of vulnerability support date of the managed Controller.
    hardwareLastDateOfSupport String
    The hardware last date of support of the managed Controller.
    hostname String
    The hostname of the managed Controller.
    inBandIpV4Address String
    The inband IPv4 address of the managed Controller.
    inBandIpV6Address String
    The inband IPv6 address of the managed Controller.
    modTime String
    The time when this managed object was last modified.
    model String
    The model of the managed Controller.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operatingSystem String
    The operating system of the managed Controller.
    operatingSystemVersion String
    The OS version of the managed Controller.
    outOfBandIpV4Address String
    The out-of-band IPv4 address of the managed Controller.
    outOfBandIpV6Address String
    The out-of-band IPv6 address of the managed Controller.
    owners List<String>
    parents List<GetNiatelemetryControllerResultParent>
    permissionResources List<GetNiatelemetryControllerResultPermissionResource>
    role String
    The role of the managed Controller.
    serial String
    The serial number of the managed Controller.
    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.
    site String
    The name of the managed fabric.
    softwareConformance String
    The software conformance status of the managed Controller.
    softwareEndOfVulnerabilitySupportDate String
    The software end of vulnerability support date of the managed Controller.
    softwareLastDateOfSupport String
    The software last date of support of the managed Controller.
    softwareVersion String
    The software version of the managed Controller.
    strongAssetId String
    The DBID of the managed Controller.
    tags List<GetNiatelemetryControllerResultTag>
    telemetryEnabled Boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContexts List<GetNiatelemetryControllerResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetNiatelemetryControllerResultAncestor[]
    anomalyStatus string
    The anomaly status of the managed Controller.
    classId string
    complianceStatus string
    The compliance status of the managed Controller.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fabricType string
    The type of fabric the managed switch belongs to.
    fabrics GetNiatelemetryControllerResultFabric[]
    hardwareConformance string
    The hardware conformance status of the managed Controller.
    hardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed Controller.
    hardwareLastDateOfSupport string
    The hardware last date of support of the managed Controller.
    hostname string
    The hostname of the managed Controller.
    inBandIpV4Address string
    The inband IPv4 address of the managed Controller.
    inBandIpV6Address string
    The inband IPv6 address of the managed Controller.
    modTime string
    The time when this managed object was last modified.
    model string
    The model of the managed Controller.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    operatingSystem string
    The operating system of the managed Controller.
    operatingSystemVersion string
    The OS version of the managed Controller.
    outOfBandIpV4Address string
    The out-of-band IPv4 address of the managed Controller.
    outOfBandIpV6Address string
    The out-of-band IPv6 address of the managed Controller.
    owners string[]
    parents GetNiatelemetryControllerResultParent[]
    permissionResources GetNiatelemetryControllerResultPermissionResource[]
    role string
    The role of the managed Controller.
    serial string
    The serial number of the managed Controller.
    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.
    site string
    The name of the managed fabric.
    softwareConformance string
    The software conformance status of the managed Controller.
    softwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed Controller.
    softwareLastDateOfSupport string
    The software last date of support of the managed Controller.
    softwareVersion string
    The software version of the managed Controller.
    strongAssetId string
    The DBID of the managed Controller.
    tags GetNiatelemetryControllerResultTag[]
    telemetryEnabled boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContexts GetNiatelemetryControllerResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetNiatelemetryControllerResultAncestor]
    anomaly_status str
    The anomaly status of the managed Controller.
    class_id str
    compliance_status str
    The compliance status of the managed Controller.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fabric_type str
    The type of fabric the managed switch belongs to.
    fabrics Sequence[GetNiatelemetryControllerResultFabric]
    hardware_conformance str
    The hardware conformance status of the managed Controller.
    hardware_end_of_vulnerability_support_date str
    The hardware end of vulnerability support date of the managed Controller.
    hardware_last_date_of_support str
    The hardware last date of support of the managed Controller.
    hostname str
    The hostname of the managed Controller.
    in_band_ip_v4_address str
    The inband IPv4 address of the managed Controller.
    in_band_ip_v6_address str
    The inband IPv6 address of the managed Controller.
    mod_time str
    The time when this managed object was last modified.
    model str
    The model of the managed Controller.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    operating_system str
    The operating system of the managed Controller.
    operating_system_version str
    The OS version of the managed Controller.
    out_of_band_ip_v4_address str
    The out-of-band IPv4 address of the managed Controller.
    out_of_band_ip_v6_address str
    The out-of-band IPv6 address of the managed Controller.
    owners Sequence[str]
    parents Sequence[GetNiatelemetryControllerResultParent]
    permission_resources Sequence[GetNiatelemetryControllerResultPermissionResource]
    role str
    The role of the managed Controller.
    serial str
    The serial number of the managed Controller.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    site str
    The name of the managed fabric.
    software_conformance str
    The software conformance status of the managed Controller.
    software_end_of_vulnerability_support_date str
    The software end of vulnerability support date of the managed Controller.
    software_last_date_of_support str
    The software last date of support of the managed Controller.
    software_version str
    The software version of the managed Controller.
    strong_asset_id str
    The DBID of the managed Controller.
    tags Sequence[GetNiatelemetryControllerResultTag]
    telemetry_enabled bool
    Indicates whether telemetry is enabled for the fabric.
    version_contexts Sequence[GetNiatelemetryControllerResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    anomalyStatus String
    The anomaly status of the managed Controller.
    classId String
    complianceStatus String
    The compliance status of the managed Controller.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabricType String
    The type of fabric the managed switch belongs to.
    fabrics List<Property Map>
    hardwareConformance String
    The hardware conformance status of the managed Controller.
    hardwareEndOfVulnerabilitySupportDate String
    The hardware end of vulnerability support date of the managed Controller.
    hardwareLastDateOfSupport String
    The hardware last date of support of the managed Controller.
    hostname String
    The hostname of the managed Controller.
    inBandIpV4Address String
    The inband IPv4 address of the managed Controller.
    inBandIpV6Address String
    The inband IPv6 address of the managed Controller.
    modTime String
    The time when this managed object was last modified.
    model String
    The model of the managed Controller.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operatingSystem String
    The operating system of the managed Controller.
    operatingSystemVersion String
    The OS version of the managed Controller.
    outOfBandIpV4Address String
    The out-of-band IPv4 address of the managed Controller.
    outOfBandIpV6Address String
    The out-of-band IPv6 address of the managed Controller.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    role String
    The role of the managed Controller.
    serial String
    The serial number of the managed Controller.
    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.
    site String
    The name of the managed fabric.
    softwareConformance String
    The software conformance status of the managed Controller.
    softwareEndOfVulnerabilitySupportDate String
    The software end of vulnerability support date of the managed Controller.
    softwareLastDateOfSupport String
    The software last date of support of the managed Controller.
    softwareVersion String
    The software version of the managed Controller.
    strongAssetId String
    The DBID of the managed Controller.
    tags List<Property Map>
    telemetryEnabled Boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContexts List<Property Map>

    GetNiatelemetryControllerResultAncestor

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetNiatelemetryControllerResultFabric

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetNiatelemetryControllerResultParent

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetNiatelemetryControllerResultPermissionResource

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetNiatelemetryControllerResultTag

    GetNiatelemetryControllerResultTagAncestorDefinition

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetNiatelemetryControllerResultTagDefinition

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetNiatelemetryControllerResultVersionContext

    GetNiatelemetryControllerResultVersionContextInterestedMo

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetNiatelemetryControllerResultVersionContextRefMo

    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 string
    class_id string
    moid string
    The unique identifier of this Managed Object instance.
    object_type 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

    GetNiatelemetryControllerTag

    AdditionalProperties string
    AncestorDefinitions List<GetNiatelemetryControllerTagAncestorDefinition>
    Definition GetNiatelemetryControllerTagDefinition
    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
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    AncestorDefinitions []GetNiatelemetryControllerTagAncestorDefinition
    Definition GetNiatelemetryControllerTagDefinition
    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
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    Value string
    The string representation of a tag value.
    additional_properties string
    ancestor_definitions list(object)
    definition object
    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.
    sys_tag bool
    Specifies whether the tag is user-defined or owned by the system.
    type string
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additionalProperties String
    ancestorDefinitions List<GetNiatelemetryControllerTagAncestorDefinition>
    definition GetNiatelemetryControllerTagDefinition
    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
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.
    additionalProperties string
    ancestorDefinitions GetNiatelemetryControllerTagAncestorDefinition[]
    definition GetNiatelemetryControllerTagDefinition
    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
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value string
    The string representation of a tag value.
    additional_properties str
    ancestor_definitions Sequence[GetNiatelemetryControllerTagAncestorDefinition]
    definition GetNiatelemetryControllerTagDefinition
    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
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    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
    An enum type that defines the type of tag. Supported values are 'pathtag' and 'keyvalue'.

    • KeyValue - KeyValue type of tag. Key is required for these tags. Value is optional.
    • PathTag - Key contain path information. Value is not present for these tags. The path is created by using the '/' character as a delimiter.For example, if the tag is "A/B/C", then "A" is the parent tag, "B" is the child tag of "A" and "C" is the child tag of "B".
    value String
    The string representation of a tag value.

    GetNiatelemetryControllerTagAncestorDefinition

    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    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'.

    GetNiatelemetryControllerTagDefinition

    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    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'.

    GetNiatelemetryControllerVersionContext

    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<GetNiatelemetryControllerVersionContextInterestedMo>
    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 GetNiatelemetryControllerVersionContextRefMo
    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 []GetNiatelemetryControllerVersionContextInterestedMo
    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 GetNiatelemetryControllerVersionContextRefMo
    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos list(object)
    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 string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo object
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    version_type string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    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<GetNiatelemetryControllerVersionContextInterestedMo>
    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 GetNiatelemetryControllerVersionContextRefMo
    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 GetNiatelemetryControllerVersionContextInterestedMo[]
    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 GetNiatelemetryControllerVersionContextRefMo
    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[GetNiatelemetryControllerVersionContextInterestedMo]
    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 GetNiatelemetryControllerVersionContextRefMo
    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.

    GetNiatelemetryControllerVersionContextInterestedMo

    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    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'.

    GetNiatelemetryControllerVersionContextRefMo

    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 string
    class_id string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    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.79
    published on Monday, Aug 24, 2026 by ciscodevnet

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial