# Models

## The gladAddIPSpec object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladAddIPSpec":{"type":"object","properties":{"expires":{"type":"string","description":"Expiry date in RFC3339Z format."},"ip":{"type":"string","description":"IP v4 address"},"prefix":{"type":"integer","format":"int64","description":"Any network prefix that is > 8 and <= 32"}}}}}}
```

## The gladArmor object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladArmor":{"type":"object","properties":{"ip":{"type":"string"},"prefix":{"type":"integer","format":"int64"},"description":{"type":"string"},"tenant-id":{"type":"integer","format":"int64"},"enabled":{"type":"boolean"},"ports":{"type":"array","items":{"type":"string"}},"prevention-mode":{"type":"boolean"},"tcp-established":{"type":"boolean"},"protocol":{"type":"string"},"udp-gl-pps":{"type":"string","format":"uint64"},"tcp-gl-pps":{"type":"string","format":"uint64"},"dpi-profile":{"type":"string"},"reject-src-port-1024":{"type":"boolean"}}}}}}
```

## The gladArmorList object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladArmorList":{"type":"object","properties":{"armors":{"type":"array","items":{"type":"object","$ref":"#/components/schemas/gladArmor"}}}},"gladArmor":{"type":"object","properties":{"ip":{"type":"string"},"prefix":{"type":"integer","format":"int64"},"description":{"type":"string"},"tenant-id":{"type":"integer","format":"int64"},"enabled":{"type":"boolean"},"ports":{"type":"array","items":{"type":"string"}},"prevention-mode":{"type":"boolean"},"tcp-established":{"type":"boolean"},"protocol":{"type":"string"},"udp-gl-pps":{"type":"string","format":"uint64"},"tcp-gl-pps":{"type":"string","format":"uint64"},"dpi-profile":{"type":"string"},"reject-src-port-1024":{"type":"boolean"}}}}}}
```

## The gladCapabilities object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladCapabilities":{"type":"object","properties":{"caps":{"type":"array","items":{"type":"string"}}}}}}}
```

## The gladIP object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladIP":{"type":"object","properties":{"ip":{"type":"string"},"prefix":{"type":"integer","format":"int64"},"listId":{"type":"integer","format":"int64"},"updated":{"type":"string"},"expires":{"type":"string"}}}}}}
```

## The gladIPList object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladIPList":{"type":"object","properties":{"ips":{"type":"array","items":{"type":"object","$ref":"#/components/schemas/gladIP"}}}},"gladIP":{"type":"object","properties":{"ip":{"type":"string"},"prefix":{"type":"integer","format":"int64"},"listId":{"type":"integer","format":"int64"},"updated":{"type":"string"},"expires":{"type":"string"}}}}}}
```

## The gladList object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladList":{"type":"object","properties":{"name":{"type":"string"},"listID":{"type":"integer","format":"int64"},"clientID":{"type":"string"},"description":{"type":"string"},"maxItems":{"type":"integer","format":"int64"},"items":{"type":"integer","format":"int64"},"wardenWhitelist":{"type":"integer","format":"int64"},"wardenBlacklist":{"type":"integer","format":"int64"}}}}}}
```

## The gladLists object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladLists":{"type":"object","properties":{"lists":{"type":"array","items":{"type":"object","$ref":"#/components/schemas/gladList"}}}},"gladList":{"type":"object","properties":{"name":{"type":"string"},"listID":{"type":"integer","format":"int64"},"clientID":{"type":"string"},"description":{"type":"string"},"maxItems":{"type":"integer","format":"int64"},"items":{"type":"integer","format":"int64"},"wardenWhitelist":{"type":"integer","format":"int64"},"wardenBlacklist":{"type":"integer","format":"int64"}}}}}}
```

## The gladProject object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladProject":{"type":"object","properties":{"name":{"type":"string"},"services":{"type":"array","items":{"type":"object","$ref":"#/components/schemas/gladService"}}}},"gladService":{"type":"object","properties":{"serviceId":{"type":"string"},"serviceType":{"type":"string"},"capabilities":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/gladCapabilities"}}}},"gladCapabilities":{"type":"object","properties":{"caps":{"type":"array","items":{"type":"string"}}}}}}}
```

## The gladService object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladService":{"type":"object","properties":{"serviceId":{"type":"string"},"serviceType":{"type":"string"},"capabilities":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/gladCapabilities"}}}},"gladCapabilities":{"type":"object","properties":{"caps":{"type":"array","items":{"type":"string"}}}}}}}
```

## The gladWhoamiResp object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"gladWhoamiResp":{"type":"object","properties":{"clientId":{"type":"string"},"OIDProviderClientId":{"type":"string"},"isStaffAccount":{"type":"boolean"},"jti":{"type":"string"},"exp":{"type":"string","format":"uint64"},"iat":{"type":"string","format":"uint64"},"email":{"type":"string"},"organizationId":{"type":"string"},"knumber":{"type":"string"},"projects":{"type":"array","items":{"type":"object","$ref":"#/components/schemas/gladProject"}}}},"gladProject":{"type":"object","properties":{"name":{"type":"string"},"services":{"type":"array","items":{"type":"object","$ref":"#/components/schemas/gladService"}}}},"gladService":{"type":"object","properties":{"serviceId":{"type":"string"},"serviceType":{"type":"string"},"capabilities":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/gladCapabilities"}}}},"gladCapabilities":{"type":"object","properties":{"caps":{"type":"array","items":{"type":"string"}}}}}}}
```

## The protobufAny object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"protobufAny":{"type":"object","properties":{"@type":{"type":"string"}},"additionalProperties":{}}}}}
```

## The rpcStatus object

```json
{"openapi":"3.1.1","info":{"title":"Glad API","version":"1507903009/094039ee"},"components":{"schemas":{"rpcStatus":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"details":{"type":"array","items":{"type":"object","$ref":"#/components/schemas/protobufAny"}}}},"protobufAny":{"type":"object","properties":{"@type":{"type":"string"}},"additionalProperties":{}}}}}
```


---

# 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://docs.i3d.net/api-references/glad/models.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.
