---
title: "SNMP SET validation policy"
method: PUT
path: "/mimic/agent/{agentNum}/set/validate/{validate}"
tags: ["Agent"]
---

# SNMP SET validation policy

`PUT /mimic/agent/{agentNum}/set/validate/{validate}`

Is a bitmask in which with the following bits (from LSB) check for type, length, range, access. A default value of 65535 does all validation checking.

## Path parameters

- `agentNum` integer, required
- `validate` integer, required

## Response `200`

successful operation

- integer

## Other responses

- `400` — Invalid agent number value

---

[API](https://skmtc.net/gambitcomm/apis/mimic-rest-api.md) · [All operations](https://skmtc.net/gambitcomm/apis/mimic-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gambitcomm/mimic-rest-api/versions/eb67c54e9ec9/schema)
