---
title: "Add an entry to a table."
method: POST
path: "/mimic/agent/{agentNum}/value/add/{object}/{instance}"
tags: ["Valuespace"]
---

# Add an entry to a table.

`POST /mimic/agent/{agentNum}/value/add/{object}/{instance}`

The object needs to specify the MIB object with the INDEX clause, usually an object whose name ends with Entry.

## Path parameters

- `agentNum` integer, required
- `object` string, required
- `instance` string, required

## Response `200`

successful operation

- string

## Other responses

- `400` — Invalid agent number value

---

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