1. Registry
  2. Packages
  3. Intersight Provider
  4. API Docs
  5. getNiatelemetrySwitch
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 switch managed by a nexus dashboard instance.

    Using getNiatelemetrySwitch

    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 getNiatelemetrySwitch(args: GetNiatelemetrySwitchArgs, opts?: InvokeOptions): Promise<GetNiatelemetrySwitchResult>
    function getNiatelemetrySwitchOutput(args: GetNiatelemetrySwitchOutputArgs, opts?: InvokeOutputOptions): Output<GetNiatelemetrySwitchResult>
    def get_niatelemetry_switch(account_moid: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                ancestors: Optional[Sequence[GetNiatelemetrySwitchAncestor]] = 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[GetNiatelemetrySwitchFabric] = 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: Optional[str] = None,
                                ip_address: Optional[str] = None,
                                mod_time: Optional[str] = None,
                                model: Optional[str] = None,
                                moid: Optional[str] = None,
                                object_type: Optional[str] = None,
                                operating_system_version: Optional[str] = None,
                                out_of_band_ip: Optional[str] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetNiatelemetrySwitchParent] = None,
                                permission_resources: Optional[Sequence[GetNiatelemetrySwitchPermissionResource]] = 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,
                                switch_interfaces: Optional[Sequence[GetNiatelemetrySwitchSwitchInterface]] = None,
                                system_up_time: Optional[str] = None,
                                tags: Optional[Sequence[GetNiatelemetrySwitchTag]] = None,
                                telemetry_enabled: Optional[bool] = None,
                                version_context: Optional[GetNiatelemetrySwitchVersionContext] = None,
                                opts: Optional[InvokeOptions] = None) -> GetNiatelemetrySwitchResult
    def get_niatelemetry_switch_output(account_moid: pulumi.Input[Optional[str]] = None,
                                additional_properties: pulumi.Input[Optional[str]] = None,
                                ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchAncestorArgs]]]] = 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[GetNiatelemetrySwitchFabricArgs]] = 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: pulumi.Input[Optional[str]] = None,
                                ip_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_version: pulumi.Input[Optional[str]] = None,
                                out_of_band_ip: pulumi.Input[Optional[str]] = None,
                                owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
                                parent: pulumi.Input[Optional[GetNiatelemetrySwitchParentArgs]] = None,
                                permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchPermissionResourceArgs]]]] = 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,
                                switch_interfaces: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchSwitchInterfaceArgs]]]] = None,
                                system_up_time: pulumi.Input[Optional[str]] = None,
                                tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetNiatelemetrySwitchTagArgs]]]] = None,
                                telemetry_enabled: pulumi.Input[Optional[bool]] = None,
                                version_context: pulumi.Input[Optional[GetNiatelemetrySwitchVersionContextArgs]] = None,
                                opts: Optional[InvokeOutputOptions] = None) -> Output[GetNiatelemetrySwitchResult]
    func LookupNiatelemetrySwitch(ctx *Context, args *LookupNiatelemetrySwitchArgs, opts ...InvokeOption) (*LookupNiatelemetrySwitchResult, error)
    func LookupNiatelemetrySwitchOutput(ctx *Context, args *LookupNiatelemetrySwitchOutputArgs, opts ...InvokeOption) LookupNiatelemetrySwitchResultOutput

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

    public static class GetNiatelemetrySwitch 
    {
        public static Task<GetNiatelemetrySwitchResult> InvokeAsync(GetNiatelemetrySwitchArgs args, InvokeOptions? opts = null)
        public static Output<GetNiatelemetrySwitchResult> Invoke(GetNiatelemetrySwitchInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetNiatelemetrySwitchResult> Invoke(GetNiatelemetrySwitchInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetNiatelemetrySwitchResult> getNiatelemetrySwitch(GetNiatelemetrySwitchArgs args, InvokeOptions options)
    public static Output<GetNiatelemetrySwitchResult> getNiatelemetrySwitch(GetNiatelemetrySwitchArgs args, InvokeOptions options)
    public static Output<GetNiatelemetrySwitchResult> getNiatelemetrySwitch(GetNiatelemetrySwitchArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: intersight:index/getNiatelemetrySwitch:getNiatelemetrySwitch
      arguments:
        # arguments dictionary
    data "intersight_get_niatelemetry_switch" "name" {
        # arguments
    }

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetNiatelemetrySwitchAncestor>
    AnomalyStatus string
    The anomaly status of the managed switch.
    ClassId string
    ComplianceStatus string
    The compliance status of the managed switch.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Fabric GetNiatelemetrySwitchFabric
    FabricType string
    The type of fabric the managed switch belongs to.
    HardwareConformance string
    The hardware conformance status of the managed switch.
    HardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed switch.
    HardwareLastDateOfSupport string
    The hardware last date of support of the managed switch.
    Hostname string
    The hostname of the managed switch.
    Id string
    InBandIp string
    The inband IPv4 address of the managed switch.
    IpAddress string
    The IP address of the managed switch.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model of the managed switch.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperatingSystemVersion string
    The OS version of the managed switch.
    OutOfBandIp string
    The out-of-band IPv4 address of the managed switch.
    Owners List<string>
    Parent GetNiatelemetrySwitchParent
    PermissionResources List<GetNiatelemetrySwitchPermissionResource>
    Role string
    The role of the managed switch.
    Serial string
    The serial number of the managed switch.
    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 switch.
    SoftwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed switch.
    SoftwareLastDateOfSupport string
    The software last date of support of the managed switch.
    SoftwareVersion string
    The software version of the managed switch.
    StrongAssetId string
    The DBID of the managed switch.
    SwitchInterfaces List<GetNiatelemetrySwitchSwitchInterface>
    SystemUpTime string
    The system uptime of the managed switch.
    Tags List<GetNiatelemetrySwitchTag>
    TelemetryEnabled bool
    Indicates whether telemetry is enabled for the fabric.
    VersionContext GetNiatelemetrySwitchVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetNiatelemetrySwitchAncestor
    AnomalyStatus string
    The anomaly status of the managed switch.
    ClassId string
    ComplianceStatus string
    The compliance status of the managed switch.
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Fabric GetNiatelemetrySwitchFabric
    FabricType string
    The type of fabric the managed switch belongs to.
    HardwareConformance string
    The hardware conformance status of the managed switch.
    HardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed switch.
    HardwareLastDateOfSupport string
    The hardware last date of support of the managed switch.
    Hostname string
    The hostname of the managed switch.
    Id string
    InBandIp string
    The inband IPv4 address of the managed switch.
    IpAddress string
    The IP address of the managed switch.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model of the managed switch.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperatingSystemVersion string
    The OS version of the managed switch.
    OutOfBandIp string
    The out-of-band IPv4 address of the managed switch.
    Owners []string
    Parent GetNiatelemetrySwitchParent
    PermissionResources []GetNiatelemetrySwitchPermissionResource
    Role string
    The role of the managed switch.
    Serial string
    The serial number of the managed switch.
    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 switch.
    SoftwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed switch.
    SoftwareLastDateOfSupport string
    The software last date of support of the managed switch.
    SoftwareVersion string
    The software version of the managed switch.
    StrongAssetId string
    The DBID of the managed switch.
    SwitchInterfaces []GetNiatelemetrySwitchSwitchInterface
    SystemUpTime string
    The system uptime of the managed switch.
    Tags []GetNiatelemetrySwitchTag
    TelemetryEnabled bool
    Indicates whether telemetry is enabled for the fabric.
    VersionContext GetNiatelemetrySwitchVersionContext
    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 switch.
    class_id string
    compliance_status string
    The compliance status of the managed switch.
    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 switch.
    hardware_end_of_vulnerability_support_date string
    The hardware end of vulnerability support date of the managed switch.
    hardware_last_date_of_support string
    The hardware last date of support of the managed switch.
    hostname string
    The hostname of the managed switch.
    id string
    in_band_ip string
    The inband IPv4 address of the managed switch.
    ip_address string
    The IP address of the managed switch.
    mod_time string
    The time when this managed object was last modified.
    model string
    The model of the managed switch.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    operating_system_version string
    The OS version of the managed switch.
    out_of_band_ip string
    The out-of-band IPv4 address of the managed switch.
    owners list(string)
    parent object
    permission_resources list(object)
    role string
    The role of the managed switch.
    serial string
    The serial number of the managed switch.
    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 switch.
    software_end_of_vulnerability_support_date string
    The software end of vulnerability support date of the managed switch.
    software_last_date_of_support string
    The software last date of support of the managed switch.
    software_version string
    The software version of the managed switch.
    strong_asset_id string
    The DBID of the managed switch.
    switch_interfaces list(object)
    system_up_time string
    The system uptime of the managed switch.
    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<GetNiatelemetrySwitchAncestor>
    anomalyStatus String
    The anomaly status of the managed switch.
    classId String
    complianceStatus String
    The compliance status of the managed switch.
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    fabric GetNiatelemetrySwitchFabric
    fabricType String
    The type of fabric the managed switch belongs to.
    hardwareConformance String
    The hardware conformance status of the managed switch.
    hardwareEndOfVulnerabilitySupportDate String
    The hardware end of vulnerability support date of the managed switch.
    hardwareLastDateOfSupport String
    The hardware last date of support of the managed switch.
    hostname String
    The hostname of the managed switch.
    id String
    inBandIp String
    The inband IPv4 address of the managed switch.
    ipAddress String
    The IP address of the managed switch.
    modTime String
    The time when this managed object was last modified.
    model String
    The model of the managed switch.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operatingSystemVersion String
    The OS version of the managed switch.
    outOfBandIp String
    The out-of-band IPv4 address of the managed switch.
    owners List<String>
    parent GetNiatelemetrySwitchParent
    permissionResources List<GetNiatelemetrySwitchPermissionResource>
    role String
    The role of the managed switch.
    serial String
    The serial number of the managed switch.
    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 switch.
    softwareEndOfVulnerabilitySupportDate String
    The software end of vulnerability support date of the managed switch.
    softwareLastDateOfSupport String
    The software last date of support of the managed switch.
    softwareVersion String
    The software version of the managed switch.
    strongAssetId String
    The DBID of the managed switch.
    switchInterfaces List<GetNiatelemetrySwitchSwitchInterface>
    systemUpTime String
    The system uptime of the managed switch.
    tags List<GetNiatelemetrySwitchTag>
    telemetryEnabled Boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContext GetNiatelemetrySwitchVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetNiatelemetrySwitchAncestor[]
    anomalyStatus string
    The anomaly status of the managed switch.
    classId string
    complianceStatus string
    The compliance status of the managed switch.
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    fabric GetNiatelemetrySwitchFabric
    fabricType string
    The type of fabric the managed switch belongs to.
    hardwareConformance string
    The hardware conformance status of the managed switch.
    hardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed switch.
    hardwareLastDateOfSupport string
    The hardware last date of support of the managed switch.
    hostname string
    The hostname of the managed switch.
    id string
    inBandIp string
    The inband IPv4 address of the managed switch.
    ipAddress string
    The IP address of the managed switch.
    modTime string
    The time when this managed object was last modified.
    model string
    The model of the managed switch.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    operatingSystemVersion string
    The OS version of the managed switch.
    outOfBandIp string
    The out-of-band IPv4 address of the managed switch.
    owners string[]
    parent GetNiatelemetrySwitchParent
    permissionResources GetNiatelemetrySwitchPermissionResource[]
    role string
    The role of the managed switch.
    serial string
    The serial number of the managed switch.
    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 switch.
    softwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed switch.
    softwareLastDateOfSupport string
    The software last date of support of the managed switch.
    softwareVersion string
    The software version of the managed switch.
    strongAssetId string
    The DBID of the managed switch.
    switchInterfaces GetNiatelemetrySwitchSwitchInterface[]
    systemUpTime string
    The system uptime of the managed switch.
    tags GetNiatelemetrySwitchTag[]
    telemetryEnabled boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContext GetNiatelemetrySwitchVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetNiatelemetrySwitchAncestor]
    anomaly_status str
    The anomaly status of the managed switch.
    class_id str
    compliance_status str
    The compliance status of the managed switch.
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    fabric GetNiatelemetrySwitchFabric
    fabric_type str
    The type of fabric the managed switch belongs to.
    hardware_conformance str
    The hardware conformance status of the managed switch.
    hardware_end_of_vulnerability_support_date str
    The hardware end of vulnerability support date of the managed switch.
    hardware_last_date_of_support str
    The hardware last date of support of the managed switch.
    hostname str
    The hostname of the managed switch.
    id str
    in_band_ip str
    The inband IPv4 address of the managed switch.
    ip_address str
    The IP address of the managed switch.
    mod_time str
    The time when this managed object was last modified.
    model str
    The model of the managed switch.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    operating_system_version str
    The OS version of the managed switch.
    out_of_band_ip str
    The out-of-band IPv4 address of the managed switch.
    owners Sequence[str]
    parent GetNiatelemetrySwitchParent
    permission_resources Sequence[GetNiatelemetrySwitchPermissionResource]
    role str
    The role of the managed switch.
    serial str
    The serial number of the managed switch.
    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 switch.
    software_end_of_vulnerability_support_date str
    The software end of vulnerability support date of the managed switch.
    software_last_date_of_support str
    The software last date of support of the managed switch.
    software_version str
    The software version of the managed switch.
    strong_asset_id str
    The DBID of the managed switch.
    switch_interfaces Sequence[GetNiatelemetrySwitchSwitchInterface]
    system_up_time str
    The system uptime of the managed switch.
    tags Sequence[GetNiatelemetrySwitchTag]
    telemetry_enabled bool
    Indicates whether telemetry is enabled for the fabric.
    version_context GetNiatelemetrySwitchVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    anomalyStatus String
    The anomaly status of the managed switch.
    classId String
    complianceStatus String
    The compliance status of the managed switch.
    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 switch.
    hardwareEndOfVulnerabilitySupportDate String
    The hardware end of vulnerability support date of the managed switch.
    hardwareLastDateOfSupport String
    The hardware last date of support of the managed switch.
    hostname String
    The hostname of the managed switch.
    id String
    inBandIp String
    The inband IPv4 address of the managed switch.
    ipAddress String
    The IP address of the managed switch.
    modTime String
    The time when this managed object was last modified.
    model String
    The model of the managed switch.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operatingSystemVersion String
    The OS version of the managed switch.
    outOfBandIp String
    The out-of-band IPv4 address of the managed switch.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    role String
    The role of the managed switch.
    serial String
    The serial number of the managed switch.
    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 switch.
    softwareEndOfVulnerabilitySupportDate String
    The software end of vulnerability support date of the managed switch.
    softwareLastDateOfSupport String
    The software last date of support of the managed switch.
    softwareVersion String
    The software version of the managed switch.
    strongAssetId String
    The DBID of the managed switch.
    switchInterfaces List<Property Map>
    systemUpTime String
    The system uptime of the managed switch.
    tags List<Property Map>
    telemetryEnabled Boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContext Property Map

    getNiatelemetrySwitch Result

    The following output properties are available:

    Id string
    Results List<GetNiatelemetrySwitchResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetNiatelemetrySwitchAncestor>
    AnomalyStatus string
    ClassId string
    ComplianceStatus string
    CreateTime string
    DomainGroupMoid string
    Fabric GetNiatelemetrySwitchFabric
    FabricType string
    HardwareConformance string
    HardwareEndOfVulnerabilitySupportDate string
    HardwareLastDateOfSupport string
    Hostname string
    InBandIp string
    IpAddress string
    ModTime string
    Model string
    Moid string
    ObjectType string
    OperatingSystemVersion string
    OutOfBandIp string
    Owners List<string>
    Parent GetNiatelemetrySwitchParent
    PermissionResources List<GetNiatelemetrySwitchPermissionResource>
    Role string
    Serial string
    SharedScope string
    Site string
    SoftwareConformance string
    SoftwareEndOfVulnerabilitySupportDate string
    SoftwareLastDateOfSupport string
    SoftwareVersion string
    StrongAssetId string
    SwitchInterfaces List<GetNiatelemetrySwitchSwitchInterface>
    SystemUpTime string
    Tags List<GetNiatelemetrySwitchTag>
    TelemetryEnabled bool
    VersionContext GetNiatelemetrySwitchVersionContext
    Id string
    Results []GetNiatelemetrySwitchResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetNiatelemetrySwitchAncestor
    AnomalyStatus string
    ClassId string
    ComplianceStatus string
    CreateTime string
    DomainGroupMoid string
    Fabric GetNiatelemetrySwitchFabric
    FabricType string
    HardwareConformance string
    HardwareEndOfVulnerabilitySupportDate string
    HardwareLastDateOfSupport string
    Hostname string
    InBandIp string
    IpAddress string
    ModTime string
    Model string
    Moid string
    ObjectType string
    OperatingSystemVersion string
    OutOfBandIp string
    Owners []string
    Parent GetNiatelemetrySwitchParent
    PermissionResources []GetNiatelemetrySwitchPermissionResource
    Role string
    Serial string
    SharedScope string
    Site string
    SoftwareConformance string
    SoftwareEndOfVulnerabilitySupportDate string
    SoftwareLastDateOfSupport string
    SoftwareVersion string
    StrongAssetId string
    SwitchInterfaces []GetNiatelemetrySwitchSwitchInterface
    SystemUpTime string
    Tags []GetNiatelemetrySwitchTag
    TelemetryEnabled bool
    VersionContext GetNiatelemetrySwitchVersionContext
    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 string
    ip_address string
    mod_time string
    model string
    moid string
    object_type string
    operating_system_version string
    out_of_band_ip 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
    switch_interfaces list(object)
    system_up_time string
    tags list(object)
    telemetry_enabled bool
    version_context object
    id String
    results List<GetNiatelemetrySwitchResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetNiatelemetrySwitchAncestor>
    anomalyStatus String
    classId String
    complianceStatus String
    createTime String
    domainGroupMoid String
    fabric GetNiatelemetrySwitchFabric
    fabricType String
    hardwareConformance String
    hardwareEndOfVulnerabilitySupportDate String
    hardwareLastDateOfSupport String
    hostname String
    inBandIp String
    ipAddress String
    modTime String
    model String
    moid String
    objectType String
    operatingSystemVersion String
    outOfBandIp String
    owners List<String>
    parent GetNiatelemetrySwitchParent
    permissionResources List<GetNiatelemetrySwitchPermissionResource>
    role String
    serial String
    sharedScope String
    site String
    softwareConformance String
    softwareEndOfVulnerabilitySupportDate String
    softwareLastDateOfSupport String
    softwareVersion String
    strongAssetId String
    switchInterfaces List<GetNiatelemetrySwitchSwitchInterface>
    systemUpTime String
    tags List<GetNiatelemetrySwitchTag>
    telemetryEnabled Boolean
    versionContext GetNiatelemetrySwitchVersionContext
    id string
    results GetNiatelemetrySwitchResult[]
    accountMoid string
    additionalProperties string
    ancestors GetNiatelemetrySwitchAncestor[]
    anomalyStatus string
    classId string
    complianceStatus string
    createTime string
    domainGroupMoid string
    fabric GetNiatelemetrySwitchFabric
    fabricType string
    hardwareConformance string
    hardwareEndOfVulnerabilitySupportDate string
    hardwareLastDateOfSupport string
    hostname string
    inBandIp string
    ipAddress string
    modTime string
    model string
    moid string
    objectType string
    operatingSystemVersion string
    outOfBandIp string
    owners string[]
    parent GetNiatelemetrySwitchParent
    permissionResources GetNiatelemetrySwitchPermissionResource[]
    role string
    serial string
    sharedScope string
    site string
    softwareConformance string
    softwareEndOfVulnerabilitySupportDate string
    softwareLastDateOfSupport string
    softwareVersion string
    strongAssetId string
    switchInterfaces GetNiatelemetrySwitchSwitchInterface[]
    systemUpTime string
    tags GetNiatelemetrySwitchTag[]
    telemetryEnabled boolean
    versionContext GetNiatelemetrySwitchVersionContext
    id str
    results Sequence[GetNiatelemetrySwitchResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetNiatelemetrySwitchAncestor]
    anomaly_status str
    class_id str
    compliance_status str
    create_time str
    domain_group_moid str
    fabric GetNiatelemetrySwitchFabric
    fabric_type str
    hardware_conformance str
    hardware_end_of_vulnerability_support_date str
    hardware_last_date_of_support str
    hostname str
    in_band_ip str
    ip_address str
    mod_time str
    model str
    moid str
    object_type str
    operating_system_version str
    out_of_band_ip str
    owners Sequence[str]
    parent GetNiatelemetrySwitchParent
    permission_resources Sequence[GetNiatelemetrySwitchPermissionResource]
    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
    switch_interfaces Sequence[GetNiatelemetrySwitchSwitchInterface]
    system_up_time str
    tags Sequence[GetNiatelemetrySwitchTag]
    telemetry_enabled bool
    version_context GetNiatelemetrySwitchVersionContext
    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
    inBandIp String
    ipAddress String
    modTime String
    model String
    moid String
    objectType String
    operatingSystemVersion String
    outOfBandIp 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
    switchInterfaces List<Property Map>
    systemUpTime String
    tags List<Property Map>
    telemetryEnabled Boolean
    versionContext Property Map

    Supporting Types

    GetNiatelemetrySwitchAncestor

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

    GetNiatelemetrySwitchFabric

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

    GetNiatelemetrySwitchParent

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

    GetNiatelemetrySwitchPermissionResource

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

    GetNiatelemetrySwitchResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetNiatelemetrySwitchResultAncestor>
    AnomalyStatus string
    The anomaly status of the managed switch.
    ClassId string
    ComplianceStatus string
    The compliance status of the managed switch.
    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<GetNiatelemetrySwitchResultFabric>
    HardwareConformance string
    The hardware conformance status of the managed switch.
    HardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed switch.
    HardwareLastDateOfSupport string
    The hardware last date of support of the managed switch.
    Hostname string
    The hostname of the managed switch.
    InBandIp string
    The inband IPv4 address of the managed switch.
    IpAddress string
    The IP address of the managed switch.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model of the managed switch.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperatingSystemVersion string
    The OS version of the managed switch.
    OutOfBandIp string
    The out-of-band IPv4 address of the managed switch.
    Owners List<string>
    Parents List<GetNiatelemetrySwitchResultParent>
    PermissionResources List<GetNiatelemetrySwitchResultPermissionResource>
    Role string
    The role of the managed switch.
    Serial string
    The serial number of the managed switch.
    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 switch.
    SoftwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed switch.
    SoftwareLastDateOfSupport string
    The software last date of support of the managed switch.
    SoftwareVersion string
    The software version of the managed switch.
    StrongAssetId string
    The DBID of the managed switch.
    SwitchInterfaces List<GetNiatelemetrySwitchResultSwitchInterface>
    SystemUpTime string
    The system uptime of the managed switch.
    Tags List<GetNiatelemetrySwitchResultTag>
    TelemetryEnabled bool
    Indicates whether telemetry is enabled for the fabric.
    VersionContexts List<GetNiatelemetrySwitchResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetNiatelemetrySwitchResultAncestor
    AnomalyStatus string
    The anomaly status of the managed switch.
    ClassId string
    ComplianceStatus string
    The compliance status of the managed switch.
    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 []GetNiatelemetrySwitchResultFabric
    HardwareConformance string
    The hardware conformance status of the managed switch.
    HardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed switch.
    HardwareLastDateOfSupport string
    The hardware last date of support of the managed switch.
    Hostname string
    The hostname of the managed switch.
    InBandIp string
    The inband IPv4 address of the managed switch.
    IpAddress string
    The IP address of the managed switch.
    ModTime string
    The time when this managed object was last modified.
    Model string
    The model of the managed switch.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    OperatingSystemVersion string
    The OS version of the managed switch.
    OutOfBandIp string
    The out-of-band IPv4 address of the managed switch.
    Owners []string
    Parents []GetNiatelemetrySwitchResultParent
    PermissionResources []GetNiatelemetrySwitchResultPermissionResource
    Role string
    The role of the managed switch.
    Serial string
    The serial number of the managed switch.
    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 switch.
    SoftwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed switch.
    SoftwareLastDateOfSupport string
    The software last date of support of the managed switch.
    SoftwareVersion string
    The software version of the managed switch.
    StrongAssetId string
    The DBID of the managed switch.
    SwitchInterfaces []GetNiatelemetrySwitchResultSwitchInterface
    SystemUpTime string
    The system uptime of the managed switch.
    Tags []GetNiatelemetrySwitchResultTag
    TelemetryEnabled bool
    Indicates whether telemetry is enabled for the fabric.
    VersionContexts []GetNiatelemetrySwitchResultVersionContext
    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 switch.
    class_id string
    compliance_status string
    The compliance status of the managed switch.
    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 switch.
    hardware_end_of_vulnerability_support_date string
    The hardware end of vulnerability support date of the managed switch.
    hardware_last_date_of_support string
    The hardware last date of support of the managed switch.
    hostname string
    The hostname of the managed switch.
    in_band_ip string
    The inband IPv4 address of the managed switch.
    ip_address string
    The IP address of the managed switch.
    mod_time string
    The time when this managed object was last modified.
    model string
    The model of the managed switch.
    moid string
    The unique identifier of this Managed Object instance.
    object_type string
    operating_system_version string
    The OS version of the managed switch.
    out_of_band_ip string
    The out-of-band IPv4 address of the managed switch.
    owners list(string)
    parents list(object)
    permission_resources list(object)
    role string
    The role of the managed switch.
    serial string
    The serial number of the managed switch.
    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 switch.
    software_end_of_vulnerability_support_date string
    The software end of vulnerability support date of the managed switch.
    software_last_date_of_support string
    The software last date of support of the managed switch.
    software_version string
    The software version of the managed switch.
    strong_asset_id string
    The DBID of the managed switch.
    switch_interfaces list(object)
    system_up_time string
    The system uptime of the managed switch.
    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<GetNiatelemetrySwitchResultAncestor>
    anomalyStatus String
    The anomaly status of the managed switch.
    classId String
    complianceStatus String
    The compliance status of the managed switch.
    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<GetNiatelemetrySwitchResultFabric>
    hardwareConformance String
    The hardware conformance status of the managed switch.
    hardwareEndOfVulnerabilitySupportDate String
    The hardware end of vulnerability support date of the managed switch.
    hardwareLastDateOfSupport String
    The hardware last date of support of the managed switch.
    hostname String
    The hostname of the managed switch.
    inBandIp String
    The inband IPv4 address of the managed switch.
    ipAddress String
    The IP address of the managed switch.
    modTime String
    The time when this managed object was last modified.
    model String
    The model of the managed switch.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operatingSystemVersion String
    The OS version of the managed switch.
    outOfBandIp String
    The out-of-band IPv4 address of the managed switch.
    owners List<String>
    parents List<GetNiatelemetrySwitchResultParent>
    permissionResources List<GetNiatelemetrySwitchResultPermissionResource>
    role String
    The role of the managed switch.
    serial String
    The serial number of the managed switch.
    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 switch.
    softwareEndOfVulnerabilitySupportDate String
    The software end of vulnerability support date of the managed switch.
    softwareLastDateOfSupport String
    The software last date of support of the managed switch.
    softwareVersion String
    The software version of the managed switch.
    strongAssetId String
    The DBID of the managed switch.
    switchInterfaces List<GetNiatelemetrySwitchResultSwitchInterface>
    systemUpTime String
    The system uptime of the managed switch.
    tags List<GetNiatelemetrySwitchResultTag>
    telemetryEnabled Boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContexts List<GetNiatelemetrySwitchResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetNiatelemetrySwitchResultAncestor[]
    anomalyStatus string
    The anomaly status of the managed switch.
    classId string
    complianceStatus string
    The compliance status of the managed switch.
    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 GetNiatelemetrySwitchResultFabric[]
    hardwareConformance string
    The hardware conformance status of the managed switch.
    hardwareEndOfVulnerabilitySupportDate string
    The hardware end of vulnerability support date of the managed switch.
    hardwareLastDateOfSupport string
    The hardware last date of support of the managed switch.
    hostname string
    The hostname of the managed switch.
    inBandIp string
    The inband IPv4 address of the managed switch.
    ipAddress string
    The IP address of the managed switch.
    modTime string
    The time when this managed object was last modified.
    model string
    The model of the managed switch.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    operatingSystemVersion string
    The OS version of the managed switch.
    outOfBandIp string
    The out-of-band IPv4 address of the managed switch.
    owners string[]
    parents GetNiatelemetrySwitchResultParent[]
    permissionResources GetNiatelemetrySwitchResultPermissionResource[]
    role string
    The role of the managed switch.
    serial string
    The serial number of the managed switch.
    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 switch.
    softwareEndOfVulnerabilitySupportDate string
    The software end of vulnerability support date of the managed switch.
    softwareLastDateOfSupport string
    The software last date of support of the managed switch.
    softwareVersion string
    The software version of the managed switch.
    strongAssetId string
    The DBID of the managed switch.
    switchInterfaces GetNiatelemetrySwitchResultSwitchInterface[]
    systemUpTime string
    The system uptime of the managed switch.
    tags GetNiatelemetrySwitchResultTag[]
    telemetryEnabled boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContexts GetNiatelemetrySwitchResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetNiatelemetrySwitchResultAncestor]
    anomaly_status str
    The anomaly status of the managed switch.
    class_id str
    compliance_status str
    The compliance status of the managed switch.
    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[GetNiatelemetrySwitchResultFabric]
    hardware_conformance str
    The hardware conformance status of the managed switch.
    hardware_end_of_vulnerability_support_date str
    The hardware end of vulnerability support date of the managed switch.
    hardware_last_date_of_support str
    The hardware last date of support of the managed switch.
    hostname str
    The hostname of the managed switch.
    in_band_ip str
    The inband IPv4 address of the managed switch.
    ip_address str
    The IP address of the managed switch.
    mod_time str
    The time when this managed object was last modified.
    model str
    The model of the managed switch.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    operating_system_version str
    The OS version of the managed switch.
    out_of_band_ip str
    The out-of-band IPv4 address of the managed switch.
    owners Sequence[str]
    parents Sequence[GetNiatelemetrySwitchResultParent]
    permission_resources Sequence[GetNiatelemetrySwitchResultPermissionResource]
    role str
    The role of the managed switch.
    serial str
    The serial number of the managed switch.
    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 switch.
    software_end_of_vulnerability_support_date str
    The software end of vulnerability support date of the managed switch.
    software_last_date_of_support str
    The software last date of support of the managed switch.
    software_version str
    The software version of the managed switch.
    strong_asset_id str
    The DBID of the managed switch.
    switch_interfaces Sequence[GetNiatelemetrySwitchResultSwitchInterface]
    system_up_time str
    The system uptime of the managed switch.
    tags Sequence[GetNiatelemetrySwitchResultTag]
    telemetry_enabled bool
    Indicates whether telemetry is enabled for the fabric.
    version_contexts Sequence[GetNiatelemetrySwitchResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    anomalyStatus String
    The anomaly status of the managed switch.
    classId String
    complianceStatus String
    The compliance status of the managed switch.
    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 switch.
    hardwareEndOfVulnerabilitySupportDate String
    The hardware end of vulnerability support date of the managed switch.
    hardwareLastDateOfSupport String
    The hardware last date of support of the managed switch.
    hostname String
    The hostname of the managed switch.
    inBandIp String
    The inband IPv4 address of the managed switch.
    ipAddress String
    The IP address of the managed switch.
    modTime String
    The time when this managed object was last modified.
    model String
    The model of the managed switch.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    operatingSystemVersion String
    The OS version of the managed switch.
    outOfBandIp String
    The out-of-band IPv4 address of the managed switch.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    role String
    The role of the managed switch.
    serial String
    The serial number of the managed switch.
    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 switch.
    softwareEndOfVulnerabilitySupportDate String
    The software end of vulnerability support date of the managed switch.
    softwareLastDateOfSupport String
    The software last date of support of the managed switch.
    softwareVersion String
    The software version of the managed switch.
    strongAssetId String
    The DBID of the managed switch.
    switchInterfaces List<Property Map>
    systemUpTime String
    The system uptime of the managed switch.
    tags List<Property Map>
    telemetryEnabled Boolean
    Indicates whether telemetry is enabled for the fabric.
    versionContexts List<Property Map>

    GetNiatelemetrySwitchResultAncestor

    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

    GetNiatelemetrySwitchResultFabric

    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

    GetNiatelemetrySwitchResultParent

    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

    GetNiatelemetrySwitchResultPermissionResource

    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

    GetNiatelemetrySwitchResultSwitchInterface

    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

    GetNiatelemetrySwitchResultTag

    GetNiatelemetrySwitchResultTagAncestorDefinition

    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

    GetNiatelemetrySwitchResultTagDefinition

    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

    GetNiatelemetrySwitchResultVersionContext

    GetNiatelemetrySwitchResultVersionContextInterestedMo

    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

    GetNiatelemetrySwitchResultVersionContextRefMo

    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

    GetNiatelemetrySwitchSwitchInterface

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

    GetNiatelemetrySwitchTag

    AdditionalProperties string
    AncestorDefinitions List<GetNiatelemetrySwitchTagAncestorDefinition>
    Definition GetNiatelemetrySwitchTagDefinition
    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 []GetNiatelemetrySwitchTagAncestorDefinition
    Definition GetNiatelemetrySwitchTagDefinition
    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<GetNiatelemetrySwitchTagAncestorDefinition>
    definition GetNiatelemetrySwitchTagDefinition
    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 GetNiatelemetrySwitchTagAncestorDefinition[]
    definition GetNiatelemetrySwitchTagDefinition
    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[GetNiatelemetrySwitchTagAncestorDefinition]
    definition GetNiatelemetrySwitchTagDefinition
    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.

    GetNiatelemetrySwitchTagAncestorDefinition

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

    GetNiatelemetrySwitchTagDefinition

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

    GetNiatelemetrySwitchVersionContext

    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<GetNiatelemetrySwitchVersionContextInterestedMo>
    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 GetNiatelemetrySwitchVersionContextRefMo
    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 []GetNiatelemetrySwitchVersionContextInterestedMo
    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 GetNiatelemetrySwitchVersionContextRefMo
    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<GetNiatelemetrySwitchVersionContextInterestedMo>
    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 GetNiatelemetrySwitchVersionContextRefMo
    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 GetNiatelemetrySwitchVersionContextInterestedMo[]
    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 GetNiatelemetrySwitchVersionContextRefMo
    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[GetNiatelemetrySwitchVersionContextInterestedMo]
    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 GetNiatelemetrySwitchVersionContextRefMo
    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.

    GetNiatelemetrySwitchVersionContextInterestedMo

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

    GetNiatelemetrySwitchVersionContextRefMo

    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