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

intersight.getSnmpPolicy

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 getSnmpPolicy

    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 getSnmpPolicy(args: GetSnmpPolicyArgs, opts?: InvokeOptions): Promise<GetSnmpPolicyResult>
    function getSnmpPolicyOutput(args: GetSnmpPolicyOutputArgs, opts?: InvokeOptions): Output<GetSnmpPolicyResult>
    def get_snmp_policy(access_community_string: Optional[str] = None,
                        account_moid: Optional[str] = None,
                        additional_properties: Optional[str] = None,
                        ancestors: Optional[Sequence[GetSnmpPolicyAncestor]] = None,
                        class_id: Optional[str] = None,
                        community_access: Optional[str] = None,
                        create_time: Optional[str] = None,
                        description: 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,
                        organization: Optional[GetSnmpPolicyOrganization] = None,
                        owners: Optional[Sequence[str]] = None,
                        parent: Optional[GetSnmpPolicyParent] = None,
                        permission_resources: Optional[Sequence[GetSnmpPolicyPermissionResource]] = None,
                        profiles: Optional[Sequence[GetSnmpPolicyProfile]] = None,
                        shared_scope: Optional[str] = None,
                        snmp_port: Optional[float] = None,
                        snmp_traps: Optional[Sequence[GetSnmpPolicySnmpTrap]] = None,
                        snmp_users: Optional[Sequence[GetSnmpPolicySnmpUser]] = None,
                        sys_contact: Optional[str] = None,
                        sys_location: Optional[str] = None,
                        tags: Optional[Sequence[GetSnmpPolicyTag]] = None,
                        trap_community: Optional[str] = None,
                        v2_enabled: Optional[bool] = None,
                        v3_enabled: Optional[bool] = None,
                        version_context: Optional[GetSnmpPolicyVersionContext] = None,
                        opts: Optional[InvokeOptions] = None) -> GetSnmpPolicyResult
    def get_snmp_policy_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[GetSnmpPolicyAncestorArgs]]]] = 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,
                        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,
                        organization: Optional[pulumi.Input[GetSnmpPolicyOrganizationArgs]] = None,
                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                        parent: Optional[pulumi.Input[GetSnmpPolicyParentArgs]] = None,
                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicyPermissionResourceArgs]]]] = None,
                        profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicyProfileArgs]]]] = None,
                        shared_scope: Optional[pulumi.Input[str]] = None,
                        snmp_port: Optional[pulumi.Input[float]] = None,
                        snmp_traps: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicySnmpTrapArgs]]]] = None,
                        snmp_users: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicySnmpUserArgs]]]] = None,
                        sys_contact: Optional[pulumi.Input[str]] = None,
                        sys_location: Optional[pulumi.Input[str]] = None,
                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSnmpPolicyTagArgs]]]] = 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[GetSnmpPolicyVersionContextArgs]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetSnmpPolicyResult]
    func LookupSnmpPolicy(ctx *Context, args *LookupSnmpPolicyArgs, opts ...InvokeOption) (*LookupSnmpPolicyResult, error)
    func LookupSnmpPolicyOutput(ctx *Context, args *LookupSnmpPolicyOutputArgs, opts ...InvokeOption) LookupSnmpPolicyResultOutput

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

    public static class GetSnmpPolicy 
    {
        public static Task<GetSnmpPolicyResult> InvokeAsync(GetSnmpPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetSnmpPolicyResult> Invoke(GetSnmpPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSnmpPolicyResult> getSnmpPolicy(GetSnmpPolicyArgs args, InvokeOptions options)
    public static Output<GetSnmpPolicyResult> getSnmpPolicy(GetSnmpPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getSnmpPolicy:getSnmpPolicy
      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<GetSnmpPolicyAncestor>
    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.
    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 concrete policy.
    ObjectType string
    Organization GetSnmpPolicyOrganization
    Owners List<string>
    Parent GetSnmpPolicyParent
    PermissionResources List<GetSnmpPolicyPermissionResource>
    Profiles List<GetSnmpPolicyProfile>
    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<GetSnmpPolicySnmpTrap>
    SnmpUsers List<GetSnmpPolicySnmpUser>
    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<GetSnmpPolicyTag>
    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 GetSnmpPolicyVersionContext
    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 []GetSnmpPolicyAncestor
    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.
    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 concrete policy.
    ObjectType string
    Organization GetSnmpPolicyOrganization
    Owners []string
    Parent GetSnmpPolicyParent
    PermissionResources []GetSnmpPolicyPermissionResource
    Profiles []GetSnmpPolicyProfile
    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 []GetSnmpPolicySnmpTrap
    SnmpUsers []GetSnmpPolicySnmpUser
    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 []GetSnmpPolicyTag
    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 GetSnmpPolicyVersionContext
    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<GetSnmpPolicyAncestor>
    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.
    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 concrete policy.
    objectType String
    organization GetSnmpPolicyOrganization
    owners List<String>
    parent GetSnmpPolicyParent
    permissionResources List<GetSnmpPolicyPermissionResource>
    profiles List<GetSnmpPolicyProfile>
    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<GetSnmpPolicySnmpTrap>
    snmpUsers List<GetSnmpPolicySnmpUser>
    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<GetSnmpPolicyTag>
    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 GetSnmpPolicyVersionContext
    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 GetSnmpPolicyAncestor[]
    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.
    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 concrete policy.
    objectType string
    organization GetSnmpPolicyOrganization
    owners string[]
    parent GetSnmpPolicyParent
    permissionResources GetSnmpPolicyPermissionResource[]
    profiles GetSnmpPolicyProfile[]
    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 GetSnmpPolicySnmpTrap[]
    snmpUsers GetSnmpPolicySnmpUser[]
    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 GetSnmpPolicyTag[]
    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 GetSnmpPolicyVersionContext
    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[GetSnmpPolicyAncestor]
    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.
    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 concrete policy.
    object_type str
    organization GetSnmpPolicyOrganization
    owners Sequence[str]
    parent GetSnmpPolicyParent
    permission_resources Sequence[GetSnmpPolicyPermissionResource]
    profiles Sequence[GetSnmpPolicyProfile]
    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[GetSnmpPolicySnmpTrap]
    snmp_users Sequence[GetSnmpPolicySnmpUser]
    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[GetSnmpPolicyTag]
    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 GetSnmpPolicyVersionContext
    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.
    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 concrete policy.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    profiles 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>
    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

    getSnmpPolicy Result

    The following output properties are available:

    Supporting Types

    GetSnmpPolicyAncestor

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

    GetSnmpPolicyOrganization

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

    GetSnmpPolicyParent

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

    GetSnmpPolicyPermissionResource

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

    GetSnmpPolicyProfile

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

    GetSnmpPolicyResult

    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<GetSnmpPolicyResultAncestor>
    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.
    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 concrete policy.
    ObjectType string
    Organizations List<GetSnmpPolicyResultOrganization>
    Owners List<string>
    Parents List<GetSnmpPolicyResultParent>
    PermissionResources List<GetSnmpPolicyResultPermissionResource>
    Profiles List<GetSnmpPolicyResultProfile>
    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<GetSnmpPolicyResultSnmpTrap>
    SnmpUsers List<GetSnmpPolicyResultSnmpUser>
    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<GetSnmpPolicyResultTag>
    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<GetSnmpPolicyResultVersionContext>
    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 []GetSnmpPolicyResultAncestor
    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.
    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 concrete policy.
    ObjectType string
    Organizations []GetSnmpPolicyResultOrganization
    Owners []string
    Parents []GetSnmpPolicyResultParent
    PermissionResources []GetSnmpPolicyResultPermissionResource
    Profiles []GetSnmpPolicyResultProfile
    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 []GetSnmpPolicyResultSnmpTrap
    SnmpUsers []GetSnmpPolicyResultSnmpUser
    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 []GetSnmpPolicyResultTag
    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 []GetSnmpPolicyResultVersionContext
    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<GetSnmpPolicyResultAncestor>
    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.
    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 concrete policy.
    objectType String
    organizations List<GetSnmpPolicyResultOrganization>
    owners List<String>
    parents List<GetSnmpPolicyResultParent>
    permissionResources List<GetSnmpPolicyResultPermissionResource>
    profiles List<GetSnmpPolicyResultProfile>
    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<GetSnmpPolicyResultSnmpTrap>
    snmpUsers List<GetSnmpPolicyResultSnmpUser>
    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<GetSnmpPolicyResultTag>
    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<GetSnmpPolicyResultVersionContext>
    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 GetSnmpPolicyResultAncestor[]
    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.
    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 concrete policy.
    objectType string
    organizations GetSnmpPolicyResultOrganization[]
    owners string[]
    parents GetSnmpPolicyResultParent[]
    permissionResources GetSnmpPolicyResultPermissionResource[]
    profiles GetSnmpPolicyResultProfile[]
    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 GetSnmpPolicyResultSnmpTrap[]
    snmpUsers GetSnmpPolicyResultSnmpUser[]
    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 GetSnmpPolicyResultTag[]
    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 GetSnmpPolicyResultVersionContext[]
    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[GetSnmpPolicyResultAncestor]
    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.
    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 concrete policy.
    object_type str
    organizations Sequence[GetSnmpPolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetSnmpPolicyResultParent]
    permission_resources Sequence[GetSnmpPolicyResultPermissionResource]
    profiles Sequence[GetSnmpPolicyResultProfile]
    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[GetSnmpPolicyResultSnmpTrap]
    snmp_users Sequence[GetSnmpPolicyResultSnmpUser]
    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[GetSnmpPolicyResultTag]
    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[GetSnmpPolicyResultVersionContext]
    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.
    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 concrete policy.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    profiles 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>
    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>

    GetSnmpPolicyResultAncestor

    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

    GetSnmpPolicyResultOrganization

    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

    GetSnmpPolicyResultParent

    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

    GetSnmpPolicyResultPermissionResource

    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

    GetSnmpPolicyResultProfile

    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

    GetSnmpPolicyResultSnmpTrap

    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

    GetSnmpPolicyResultSnmpUser

    AdditionalProperties string
    AuthPassword string
    AuthType string
    ClassId string
    IsAuthPasswordSet bool
    IsPrivacyPasswordSet bool
    Name string
    Name of the concrete policy.
    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 concrete policy.
    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 concrete policy.
    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 concrete policy.
    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 concrete policy.
    objectType String
    privacyPassword String
    privacyType String
    securityLevel String

    GetSnmpPolicyResultTag

    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

    GetSnmpPolicyResultVersionContext

    GetSnmpPolicyResultVersionContextInterestedMo

    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

    GetSnmpPolicyResultVersionContextRefMo

    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

    GetSnmpPolicySnmpTrap

    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.

    GetSnmpPolicySnmpUser

    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 concrete policy.
    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 concrete policy.
    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 concrete policy.
    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 concrete policy.
    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 concrete policy.
    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 concrete policy.
    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.

    GetSnmpPolicyTag

    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.

    GetSnmpPolicyVersionContext

    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<GetSnmpPolicyVersionContextInterestedMo>
    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 GetSnmpPolicyVersionContextRefMo
    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 []GetSnmpPolicyVersionContextInterestedMo
    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 GetSnmpPolicyVersionContextRefMo
    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<GetSnmpPolicyVersionContextInterestedMo>
    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 GetSnmpPolicyVersionContextRefMo
    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 GetSnmpPolicyVersionContextInterestedMo[]
    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 GetSnmpPolicyVersionContextRefMo
    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[GetSnmpPolicyVersionContextInterestedMo]
    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 GetSnmpPolicyVersionContextRefMo
    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.

    GetSnmpPolicyVersionContextInterestedMo

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

    GetSnmpPolicyVersionContextRefMo

    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