1. Packages
  2. Intersight Provider
  3. API Docs
  4. getNiatelemetryInsightGroupDetails
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getNiatelemetryInsightGroupDetails

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Insight group details in ND.

    Using getNiatelemetryInsightGroupDetails

    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 getNiatelemetryInsightGroupDetails(args: GetNiatelemetryInsightGroupDetailsArgs, opts?: InvokeOptions): Promise<GetNiatelemetryInsightGroupDetailsResult>
    function getNiatelemetryInsightGroupDetailsOutput(args: GetNiatelemetryInsightGroupDetailsOutputArgs, opts?: InvokeOptions): Output<GetNiatelemetryInsightGroupDetailsResult>
    def get_niatelemetry_insight_group_details(account_moid: Optional[str] = None,
                                               additional_properties: Optional[str] = None,
                                               alert_rules_count: Optional[float] = None,
                                               analysis_settings_status: Optional[str] = None,
                                               ancestors: Optional[Sequence[GetNiatelemetryInsightGroupDetailsAncestor]] = None,
                                               bug_scan_settings_status: Optional[str] = None,
                                               class_id: Optional[str] = None,
                                               create_time: Optional[str] = None,
                                               delta_analysis_job_count: Optional[float] = None,
                                               domain_group_moid: Optional[str] = None,
                                               email_settings_count: Optional[float] = None,
                                               flow_settings_count: Optional[float] = None,
                                               flow_settings_status: Optional[str] = None,
                                               group_name: Optional[str] = None,
                                               id: Optional[str] = None,
                                               insight_sites: Optional[Sequence[GetNiatelemetryInsightGroupDetailsInsightSite]] = None,
                                               kafka_settings_count: Optional[float] = None,
                                               micro_burst_settings_status: Optional[str] = None,
                                               mod_time: Optional[str] = None,
                                               moid: Optional[str] = None,
                                               object_type: Optional[str] = None,
                                               owners: Optional[Sequence[str]] = None,
                                               parent: Optional[GetNiatelemetryInsightGroupDetailsParent] = None,
                                               permission_resources: Optional[Sequence[GetNiatelemetryInsightGroupDetailsPermissionResource]] = None,
                                               prechange_analysis_count: Optional[float] = None,
                                               registered_device: Optional[GetNiatelemetryInsightGroupDetailsRegisteredDevice] = None,
                                               shared_scope: Optional[str] = None,
                                               tac_collection_config_count: Optional[float] = None,
                                               tags: Optional[Sequence[GetNiatelemetryInsightGroupDetailsTag]] = None,
                                               version_context: Optional[GetNiatelemetryInsightGroupDetailsVersionContext] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetNiatelemetryInsightGroupDetailsResult
    def get_niatelemetry_insight_group_details_output(account_moid: Optional[pulumi.Input[str]] = None,
                                               additional_properties: Optional[pulumi.Input[str]] = None,
                                               alert_rules_count: Optional[pulumi.Input[float]] = None,
                                               analysis_settings_status: Optional[pulumi.Input[str]] = None,
                                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryInsightGroupDetailsAncestorArgs]]]] = None,
                                               bug_scan_settings_status: Optional[pulumi.Input[str]] = None,
                                               class_id: Optional[pulumi.Input[str]] = None,
                                               create_time: Optional[pulumi.Input[str]] = None,
                                               delta_analysis_job_count: Optional[pulumi.Input[float]] = None,
                                               domain_group_moid: Optional[pulumi.Input[str]] = None,
                                               email_settings_count: Optional[pulumi.Input[float]] = None,
                                               flow_settings_count: Optional[pulumi.Input[float]] = None,
                                               flow_settings_status: Optional[pulumi.Input[str]] = None,
                                               group_name: Optional[pulumi.Input[str]] = None,
                                               id: Optional[pulumi.Input[str]] = None,
                                               insight_sites: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryInsightGroupDetailsInsightSiteArgs]]]] = None,
                                               kafka_settings_count: Optional[pulumi.Input[float]] = None,
                                               micro_burst_settings_status: Optional[pulumi.Input[str]] = None,
                                               mod_time: Optional[pulumi.Input[str]] = None,
                                               moid: Optional[pulumi.Input[str]] = None,
                                               object_type: Optional[pulumi.Input[str]] = None,
                                               owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               parent: Optional[pulumi.Input[GetNiatelemetryInsightGroupDetailsParentArgs]] = None,
                                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryInsightGroupDetailsPermissionResourceArgs]]]] = None,
                                               prechange_analysis_count: Optional[pulumi.Input[float]] = None,
                                               registered_device: Optional[pulumi.Input[GetNiatelemetryInsightGroupDetailsRegisteredDeviceArgs]] = None,
                                               shared_scope: Optional[pulumi.Input[str]] = None,
                                               tac_collection_config_count: Optional[pulumi.Input[float]] = None,
                                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNiatelemetryInsightGroupDetailsTagArgs]]]] = None,
                                               version_context: Optional[pulumi.Input[GetNiatelemetryInsightGroupDetailsVersionContextArgs]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetNiatelemetryInsightGroupDetailsResult]
    func LookupNiatelemetryInsightGroupDetails(ctx *Context, args *LookupNiatelemetryInsightGroupDetailsArgs, opts ...InvokeOption) (*LookupNiatelemetryInsightGroupDetailsResult, error)
    func LookupNiatelemetryInsightGroupDetailsOutput(ctx *Context, args *LookupNiatelemetryInsightGroupDetailsOutputArgs, opts ...InvokeOption) LookupNiatelemetryInsightGroupDetailsResultOutput

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

    public static class GetNiatelemetryInsightGroupDetails 
    {
        public static Task<GetNiatelemetryInsightGroupDetailsResult> InvokeAsync(GetNiatelemetryInsightGroupDetailsArgs args, InvokeOptions? opts = null)
        public static Output<GetNiatelemetryInsightGroupDetailsResult> Invoke(GetNiatelemetryInsightGroupDetailsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNiatelemetryInsightGroupDetailsResult> getNiatelemetryInsightGroupDetails(GetNiatelemetryInsightGroupDetailsArgs args, InvokeOptions options)
    public static Output<GetNiatelemetryInsightGroupDetailsResult> getNiatelemetryInsightGroupDetails(GetNiatelemetryInsightGroupDetailsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getNiatelemetryInsightGroupDetails:getNiatelemetryInsightGroupDetails
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlertRulesCount double
    Alert rules count of the Insight group.
    AnalysisSettingsStatus string
    Analysis setting status of the Insight group.
    Ancestors List<GetNiatelemetryInsightGroupDetailsAncestor>
    BugScanSettingsStatus string
    Bug scan settings status of the Insight group.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeltaAnalysisJobCount double
    Delta analysis job count of the Insight group.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EmailSettingsCount double
    Email settings count of the Insight group.
    FlowSettingsCount double
    Flow setting count of the Insight group.
    FlowSettingsStatus string
    Flow setting status of the Insight group.
    GroupName string
    Name of the Insight group.
    Id string
    InsightSites List<GetNiatelemetryInsightGroupDetailsInsightSite>
    KafkaSettingsCount double
    Kafka settings count of the Insight group.
    MicroBurstSettingsStatus string
    Microburst setting status of the Insight group.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parent GetNiatelemetryInsightGroupDetailsParent
    PermissionResources List<GetNiatelemetryInsightGroupDetailsPermissionResource>
    PrechangeAnalysisCount double
    Prechange analysis count of the Insight group.
    RegisteredDevice GetNiatelemetryInsightGroupDetailsRegisteredDevice
    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.
    TacCollectionConfigCount double
    TAC collection config count of the Insight group.
    Tags List<GetNiatelemetryInsightGroupDetailsTag>
    VersionContext GetNiatelemetryInsightGroupDetailsVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlertRulesCount float64
    Alert rules count of the Insight group.
    AnalysisSettingsStatus string
    Analysis setting status of the Insight group.
    Ancestors []GetNiatelemetryInsightGroupDetailsAncestor
    BugScanSettingsStatus string
    Bug scan settings status of the Insight group.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeltaAnalysisJobCount float64
    Delta analysis job count of the Insight group.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EmailSettingsCount float64
    Email settings count of the Insight group.
    FlowSettingsCount float64
    Flow setting count of the Insight group.
    FlowSettingsStatus string
    Flow setting status of the Insight group.
    GroupName string
    Name of the Insight group.
    Id string
    InsightSites []GetNiatelemetryInsightGroupDetailsInsightSite
    KafkaSettingsCount float64
    Kafka settings count of the Insight group.
    MicroBurstSettingsStatus string
    Microburst setting status of the Insight group.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parent GetNiatelemetryInsightGroupDetailsParent
    PermissionResources []GetNiatelemetryInsightGroupDetailsPermissionResource
    PrechangeAnalysisCount float64
    Prechange analysis count of the Insight group.
    RegisteredDevice GetNiatelemetryInsightGroupDetailsRegisteredDevice
    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.
    TacCollectionConfigCount float64
    TAC collection config count of the Insight group.
    Tags []GetNiatelemetryInsightGroupDetailsTag
    VersionContext GetNiatelemetryInsightGroupDetailsVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alertRulesCount Double
    Alert rules count of the Insight group.
    analysisSettingsStatus String
    Analysis setting status of the Insight group.
    ancestors List<GetNiatelemetryInsightGroupDetailsAncestor>
    bugScanSettingsStatus String
    Bug scan settings status of the Insight group.
    classId String
    createTime String
    The time when this managed object was created.
    deltaAnalysisJobCount Double
    Delta analysis job count of the Insight group.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    emailSettingsCount Double
    Email settings count of the Insight group.
    flowSettingsCount Double
    Flow setting count of the Insight group.
    flowSettingsStatus String
    Flow setting status of the Insight group.
    groupName String
    Name of the Insight group.
    id String
    insightSites List<GetNiatelemetryInsightGroupDetailsInsightSite>
    kafkaSettingsCount Double
    Kafka settings count of the Insight group.
    microBurstSettingsStatus String
    Microburst setting status of the Insight group.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent GetNiatelemetryInsightGroupDetailsParent
    permissionResources List<GetNiatelemetryInsightGroupDetailsPermissionResource>
    prechangeAnalysisCount Double
    Prechange analysis count of the Insight group.
    registeredDevice GetNiatelemetryInsightGroupDetailsRegisteredDevice
    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.
    tacCollectionConfigCount Double
    TAC collection config count of the Insight group.
    tags List<GetNiatelemetryInsightGroupDetailsTag>
    versionContext GetNiatelemetryInsightGroupDetailsVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alertRulesCount number
    Alert rules count of the Insight group.
    analysisSettingsStatus string
    Analysis setting status of the Insight group.
    ancestors GetNiatelemetryInsightGroupDetailsAncestor[]
    bugScanSettingsStatus string
    Bug scan settings status of the Insight group.
    classId string
    createTime string
    The time when this managed object was created.
    deltaAnalysisJobCount number
    Delta analysis job count of the Insight group.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    emailSettingsCount number
    Email settings count of the Insight group.
    flowSettingsCount number
    Flow setting count of the Insight group.
    flowSettingsStatus string
    Flow setting status of the Insight group.
    groupName string
    Name of the Insight group.
    id string
    insightSites GetNiatelemetryInsightGroupDetailsInsightSite[]
    kafkaSettingsCount number
    Kafka settings count of the Insight group.
    microBurstSettingsStatus string
    Microburst setting status of the Insight group.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parent GetNiatelemetryInsightGroupDetailsParent
    permissionResources GetNiatelemetryInsightGroupDetailsPermissionResource[]
    prechangeAnalysisCount number
    Prechange analysis count of the Insight group.
    registeredDevice GetNiatelemetryInsightGroupDetailsRegisteredDevice
    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.
    tacCollectionConfigCount number
    TAC collection config count of the Insight group.
    tags GetNiatelemetryInsightGroupDetailsTag[]
    versionContext GetNiatelemetryInsightGroupDetailsVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alert_rules_count float
    Alert rules count of the Insight group.
    analysis_settings_status str
    Analysis setting status of the Insight group.
    ancestors Sequence[GetNiatelemetryInsightGroupDetailsAncestor]
    bug_scan_settings_status str
    Bug scan settings status of the Insight group.
    class_id str
    create_time str
    The time when this managed object was created.
    delta_analysis_job_count float
    Delta analysis job count of the Insight group.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    email_settings_count float
    Email settings count of the Insight group.
    flow_settings_count float
    Flow setting count of the Insight group.
    flow_settings_status str
    Flow setting status of the Insight group.
    group_name str
    Name of the Insight group.
    id str
    insight_sites Sequence[GetNiatelemetryInsightGroupDetailsInsightSite]
    kafka_settings_count float
    Kafka settings count of the Insight group.
    micro_burst_settings_status str
    Microburst setting status of the Insight group.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parent GetNiatelemetryInsightGroupDetailsParent
    permission_resources Sequence[GetNiatelemetryInsightGroupDetailsPermissionResource]
    prechange_analysis_count float
    Prechange analysis count of the Insight group.
    registered_device GetNiatelemetryInsightGroupDetailsRegisteredDevice
    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.
    tac_collection_config_count float
    TAC collection config count of the Insight group.
    tags Sequence[GetNiatelemetryInsightGroupDetailsTag]
    version_context GetNiatelemetryInsightGroupDetailsVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alertRulesCount Number
    Alert rules count of the Insight group.
    analysisSettingsStatus String
    Analysis setting status of the Insight group.
    ancestors List<Property Map>
    bugScanSettingsStatus String
    Bug scan settings status of the Insight group.
    classId String
    createTime String
    The time when this managed object was created.
    deltaAnalysisJobCount Number
    Delta analysis job count of the Insight group.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    emailSettingsCount Number
    Email settings count of the Insight group.
    flowSettingsCount Number
    Flow setting count of the Insight group.
    flowSettingsStatus String
    Flow setting status of the Insight group.
    groupName String
    Name of the Insight group.
    id String
    insightSites List<Property Map>
    kafkaSettingsCount Number
    Kafka settings count of the Insight group.
    microBurstSettingsStatus String
    Microburst setting status of the Insight group.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    prechangeAnalysisCount Number
    Prechange analysis count of the Insight group.
    registeredDevice Property Map
    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.
    tacCollectionConfigCount Number
    TAC collection config count of the Insight group.
    tags List<Property Map>
    versionContext Property Map

    getNiatelemetryInsightGroupDetails Result

    The following output properties are available:

    Id string
    Results List<GetNiatelemetryInsightGroupDetailsResult>
    AccountMoid string
    AdditionalProperties string
    AlertRulesCount double
    AnalysisSettingsStatus string
    Ancestors List<GetNiatelemetryInsightGroupDetailsAncestor>
    BugScanSettingsStatus string
    ClassId string
    CreateTime string
    DeltaAnalysisJobCount double
    DomainGroupMoid string
    EmailSettingsCount double
    FlowSettingsCount double
    FlowSettingsStatus string
    GroupName string
    InsightSites List<GetNiatelemetryInsightGroupDetailsInsightSite>
    KafkaSettingsCount double
    MicroBurstSettingsStatus string
    ModTime string
    Moid string
    ObjectType string
    Owners List<string>
    Parent GetNiatelemetryInsightGroupDetailsParent
    PermissionResources List<GetNiatelemetryInsightGroupDetailsPermissionResource>
    PrechangeAnalysisCount double
    RegisteredDevice GetNiatelemetryInsightGroupDetailsRegisteredDevice
    SharedScope string
    TacCollectionConfigCount double
    Tags List<GetNiatelemetryInsightGroupDetailsTag>
    VersionContext GetNiatelemetryInsightGroupDetailsVersionContext
    Id string
    Results []GetNiatelemetryInsightGroupDetailsResult
    AccountMoid string
    AdditionalProperties string
    AlertRulesCount float64
    AnalysisSettingsStatus string
    Ancestors []GetNiatelemetryInsightGroupDetailsAncestor
    BugScanSettingsStatus string
    ClassId string
    CreateTime string
    DeltaAnalysisJobCount float64
    DomainGroupMoid string
    EmailSettingsCount float64
    FlowSettingsCount float64
    FlowSettingsStatus string
    GroupName string
    InsightSites []GetNiatelemetryInsightGroupDetailsInsightSite
    KafkaSettingsCount float64
    MicroBurstSettingsStatus string
    ModTime string
    Moid string
    ObjectType string
    Owners []string
    Parent GetNiatelemetryInsightGroupDetailsParent
    PermissionResources []GetNiatelemetryInsightGroupDetailsPermissionResource
    PrechangeAnalysisCount float64
    RegisteredDevice GetNiatelemetryInsightGroupDetailsRegisteredDevice
    SharedScope string
    TacCollectionConfigCount float64
    Tags []GetNiatelemetryInsightGroupDetailsTag
    VersionContext GetNiatelemetryInsightGroupDetailsVersionContext
    id String
    results List<GetNiatelemetryInsightGroupDetailsResult>
    accountMoid String
    additionalProperties String
    alertRulesCount Double
    analysisSettingsStatus String
    ancestors List<GetNiatelemetryInsightGroupDetailsAncestor>
    bugScanSettingsStatus String
    classId String
    createTime String
    deltaAnalysisJobCount Double
    domainGroupMoid String
    emailSettingsCount Double
    flowSettingsCount Double
    flowSettingsStatus String
    groupName String
    insightSites List<GetNiatelemetryInsightGroupDetailsInsightSite>
    kafkaSettingsCount Double
    microBurstSettingsStatus String
    modTime String
    moid String
    objectType String
    owners List<String>
    parent GetNiatelemetryInsightGroupDetailsParent
    permissionResources List<GetNiatelemetryInsightGroupDetailsPermissionResource>
    prechangeAnalysisCount Double
    registeredDevice GetNiatelemetryInsightGroupDetailsRegisteredDevice
    sharedScope String
    tacCollectionConfigCount Double
    tags List<GetNiatelemetryInsightGroupDetailsTag>
    versionContext GetNiatelemetryInsightGroupDetailsVersionContext
    id string
    results GetNiatelemetryInsightGroupDetailsResult[]
    accountMoid string
    additionalProperties string
    alertRulesCount number
    analysisSettingsStatus string
    ancestors GetNiatelemetryInsightGroupDetailsAncestor[]
    bugScanSettingsStatus string
    classId string
    createTime string
    deltaAnalysisJobCount number
    domainGroupMoid string
    emailSettingsCount number
    flowSettingsCount number
    flowSettingsStatus string
    groupName string
    insightSites GetNiatelemetryInsightGroupDetailsInsightSite[]
    kafkaSettingsCount number
    microBurstSettingsStatus string
    modTime string
    moid string
    objectType string
    owners string[]
    parent GetNiatelemetryInsightGroupDetailsParent
    permissionResources GetNiatelemetryInsightGroupDetailsPermissionResource[]
    prechangeAnalysisCount number
    registeredDevice GetNiatelemetryInsightGroupDetailsRegisteredDevice
    sharedScope string
    tacCollectionConfigCount number
    tags GetNiatelemetryInsightGroupDetailsTag[]
    versionContext GetNiatelemetryInsightGroupDetailsVersionContext
    id str
    results Sequence[GetNiatelemetryInsightGroupDetailsResult]
    account_moid str
    additional_properties str
    alert_rules_count float
    analysis_settings_status str
    ancestors Sequence[GetNiatelemetryInsightGroupDetailsAncestor]
    bug_scan_settings_status str
    class_id str
    create_time str
    delta_analysis_job_count float
    domain_group_moid str
    email_settings_count float
    flow_settings_count float
    flow_settings_status str
    group_name str
    insight_sites Sequence[GetNiatelemetryInsightGroupDetailsInsightSite]
    kafka_settings_count float
    micro_burst_settings_status str
    mod_time str
    moid str
    object_type str
    owners Sequence[str]
    parent GetNiatelemetryInsightGroupDetailsParent
    permission_resources Sequence[GetNiatelemetryInsightGroupDetailsPermissionResource]
    prechange_analysis_count float
    registered_device GetNiatelemetryInsightGroupDetailsRegisteredDevice
    shared_scope str
    tac_collection_config_count float
    tags Sequence[GetNiatelemetryInsightGroupDetailsTag]
    version_context GetNiatelemetryInsightGroupDetailsVersionContext

    Supporting Types

    GetNiatelemetryInsightGroupDetailsAncestor

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

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

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

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

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

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

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

    GetNiatelemetryInsightGroupDetailsInsightSite

    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.
    Name string
    Returns the name of the site.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SiteType string
    Returns the type of the site.
    Uuid string
    Returns the uuid of the site.
    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.
    Name string
    Returns the name of the site.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SiteType string
    Returns the type of the site.
    Uuid string
    Returns the uuid of the site.
    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.
    name String
    Returns the name of the site.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    siteType String
    Returns the type of the site.
    uuid String
    Returns the uuid of the site.
    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.
    name string
    Returns the name of the site.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    siteType string
    Returns the type of the site.
    uuid string
    Returns the uuid of the site.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    name str
    Returns the name of the site.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    site_type str
    Returns the type of the site.
    uuid str
    Returns the uuid of the site.
    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.
    name String
    Returns the name of the site.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    siteType String
    Returns the type of the site.
    uuid String
    Returns the uuid of the site.

    GetNiatelemetryInsightGroupDetailsParent

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

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

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

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

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

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

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

    GetNiatelemetryInsightGroupDetailsPermissionResource

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

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

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

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

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

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

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

    GetNiatelemetryInsightGroupDetailsRegisteredDevice

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

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

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

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

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

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

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

    GetNiatelemetryInsightGroupDetailsResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlertRulesCount double
    Alert rules count of the Insight group.
    AnalysisSettingsStatus string
    Analysis setting status of the Insight group.
    Ancestors List<GetNiatelemetryInsightGroupDetailsResultAncestor>
    BugScanSettingsStatus string
    Bug scan settings status of the Insight group.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeltaAnalysisJobCount double
    Delta analysis job count of the Insight group.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EmailSettingsCount double
    Email settings count of the Insight group.
    FlowSettingsCount double
    Flow setting count of the Insight group.
    FlowSettingsStatus string
    Flow setting status of the Insight group.
    GroupName string
    Name of the Insight group.
    InsightSites List<GetNiatelemetryInsightGroupDetailsResultInsightSite>
    KafkaSettingsCount double
    Kafka settings count of the Insight group.
    MicroBurstSettingsStatus string
    Microburst setting status of the Insight group.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners List<string>
    Parents List<GetNiatelemetryInsightGroupDetailsResultParent>
    PermissionResources List<GetNiatelemetryInsightGroupDetailsResultPermissionResource>
    PrechangeAnalysisCount double
    Prechange analysis count of the Insight group.
    RegisteredDevices List<GetNiatelemetryInsightGroupDetailsResultRegisteredDevice>
    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.
    TacCollectionConfigCount double
    TAC collection config count of the Insight group.
    Tags List<GetNiatelemetryInsightGroupDetailsResultTag>
    VersionContexts List<GetNiatelemetryInsightGroupDetailsResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AlertRulesCount float64
    Alert rules count of the Insight group.
    AnalysisSettingsStatus string
    Analysis setting status of the Insight group.
    Ancestors []GetNiatelemetryInsightGroupDetailsResultAncestor
    BugScanSettingsStatus string
    Bug scan settings status of the Insight group.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    DeltaAnalysisJobCount float64
    Delta analysis job count of the Insight group.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EmailSettingsCount float64
    Email settings count of the Insight group.
    FlowSettingsCount float64
    Flow setting count of the Insight group.
    FlowSettingsStatus string
    Flow setting status of the Insight group.
    GroupName string
    Name of the Insight group.
    InsightSites []GetNiatelemetryInsightGroupDetailsResultInsightSite
    KafkaSettingsCount float64
    Kafka settings count of the Insight group.
    MicroBurstSettingsStatus string
    Microburst setting status of the Insight group.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Owners []string
    Parents []GetNiatelemetryInsightGroupDetailsResultParent
    PermissionResources []GetNiatelemetryInsightGroupDetailsResultPermissionResource
    PrechangeAnalysisCount float64
    Prechange analysis count of the Insight group.
    RegisteredDevices []GetNiatelemetryInsightGroupDetailsResultRegisteredDevice
    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.
    TacCollectionConfigCount float64
    TAC collection config count of the Insight group.
    Tags []GetNiatelemetryInsightGroupDetailsResultTag
    VersionContexts []GetNiatelemetryInsightGroupDetailsResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alertRulesCount Double
    Alert rules count of the Insight group.
    analysisSettingsStatus String
    Analysis setting status of the Insight group.
    ancestors List<GetNiatelemetryInsightGroupDetailsResultAncestor>
    bugScanSettingsStatus String
    Bug scan settings status of the Insight group.
    classId String
    createTime String
    The time when this managed object was created.
    deltaAnalysisJobCount Double
    Delta analysis job count of the Insight group.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    emailSettingsCount Double
    Email settings count of the Insight group.
    flowSettingsCount Double
    Flow setting count of the Insight group.
    flowSettingsStatus String
    Flow setting status of the Insight group.
    groupName String
    Name of the Insight group.
    insightSites List<GetNiatelemetryInsightGroupDetailsResultInsightSite>
    kafkaSettingsCount Double
    Kafka settings count of the Insight group.
    microBurstSettingsStatus String
    Microburst setting status of the Insight group.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<GetNiatelemetryInsightGroupDetailsResultParent>
    permissionResources List<GetNiatelemetryInsightGroupDetailsResultPermissionResource>
    prechangeAnalysisCount Double
    Prechange analysis count of the Insight group.
    registeredDevices List<GetNiatelemetryInsightGroupDetailsResultRegisteredDevice>
    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.
    tacCollectionConfigCount Double
    TAC collection config count of the Insight group.
    tags List<GetNiatelemetryInsightGroupDetailsResultTag>
    versionContexts List<GetNiatelemetryInsightGroupDetailsResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    alertRulesCount number
    Alert rules count of the Insight group.
    analysisSettingsStatus string
    Analysis setting status of the Insight group.
    ancestors GetNiatelemetryInsightGroupDetailsResultAncestor[]
    bugScanSettingsStatus string
    Bug scan settings status of the Insight group.
    classId string
    createTime string
    The time when this managed object was created.
    deltaAnalysisJobCount number
    Delta analysis job count of the Insight group.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    emailSettingsCount number
    Email settings count of the Insight group.
    flowSettingsCount number
    Flow setting count of the Insight group.
    flowSettingsStatus string
    Flow setting status of the Insight group.
    groupName string
    Name of the Insight group.
    insightSites GetNiatelemetryInsightGroupDetailsResultInsightSite[]
    kafkaSettingsCount number
    Kafka settings count of the Insight group.
    microBurstSettingsStatus string
    Microburst setting status of the Insight group.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    owners string[]
    parents GetNiatelemetryInsightGroupDetailsResultParent[]
    permissionResources GetNiatelemetryInsightGroupDetailsResultPermissionResource[]
    prechangeAnalysisCount number
    Prechange analysis count of the Insight group.
    registeredDevices GetNiatelemetryInsightGroupDetailsResultRegisteredDevice[]
    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.
    tacCollectionConfigCount number
    TAC collection config count of the Insight group.
    tags GetNiatelemetryInsightGroupDetailsResultTag[]
    versionContexts GetNiatelemetryInsightGroupDetailsResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    alert_rules_count float
    Alert rules count of the Insight group.
    analysis_settings_status str
    Analysis setting status of the Insight group.
    ancestors Sequence[GetNiatelemetryInsightGroupDetailsResultAncestor]
    bug_scan_settings_status str
    Bug scan settings status of the Insight group.
    class_id str
    create_time str
    The time when this managed object was created.
    delta_analysis_job_count float
    Delta analysis job count of the Insight group.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    email_settings_count float
    Email settings count of the Insight group.
    flow_settings_count float
    Flow setting count of the Insight group.
    flow_settings_status str
    Flow setting status of the Insight group.
    group_name str
    Name of the Insight group.
    insight_sites Sequence[GetNiatelemetryInsightGroupDetailsResultInsightSite]
    kafka_settings_count float
    Kafka settings count of the Insight group.
    micro_burst_settings_status str
    Microburst setting status of the Insight group.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    owners Sequence[str]
    parents Sequence[GetNiatelemetryInsightGroupDetailsResultParent]
    permission_resources Sequence[GetNiatelemetryInsightGroupDetailsResultPermissionResource]
    prechange_analysis_count float
    Prechange analysis count of the Insight group.
    registered_devices Sequence[GetNiatelemetryInsightGroupDetailsResultRegisteredDevice]
    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.
    tac_collection_config_count float
    TAC collection config count of the Insight group.
    tags Sequence[GetNiatelemetryInsightGroupDetailsResultTag]
    version_contexts Sequence[GetNiatelemetryInsightGroupDetailsResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    alertRulesCount Number
    Alert rules count of the Insight group.
    analysisSettingsStatus String
    Analysis setting status of the Insight group.
    ancestors List<Property Map>
    bugScanSettingsStatus String
    Bug scan settings status of the Insight group.
    classId String
    createTime String
    The time when this managed object was created.
    deltaAnalysisJobCount Number
    Delta analysis job count of the Insight group.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    emailSettingsCount Number
    Email settings count of the Insight group.
    flowSettingsCount Number
    Flow setting count of the Insight group.
    flowSettingsStatus String
    Flow setting status of the Insight group.
    groupName String
    Name of the Insight group.
    insightSites List<Property Map>
    kafkaSettingsCount Number
    Kafka settings count of the Insight group.
    microBurstSettingsStatus String
    Microburst setting status of the Insight group.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    prechangeAnalysisCount Number
    Prechange analysis count of the Insight group.
    registeredDevices List<Property Map>
    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.
    tacCollectionConfigCount Number
    TAC collection config count of the Insight group.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetNiatelemetryInsightGroupDetailsResultAncestor

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

    GetNiatelemetryInsightGroupDetailsResultInsightSite

    AdditionalProperties string
    ClassId string
    Name string
    ObjectType string
    SiteType string
    Uuid string
    AdditionalProperties string
    ClassId string
    Name string
    ObjectType string
    SiteType string
    Uuid string
    additionalProperties String
    classId String
    name String
    objectType String
    siteType String
    uuid String
    additionalProperties string
    classId string
    name string
    objectType string
    siteType string
    uuid string
    additionalProperties String
    classId String
    name String
    objectType String
    siteType String
    uuid String

    GetNiatelemetryInsightGroupDetailsResultParent

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

    GetNiatelemetryInsightGroupDetailsResultPermissionResource

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

    GetNiatelemetryInsightGroupDetailsResultRegisteredDevice

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

    GetNiatelemetryInsightGroupDetailsResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetNiatelemetryInsightGroupDetailsResultVersionContext

    GetNiatelemetryInsightGroupDetailsResultVersionContextInterestedMo

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

    GetNiatelemetryInsightGroupDetailsResultVersionContextRefMo

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

    GetNiatelemetryInsightGroupDetailsTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetNiatelemetryInsightGroupDetailsVersionContext

    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<GetNiatelemetryInsightGroupDetailsVersionContextInterestedMo>
    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 GetNiatelemetryInsightGroupDetailsVersionContextRefMo
    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 []GetNiatelemetryInsightGroupDetailsVersionContextInterestedMo
    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 GetNiatelemetryInsightGroupDetailsVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetNiatelemetryInsightGroupDetailsVersionContextInterestedMo>
    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 GetNiatelemetryInsightGroupDetailsVersionContextRefMo
    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 GetNiatelemetryInsightGroupDetailsVersionContextInterestedMo[]
    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 GetNiatelemetryInsightGroupDetailsVersionContextRefMo
    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[GetNiatelemetryInsightGroupDetailsVersionContextInterestedMo]
    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 GetNiatelemetryInsightGroupDetailsVersionContextRefMo
    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.

    GetNiatelemetryInsightGroupDetailsVersionContextInterestedMo

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

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

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

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

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

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

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

    GetNiatelemetryInsightGroupDetailsVersionContextRefMo

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet