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

intersight.getSnmpPolicyInventory

Explore with Pulumi AI

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

    Policy to configure SNMP settings on endpoint.

    Using getSnmpPolicyInventory

    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 getSnmpPolicyInventory(args: GetSnmpPolicyInventoryArgs, opts?: InvokeOptions): Promise<GetSnmpPolicyInventoryResult>
    function getSnmpPolicyInventoryOutput(args: GetSnmpPolicyInventoryOutputArgs, opts?: InvokeOptions): Output<GetSnmpPolicyInventoryResult>
    def get_snmp_policy_inventory(access_community_string: Optional[str] = None,
                                  account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetSnmpPolicyInventoryAncestor]] = None,
                                  class_id: Optional[str] = None,
                                  community_access: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  description: Optional[str] = None,
                                  device_mo_id: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  enabled: Optional[bool] = None,
                                  engine_id: Optional[str] = None,
                                  id: Optional[str] = None,
                                  mod_time: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  name: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetSnmpPolicyInventoryParent] = None,
                                  permission_resources: Optional[Sequence[GetSnmpPolicyInventoryPermissionResource]] = None,
                                  shared_scope: Optional[str] = None,
                                  snmp_port: Optional[float] = None,
                                  snmp_traps: Optional[Sequence[GetSnmpPolicyInventorySnmpTrap]] = None,
                                  snmp_users: Optional[Sequence[GetSnmpPolicyInventorySnmpUser]] = None,
                                  sys_contact: Optional[str] = None,
                                  sys_location: Optional[str] = None,
                                  tags: Optional[Sequence[GetSnmpPolicyInventoryTag]] = None,
                                  target_mo: Optional[GetSnmpPolicyInventoryTargetMo] = None,
                                  trap_community: Optional[str] = None,
                                  v2_enabled: Optional[bool] = None,
                                  v3_enabled: Optional[bool] = None,
                                  version_context: Optional[GetSnmpPolicyInventoryVersionContext] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetSnmpPolicyInventoryResult
    def get_snmp_policy_inventory_output(access_community_string: Optional[pulumi.Input[str]] = None,
                                  account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicyInventoryAncestorArgs]]]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  community_access: Optional[pulumi.Input[str]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  description: Optional[pulumi.Input[str]] = None,
                                  device_mo_id: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  enabled: Optional[pulumi.Input[bool]] = None,
                                  engine_id: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  name: 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[GetSnmpPolicyInventoryParentArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicyInventoryPermissionResourceArgs]]]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  snmp_port: Optional[pulumi.Input[float]] = None,
                                  snmp_traps: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicyInventorySnmpTrapArgs]]]] = None,
                                  snmp_users: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicyInventorySnmpUserArgs]]]] = None,
                                  sys_contact: Optional[pulumi.Input[str]] = None,
                                  sys_location: Optional[pulumi.Input[str]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicyInventoryTagArgs]]]] = None,
                                  target_mo: Optional[pulumi.Input[GetSnmpPolicyInventoryTargetMoArgs]] = None,
                                  trap_community: Optional[pulumi.Input[str]] = None,
                                  v2_enabled: Optional[pulumi.Input[bool]] = None,
                                  v3_enabled: Optional[pulumi.Input[bool]] = None,
                                  version_context: Optional[pulumi.Input[GetSnmpPolicyInventoryVersionContextArgs]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetSnmpPolicyInventoryResult]
    func LookupSnmpPolicyInventory(ctx *Context, args *LookupSnmpPolicyInventoryArgs, opts ...InvokeOption) (*LookupSnmpPolicyInventoryResult, error)
    func LookupSnmpPolicyInventoryOutput(ctx *Context, args *LookupSnmpPolicyInventoryOutputArgs, opts ...InvokeOption) LookupSnmpPolicyInventoryResultOutput

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

    public static class GetSnmpPolicyInventory 
    {
        public static Task<GetSnmpPolicyInventoryResult> InvokeAsync(GetSnmpPolicyInventoryArgs args, InvokeOptions? opts = null)
        public static Output<GetSnmpPolicyInventoryResult> Invoke(GetSnmpPolicyInventoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSnmpPolicyInventoryResult> getSnmpPolicyInventory(GetSnmpPolicyInventoryArgs args, InvokeOptions options)
    public static Output<GetSnmpPolicyInventoryResult> getSnmpPolicyInventory(GetSnmpPolicyInventoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getSnmpPolicyInventory:getSnmpPolicyInventory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessCommunityString string
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetSnmpPolicyInventoryAncestor>
    ClassId string
    CommunityAccess string
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    EngineId string
    User-defined unique identification of the static engine.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners List<string>
    Parent GetSnmpPolicyInventoryParent
    PermissionResources List<GetSnmpPolicyInventoryPermissionResource>
    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.
    SnmpPort double
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    SnmpTraps List<GetSnmpPolicyInventorySnmpTrap>
    SnmpUsers List<GetSnmpPolicyInventorySnmpUser>
    SysContact string
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    SysLocation string
    Location of host on which the SNMP agent (server) runs.
    Tags List<GetSnmpPolicyInventoryTag>
    TargetMo GetSnmpPolicyInventoryTargetMo
    TrapCommunity string
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    V2Enabled bool
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    V3Enabled bool
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    VersionContext GetSnmpPolicyInventoryVersionContext
    AccessCommunityString string
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetSnmpPolicyInventoryAncestor
    ClassId string
    CommunityAccess string
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    EngineId string
    User-defined unique identification of the static engine.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners []string
    Parent GetSnmpPolicyInventoryParent
    PermissionResources []GetSnmpPolicyInventoryPermissionResource
    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.
    SnmpPort float64
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    SnmpTraps []GetSnmpPolicyInventorySnmpTrap
    SnmpUsers []GetSnmpPolicyInventorySnmpUser
    SysContact string
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    SysLocation string
    Location of host on which the SNMP agent (server) runs.
    Tags []GetSnmpPolicyInventoryTag
    TargetMo GetSnmpPolicyInventoryTargetMo
    TrapCommunity string
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    V2Enabled bool
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    V3Enabled bool
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    VersionContext GetSnmpPolicyInventoryVersionContext
    accessCommunityString String
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetSnmpPolicyInventoryAncestor>
    classId String
    communityAccess String
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    enabled Boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    engineId String
    User-defined unique identification of the static engine.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parent GetSnmpPolicyInventoryParent
    permissionResources List<GetSnmpPolicyInventoryPermissionResource>
    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.
    snmpPort Double
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    snmpTraps List<GetSnmpPolicyInventorySnmpTrap>
    snmpUsers List<GetSnmpPolicyInventorySnmpUser>
    sysContact String
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    sysLocation String
    Location of host on which the SNMP agent (server) runs.
    tags List<GetSnmpPolicyInventoryTag>
    targetMo GetSnmpPolicyInventoryTargetMo
    trapCommunity String
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    v2Enabled Boolean
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    v3Enabled Boolean
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    versionContext GetSnmpPolicyInventoryVersionContext
    accessCommunityString string
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetSnmpPolicyInventoryAncestor[]
    classId string
    communityAccess string
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    deviceMoId string
    Device ID of the entity from where inventory is reported.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    enabled boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    engineId string
    User-defined unique identification of the static engine.
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the inventoried policy object.
    objectType string
    owners string[]
    parent GetSnmpPolicyInventoryParent
    permissionResources GetSnmpPolicyInventoryPermissionResource[]
    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.
    snmpPort number
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    snmpTraps GetSnmpPolicyInventorySnmpTrap[]
    snmpUsers GetSnmpPolicyInventorySnmpUser[]
    sysContact string
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    sysLocation string
    Location of host on which the SNMP agent (server) runs.
    tags GetSnmpPolicyInventoryTag[]
    targetMo GetSnmpPolicyInventoryTargetMo
    trapCommunity string
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    v2Enabled boolean
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    v3Enabled boolean
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    versionContext GetSnmpPolicyInventoryVersionContext
    access_community_string str
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetSnmpPolicyInventoryAncestor]
    class_id str
    community_access str
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    device_mo_id str
    Device ID of the entity from where inventory is reported.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    engine_id str
    User-defined unique identification of the static engine.
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the inventoried policy object.
    object_type str
    owners Sequence[str]
    parent GetSnmpPolicyInventoryParent
    permission_resources Sequence[GetSnmpPolicyInventoryPermissionResource]
    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.
    snmp_port float
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    snmp_traps Sequence[GetSnmpPolicyInventorySnmpTrap]
    snmp_users Sequence[GetSnmpPolicyInventorySnmpUser]
    sys_contact str
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    sys_location str
    Location of host on which the SNMP agent (server) runs.
    tags Sequence[GetSnmpPolicyInventoryTag]
    target_mo GetSnmpPolicyInventoryTargetMo
    trap_community str
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    v2_enabled bool
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    v3_enabled bool
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    version_context GetSnmpPolicyInventoryVersionContext
    accessCommunityString String
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    communityAccess String
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    enabled Boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    engineId String
    User-defined unique identification of the static engine.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources 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.
    snmpPort Number
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    snmpTraps List<Property Map>
    snmpUsers List<Property Map>
    sysContact String
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    sysLocation String
    Location of host on which the SNMP agent (server) runs.
    tags List<Property Map>
    targetMo Property Map
    trapCommunity String
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    v2Enabled Boolean
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    v3Enabled Boolean
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    versionContext Property Map

    getSnmpPolicyInventory Result

    The following output properties are available:

    Id string
    Results List<GetSnmpPolicyInventoryResult>
    AccessCommunityString string
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetSnmpPolicyInventoryAncestor>
    ClassId string
    CommunityAccess string
    CreateTime string
    Description string
    DeviceMoId string
    DomainGroupMoid string
    Enabled bool
    EngineId string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetSnmpPolicyInventoryParent
    PermissionResources List<GetSnmpPolicyInventoryPermissionResource>
    SharedScope string
    SnmpPort double
    SnmpTraps List<GetSnmpPolicyInventorySnmpTrap>
    SnmpUsers List<GetSnmpPolicyInventorySnmpUser>
    SysContact string
    SysLocation string
    Tags List<GetSnmpPolicyInventoryTag>
    TargetMo GetSnmpPolicyInventoryTargetMo
    TrapCommunity string
    V2Enabled bool
    V3Enabled bool
    VersionContext GetSnmpPolicyInventoryVersionContext
    id String
    results List<GetSnmpPolicyInventoryResult>
    accessCommunityString String
    accountMoid String
    additionalProperties String
    ancestors List<GetSnmpPolicyInventoryAncestor>
    classId String
    communityAccess String
    createTime String
    description String
    deviceMoId String
    domainGroupMoid String
    enabled Boolean
    engineId String
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetSnmpPolicyInventoryParent
    permissionResources List<GetSnmpPolicyInventoryPermissionResource>
    sharedScope String
    snmpPort Double
    snmpTraps List<GetSnmpPolicyInventorySnmpTrap>
    snmpUsers List<GetSnmpPolicyInventorySnmpUser>
    sysContact String
    sysLocation String
    tags List<GetSnmpPolicyInventoryTag>
    targetMo GetSnmpPolicyInventoryTargetMo
    trapCommunity String
    v2Enabled Boolean
    v3Enabled Boolean
    versionContext GetSnmpPolicyInventoryVersionContext
    id str
    results Sequence[GetSnmpPolicyInventoryResult]
    access_community_string str
    account_moid str
    additional_properties str
    ancestors Sequence[GetSnmpPolicyInventoryAncestor]
    class_id str
    community_access str
    create_time str
    description str
    device_mo_id str
    domain_group_moid str
    enabled bool
    engine_id str
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetSnmpPolicyInventoryParent
    permission_resources Sequence[GetSnmpPolicyInventoryPermissionResource]
    shared_scope str
    snmp_port float
    snmp_traps Sequence[GetSnmpPolicyInventorySnmpTrap]
    snmp_users Sequence[GetSnmpPolicyInventorySnmpUser]
    sys_contact str
    sys_location str
    tags Sequence[GetSnmpPolicyInventoryTag]
    target_mo GetSnmpPolicyInventoryTargetMo
    trap_community str
    v2_enabled bool
    v3_enabled bool
    version_context GetSnmpPolicyInventoryVersionContext

    Supporting Types

    GetSnmpPolicyInventoryAncestor

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

    GetSnmpPolicyInventoryParent

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

    GetSnmpPolicyInventoryPermissionResource

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

    GetSnmpPolicyInventoryResult

    AccessCommunityString string
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetSnmpPolicyInventoryResultAncestor>
    ClassId string
    CommunityAccess string
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    EngineId string
    User-defined unique identification of the static engine.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners List<string>
    Parents List<GetSnmpPolicyInventoryResultParent>
    PermissionResources List<GetSnmpPolicyInventoryResultPermissionResource>
    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.
    SnmpPort double
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    SnmpTraps List<GetSnmpPolicyInventoryResultSnmpTrap>
    SnmpUsers List<GetSnmpPolicyInventoryResultSnmpUser>
    SysContact string
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    SysLocation string
    Location of host on which the SNMP agent (server) runs.
    Tags List<GetSnmpPolicyInventoryResultTag>
    TargetMos List<GetSnmpPolicyInventoryResultTargetMo>
    TrapCommunity string
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    V2Enabled bool
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    V3Enabled bool
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    VersionContexts List<GetSnmpPolicyInventoryResultVersionContext>
    AccessCommunityString string
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetSnmpPolicyInventoryResultAncestor
    ClassId string
    CommunityAccess string
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DeviceMoId string
    Device ID of the entity from where inventory is reported.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    EngineId string
    User-defined unique identification of the static engine.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    Owners []string
    Parents []GetSnmpPolicyInventoryResultParent
    PermissionResources []GetSnmpPolicyInventoryResultPermissionResource
    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.
    SnmpPort float64
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    SnmpTraps []GetSnmpPolicyInventoryResultSnmpTrap
    SnmpUsers []GetSnmpPolicyInventoryResultSnmpUser
    SysContact string
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    SysLocation string
    Location of host on which the SNMP agent (server) runs.
    Tags []GetSnmpPolicyInventoryResultTag
    TargetMos []GetSnmpPolicyInventoryResultTargetMo
    TrapCommunity string
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    V2Enabled bool
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    V3Enabled bool
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    VersionContexts []GetSnmpPolicyInventoryResultVersionContext
    accessCommunityString String
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetSnmpPolicyInventoryResultAncestor>
    classId String
    communityAccess String
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    enabled Boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    engineId String
    User-defined unique identification of the static engine.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parents List<GetSnmpPolicyInventoryResultParent>
    permissionResources List<GetSnmpPolicyInventoryResultPermissionResource>
    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.
    snmpPort Double
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    snmpTraps List<GetSnmpPolicyInventoryResultSnmpTrap>
    snmpUsers List<GetSnmpPolicyInventoryResultSnmpUser>
    sysContact String
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    sysLocation String
    Location of host on which the SNMP agent (server) runs.
    tags List<GetSnmpPolicyInventoryResultTag>
    targetMos List<GetSnmpPolicyInventoryResultTargetMo>
    trapCommunity String
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    v2Enabled Boolean
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    v3Enabled Boolean
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    versionContexts List<GetSnmpPolicyInventoryResultVersionContext>
    accessCommunityString string
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetSnmpPolicyInventoryResultAncestor[]
    classId string
    communityAccess string
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    deviceMoId string
    Device ID of the entity from where inventory is reported.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    enabled boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    engineId string
    User-defined unique identification of the static engine.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the inventoried policy object.
    objectType string
    owners string[]
    parents GetSnmpPolicyInventoryResultParent[]
    permissionResources GetSnmpPolicyInventoryResultPermissionResource[]
    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.
    snmpPort number
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    snmpTraps GetSnmpPolicyInventoryResultSnmpTrap[]
    snmpUsers GetSnmpPolicyInventoryResultSnmpUser[]
    sysContact string
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    sysLocation string
    Location of host on which the SNMP agent (server) runs.
    tags GetSnmpPolicyInventoryResultTag[]
    targetMos GetSnmpPolicyInventoryResultTargetMo[]
    trapCommunity string
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    v2Enabled boolean
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    v3Enabled boolean
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    versionContexts GetSnmpPolicyInventoryResultVersionContext[]
    access_community_string str
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetSnmpPolicyInventoryResultAncestor]
    class_id str
    community_access str
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    device_mo_id str
    Device ID of the entity from where inventory is reported.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    engine_id str
    User-defined unique identification of the static engine.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the inventoried policy object.
    object_type str
    owners Sequence[str]
    parents Sequence[GetSnmpPolicyInventoryResultParent]
    permission_resources Sequence[GetSnmpPolicyInventoryResultPermissionResource]
    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.
    snmp_port float
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    snmp_traps Sequence[GetSnmpPolicyInventoryResultSnmpTrap]
    snmp_users Sequence[GetSnmpPolicyInventoryResultSnmpUser]
    sys_contact str
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    sys_location str
    Location of host on which the SNMP agent (server) runs.
    tags Sequence[GetSnmpPolicyInventoryResultTag]
    target_mos Sequence[GetSnmpPolicyInventoryResultTargetMo]
    trap_community str
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    v2_enabled bool
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    v3_enabled bool
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    version_contexts Sequence[GetSnmpPolicyInventoryResultVersionContext]
    accessCommunityString String
    The default SNMPv1, SNMPv2c community name or SNMPv3 username to include on any trap messages sent to the SNMP host. The name can be 32 characters long.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    communityAccess String
    Controls access to the information in the inventory tables. Applicable only for SNMPv1 and SNMPv2c users.* Disabled - Blocks access to the information in the inventory tables.* Limited - Partial access to read the information in the inventory tables.* Full - Full access to read the information in the inventory tables.
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    deviceMoId String
    Device ID of the entity from where inventory is reported.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    enabled Boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    engineId String
    User-defined unique identification of the static engine.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the inventoried policy object.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources 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.
    snmpPort Number
    Port on which Cisco IMC SNMP agent runs. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    snmpTraps List<Property Map>
    snmpUsers List<Property Map>
    sysContact String
    Contact person responsible for the SNMP implementation. Enter a string up to 64 characters, such as an email address or a name and telephone number.
    sysLocation String
    Location of host on which the SNMP agent (server) runs.
    tags List<Property Map>
    targetMos List<Property Map>
    trapCommunity String
    SNMP community group used for sending SNMP trap to other devices. Valid only for SNMPv2c users.
    v2Enabled Boolean
    State of the SNMP v2c on the endpoint. If enabled, the endpoint sends SNMP v2c properties to the designated host.
    v3Enabled Boolean
    State of the SNMP v3 on the endpoint. If enabled, the endpoint sends SNMP v3 properties to the designated host.
    versionContexts List<Property Map>

    GetSnmpPolicyInventoryResultAncestor

    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

    GetSnmpPolicyInventoryResultParent

    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

    GetSnmpPolicyInventoryResultPermissionResource

    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

    GetSnmpPolicyInventoryResultSnmpTrap

    AdditionalProperties string
    ClassId string
    Community string
    Destination string
    Enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    NrVersion string
    ObjectType string
    Port double
    SecurityLevel string
    Type string
    User string
    VrfName string
    AdditionalProperties string
    ClassId string
    Community string
    Destination string
    Enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    NrVersion string
    ObjectType string
    Port float64
    SecurityLevel string
    Type string
    User string
    VrfName string
    additionalProperties String
    classId String
    community String
    destination String
    enabled Boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    nrVersion String
    objectType String
    port Double
    securityLevel String
    type String
    user String
    vrfName String
    additionalProperties string
    classId string
    community string
    destination string
    enabled boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    nrVersion string
    objectType string
    port number
    securityLevel string
    type string
    user string
    vrfName string
    additional_properties str
    class_id str
    community str
    destination str
    enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    nr_version str
    object_type str
    port float
    security_level str
    type str
    user str
    vrf_name str
    additionalProperties String
    classId String
    community String
    destination String
    enabled Boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    nrVersion String
    objectType String
    port Number
    securityLevel String
    type String
    user String
    vrfName String

    GetSnmpPolicyInventoryResultSnmpUser

    AdditionalProperties string
    AuthPassword string
    AuthType string
    ClassId string
    IsAuthPasswordSet bool
    IsPrivacyPasswordSet bool
    Name string
    Name of the inventoried policy object.
    ObjectType string
    PrivacyPassword string
    PrivacyType string
    SecurityLevel string
    AdditionalProperties string
    AuthPassword string
    AuthType string
    ClassId string
    IsAuthPasswordSet bool
    IsPrivacyPasswordSet bool
    Name string
    Name of the inventoried policy object.
    ObjectType string
    PrivacyPassword string
    PrivacyType string
    SecurityLevel string
    additionalProperties String
    authPassword String
    authType String
    classId String
    isAuthPasswordSet Boolean
    isPrivacyPasswordSet Boolean
    name String
    Name of the inventoried policy object.
    objectType String
    privacyPassword String
    privacyType String
    securityLevel String
    additionalProperties string
    authPassword string
    authType string
    classId string
    isAuthPasswordSet boolean
    isPrivacyPasswordSet boolean
    name string
    Name of the inventoried policy object.
    objectType string
    privacyPassword string
    privacyType string
    securityLevel string
    additionalProperties String
    authPassword String
    authType String
    classId String
    isAuthPasswordSet Boolean
    isPrivacyPasswordSet Boolean
    name String
    Name of the inventoried policy object.
    objectType String
    privacyPassword String
    privacyType String
    securityLevel String

    GetSnmpPolicyInventoryResultTag

    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

    GetSnmpPolicyInventoryResultTargetMo

    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

    GetSnmpPolicyInventoryResultVersionContext

    GetSnmpPolicyInventoryResultVersionContextInterestedMo

    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

    GetSnmpPolicyInventoryResultVersionContextRefMo

    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

    GetSnmpPolicyInventorySnmpTrap

    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.
    Community string
    SNMP community group used for sending SNMP trap to other devices. Applicable only for SNMP v2c.
    Destination string
    Address to which the SNMP trap information is sent.
    Enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    NrVersion string
    SNMP version used for the trap.

    • V3 - SNMP v3 trap version notifications.
    • V1 - SNMP v1 trap version notifications.
    • V2 - SNMP v2 trap version notifications.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Port double
    Port used by the server to communicate with the trap destination. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    SecurityLevel string
    Security level of the trap receiver used for communication.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    Type string
    Type of trap which decides whether to receive a notification when a trap is received at the destination.

    • Trap - Do not receive notifications when trap is sent to the destination.
    • Inform - Receive notifications when trap is sent to the destination. This option is valid only for V2 users.
    User string
    SNMP user for the trap. Applicable only to SNMPv3.
    VrfName string
    VRF name of the SNMP server.
    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.
    Community string
    SNMP community group used for sending SNMP trap to other devices. Applicable only for SNMP v2c.
    Destination string
    Address to which the SNMP trap information is sent.
    Enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    NrVersion string
    SNMP version used for the trap.

    • V3 - SNMP v3 trap version notifications.
    • V1 - SNMP v1 trap version notifications.
    • V2 - SNMP v2 trap version notifications.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Port float64
    Port used by the server to communicate with the trap destination. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    SecurityLevel string
    Security level of the trap receiver used for communication.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    Type string
    Type of trap which decides whether to receive a notification when a trap is received at the destination.

    • Trap - Do not receive notifications when trap is sent to the destination.
    • Inform - Receive notifications when trap is sent to the destination. This option is valid only for V2 users.
    User string
    SNMP user for the trap. Applicable only to SNMPv3.
    VrfName string
    VRF name of the SNMP server.
    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.
    community String
    SNMP community group used for sending SNMP trap to other devices. Applicable only for SNMP v2c.
    destination String
    Address to which the SNMP trap information is sent.
    enabled Boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    nrVersion String
    SNMP version used for the trap.

    • V3 - SNMP v3 trap version notifications.
    • V1 - SNMP v1 trap version notifications.
    • V2 - SNMP v2 trap version notifications.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    port Double
    Port used by the server to communicate with the trap destination. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    securityLevel String
    Security level of the trap receiver used for communication.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    type String
    Type of trap which decides whether to receive a notification when a trap is received at the destination.

    • Trap - Do not receive notifications when trap is sent to the destination.
    • Inform - Receive notifications when trap is sent to the destination. This option is valid only for V2 users.
    user String
    SNMP user for the trap. Applicable only to SNMPv3.
    vrfName String
    VRF name of the SNMP server.
    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.
    community string
    SNMP community group used for sending SNMP trap to other devices. Applicable only for SNMP v2c.
    destination string
    Address to which the SNMP trap information is sent.
    enabled boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    nrVersion string
    SNMP version used for the trap.

    • V3 - SNMP v3 trap version notifications.
    • V1 - SNMP v1 trap version notifications.
    • V2 - SNMP v2 trap version notifications.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    port number
    Port used by the server to communicate with the trap destination. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    securityLevel string
    Security level of the trap receiver used for communication.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    type string
    Type of trap which decides whether to receive a notification when a trap is received at the destination.

    • Trap - Do not receive notifications when trap is sent to the destination.
    • Inform - Receive notifications when trap is sent to the destination. This option is valid only for V2 users.
    user string
    SNMP user for the trap. Applicable only to SNMPv3.
    vrfName string
    VRF name of the SNMP server.
    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.
    community str
    SNMP community group used for sending SNMP trap to other devices. Applicable only for SNMP v2c.
    destination str
    Address to which the SNMP trap information is sent.
    enabled bool
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    nr_version str
    SNMP version used for the trap.

    • V3 - SNMP v3 trap version notifications.
    • V1 - SNMP v1 trap version notifications.
    • V2 - SNMP v2 trap version notifications.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    port float
    Port used by the server to communicate with the trap destination. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    security_level str
    Security level of the trap receiver used for communication.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    type str
    Type of trap which decides whether to receive a notification when a trap is received at the destination.

    • Trap - Do not receive notifications when trap is sent to the destination.
    • Inform - Receive notifications when trap is sent to the destination. This option is valid only for V2 users.
    user str
    SNMP user for the trap. Applicable only to SNMPv3.
    vrf_name str
    VRF name of the SNMP server.
    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.
    community String
    SNMP community group used for sending SNMP trap to other devices. Applicable only for SNMP v2c.
    destination String
    Address to which the SNMP trap information is sent.
    enabled Boolean
    State of the SNMP Policy on the endpoint. If enabled, the endpoint sends SNMP traps to the designated host.
    nrVersion String
    SNMP version used for the trap.

    • V3 - SNMP v3 trap version notifications.
    • V1 - SNMP v1 trap version notifications.
    • V2 - SNMP v2 trap version notifications.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    port Number
    Port used by the server to communicate with the trap destination. Enter a value between 1-65535. Reserved ports not allowed (22, 23, 80, 123, 389, 443, 623, 636, 2068, 3268, 3269).
    securityLevel String
    Security level of the trap receiver used for communication.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    type String
    Type of trap which decides whether to receive a notification when a trap is received at the destination.

    • Trap - Do not receive notifications when trap is sent to the destination.
    • Inform - Receive notifications when trap is sent to the destination. This option is valid only for V2 users.
    user String
    SNMP user for the trap. Applicable only to SNMPv3.
    vrfName String
    VRF name of the SNMP server.

    GetSnmpPolicyInventorySnmpUser

    AdditionalProperties string
    AuthPassword string
    Authorization password for the user.
    AuthType string
    Authorization protocol for authenticating the user.

    • NA - Authentication protocol is not applicable.
    • MD5 - MD5 protocol is used to authenticate SNMP user.
    • SHA - SHA protocol is used to authenticate SNMP user.
    • SHA-224 - SHA-224 protocol is used to authenticate SNMP user.
    • SHA-256 - SHA-256 protocol is used to authenticate SNMP user.
    • SHA-384 - SHA-384 protocol is used to authenticate SNMP user.
    • SHA-512 - SHA-512 protocol is used to authenticate SNMP user.
    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.
    IsAuthPasswordSet bool
    Indicates whether the value of the 'authPassword' property has been set.
    IsPrivacyPasswordSet bool
    Indicates whether the value of the 'privacyPassword' property has been set.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PrivacyPassword string
    Privacy password for the user.
    PrivacyType string
    Privacy protocol for the user.

    • NA - Privacy protocol is not applicable.
    • DES - DES privacy protocol is used for SNMP user.
    • AES - AES privacy protocol is used for SNMP user.
    SecurityLevel string
    Security mechanism used for communication between agent and manager.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    AdditionalProperties string
    AuthPassword string
    Authorization password for the user.
    AuthType string
    Authorization protocol for authenticating the user.

    • NA - Authentication protocol is not applicable.
    • MD5 - MD5 protocol is used to authenticate SNMP user.
    • SHA - SHA protocol is used to authenticate SNMP user.
    • SHA-224 - SHA-224 protocol is used to authenticate SNMP user.
    • SHA-256 - SHA-256 protocol is used to authenticate SNMP user.
    • SHA-384 - SHA-384 protocol is used to authenticate SNMP user.
    • SHA-512 - SHA-512 protocol is used to authenticate SNMP user.
    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.
    IsAuthPasswordSet bool
    Indicates whether the value of the 'authPassword' property has been set.
    IsPrivacyPasswordSet bool
    Indicates whether the value of the 'privacyPassword' property has been set.
    Name string
    Name of the inventoried policy object.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PrivacyPassword string
    Privacy password for the user.
    PrivacyType string
    Privacy protocol for the user.

    • NA - Privacy protocol is not applicable.
    • DES - DES privacy protocol is used for SNMP user.
    • AES - AES privacy protocol is used for SNMP user.
    SecurityLevel string
    Security mechanism used for communication between agent and manager.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    additionalProperties String
    authPassword String
    Authorization password for the user.
    authType String
    Authorization protocol for authenticating the user.

    • NA - Authentication protocol is not applicable.
    • MD5 - MD5 protocol is used to authenticate SNMP user.
    • SHA - SHA protocol is used to authenticate SNMP user.
    • SHA-224 - SHA-224 protocol is used to authenticate SNMP user.
    • SHA-256 - SHA-256 protocol is used to authenticate SNMP user.
    • SHA-384 - SHA-384 protocol is used to authenticate SNMP user.
    • SHA-512 - SHA-512 protocol is used to authenticate SNMP user.
    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.
    isAuthPasswordSet Boolean
    Indicates whether the value of the 'authPassword' property has been set.
    isPrivacyPasswordSet Boolean
    Indicates whether the value of the 'privacyPassword' property has been set.
    name String
    Name of the inventoried policy object.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privacyPassword String
    Privacy password for the user.
    privacyType String
    Privacy protocol for the user.

    • NA - Privacy protocol is not applicable.
    • DES - DES privacy protocol is used for SNMP user.
    • AES - AES privacy protocol is used for SNMP user.
    securityLevel String
    Security mechanism used for communication between agent and manager.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    additionalProperties string
    authPassword string
    Authorization password for the user.
    authType string
    Authorization protocol for authenticating the user.

    • NA - Authentication protocol is not applicable.
    • MD5 - MD5 protocol is used to authenticate SNMP user.
    • SHA - SHA protocol is used to authenticate SNMP user.
    • SHA-224 - SHA-224 protocol is used to authenticate SNMP user.
    • SHA-256 - SHA-256 protocol is used to authenticate SNMP user.
    • SHA-384 - SHA-384 protocol is used to authenticate SNMP user.
    • SHA-512 - SHA-512 protocol is used to authenticate SNMP user.
    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.
    isAuthPasswordSet boolean
    Indicates whether the value of the 'authPassword' property has been set.
    isPrivacyPasswordSet boolean
    Indicates whether the value of the 'privacyPassword' property has been set.
    name string
    Name of the inventoried policy object.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privacyPassword string
    Privacy password for the user.
    privacyType string
    Privacy protocol for the user.

    • NA - Privacy protocol is not applicable.
    • DES - DES privacy protocol is used for SNMP user.
    • AES - AES privacy protocol is used for SNMP user.
    securityLevel string
    Security mechanism used for communication between agent and manager.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    additional_properties str
    auth_password str
    Authorization password for the user.
    auth_type str
    Authorization protocol for authenticating the user.

    • NA - Authentication protocol is not applicable.
    • MD5 - MD5 protocol is used to authenticate SNMP user.
    • SHA - SHA protocol is used to authenticate SNMP user.
    • SHA-224 - SHA-224 protocol is used to authenticate SNMP user.
    • SHA-256 - SHA-256 protocol is used to authenticate SNMP user.
    • SHA-384 - SHA-384 protocol is used to authenticate SNMP user.
    • SHA-512 - SHA-512 protocol is used to authenticate SNMP user.
    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.
    is_auth_password_set bool
    Indicates whether the value of the 'authPassword' property has been set.
    is_privacy_password_set bool
    Indicates whether the value of the 'privacyPassword' property has been set.
    name str
    Name of the inventoried policy object.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privacy_password str
    Privacy password for the user.
    privacy_type str
    Privacy protocol for the user.

    • NA - Privacy protocol is not applicable.
    • DES - DES privacy protocol is used for SNMP user.
    • AES - AES privacy protocol is used for SNMP user.
    security_level str
    Security mechanism used for communication between agent and manager.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.
    additionalProperties String
    authPassword String
    Authorization password for the user.
    authType String
    Authorization protocol for authenticating the user.

    • NA - Authentication protocol is not applicable.
    • MD5 - MD5 protocol is used to authenticate SNMP user.
    • SHA - SHA protocol is used to authenticate SNMP user.
    • SHA-224 - SHA-224 protocol is used to authenticate SNMP user.
    • SHA-256 - SHA-256 protocol is used to authenticate SNMP user.
    • SHA-384 - SHA-384 protocol is used to authenticate SNMP user.
    • SHA-512 - SHA-512 protocol is used to authenticate SNMP user.
    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.
    isAuthPasswordSet Boolean
    Indicates whether the value of the 'authPassword' property has been set.
    isPrivacyPasswordSet Boolean
    Indicates whether the value of the 'privacyPassword' property has been set.
    name String
    Name of the inventoried policy object.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    privacyPassword String
    Privacy password for the user.
    privacyType String
    Privacy protocol for the user.

    • NA - Privacy protocol is not applicable.
    • DES - DES privacy protocol is used for SNMP user.
    • AES - AES privacy protocol is used for SNMP user.
    securityLevel String
    Security mechanism used for communication between agent and manager.

    • AuthPriv - The user requires both an authorization password and a privacy password.
    • NoAuthNoPriv - The user does not require an authorization or privacy password.
    • AuthNoPriv - The user requires an authorization password but not a privacy password.

    GetSnmpPolicyInventoryTag

    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.

    GetSnmpPolicyInventoryTargetMo

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

    GetSnmpPolicyInventoryVersionContext

    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<GetSnmpPolicyInventoryVersionContextInterestedMo>
    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 GetSnmpPolicyInventoryVersionContextRefMo
    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 []GetSnmpPolicyInventoryVersionContextInterestedMo
    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 GetSnmpPolicyInventoryVersionContextRefMo
    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<GetSnmpPolicyInventoryVersionContextInterestedMo>
    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 GetSnmpPolicyInventoryVersionContextRefMo
    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 GetSnmpPolicyInventoryVersionContextInterestedMo[]
    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 GetSnmpPolicyInventoryVersionContextRefMo
    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[GetSnmpPolicyInventoryVersionContextInterestedMo]
    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 GetSnmpPolicyInventoryVersionContextRefMo
    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.

    GetSnmpPolicyInventoryVersionContextInterestedMo

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

    GetSnmpPolicyInventoryVersionContextRefMo

    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