---
title: "Split the numerical OID into the object OID and instance OID."
method: GET
path: "/mimic/agent/{agentNum}/value/split/{OID}"
tags: ["Valuespace"]
---

# Split the numerical OID into the object OID and instance OID.

`GET /mimic/agent/{agentNum}/value/split/{OID}`

This is useful if you have an OID which is a combination of object and instance.

## Path parameters

- `agentNum` integer, required
- `OID` 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)
