# dunebox-port-map

### Arguments

<table><thead><tr><th width="175">Argument</th><th align="center">Type</th><th width="104" align="center">Optional</th><th>Interpretation</th></tr></thead><tbody><tr><td><code>--pretty</code></td><td align="center"><code>flag</code></td><td align="center">Yes</td><td>Pretty prints output. Default is JSON.</td></tr></tbody></table>

### Successful Output

When called without the --pretty flag, the result is a JSON array in which each entry is an object with the following fields:

<table><thead><tr><th width="208" align="center">Field</th><th width="113" align="center">Type</th><th>Intepretation</th></tr></thead><tbody><tr><td align="center"><code>port</code></td><td align="center"><code>uint16</code></td><td>Local port for proxy connection. </td></tr><tr><td align="center"><code>tag</code></td><td align="center"><code>String</code></td><td>Connection parameter, depending on how the connection was made. Can be the <code>asid</code> (if it was specified with <code>dunebox-connect</code> or if the connection was made with <code>dunebox-autoconnect</code>), <code>token</code> (if it was specified with <code>dunebox-connect</code>) or default (if nothing was specified during <code>dunebox-connect</code>)</td></tr><tr><td align="center"><code>status</code></td><td align="center"><code>String</code></td><td>One of <code>online</code>, <code>offline</code> or <code>unauthorized,</code> depending on the connection status.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oda.moreficent.com/command-reference/dunebox-port-map.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
