RIR: RIR
The RIR entity: Regional Internet Registry that allocates IP address blocks and ASNs.
Default definition. This article describes the default
RIR definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches RIR.Entity properties
| Property | Value |
|---|---|
| Entity code | RIR |
| Display name | RIR |
| Plural | RIRs |
| Level | 41500 |
Use cases
RIR is a simple lookup entity representing the five Regional Internet Registries (ARIN, RIPE NCC, APNIC, LACNIC, AfriNIC) plus private/RFC1918 for internal use. RIRs are referenced by AGGREGATE records to track which registry allocated each top-level IP block. This is primarily a documentation and compliance aid - knowing which RIR governs an address block determines the registration database, transfer policies, and abuse contacts.
Fields
RIR Details
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | e.g., ARIN, RIPE NCC, APNIC, LACNIC, AfriNIC, RFC 1918 |
description | text (multi-line) | Description | |
url | text (URL) | Website |
Relationships
- Related lists:
AGGREGATE(formatobjectRef).
Creating a RIR via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "RIR",
"level": 41500,
"comboKey": "SUB:|ENT:",
"name": "Example name",
"description": "Example Description",
"url": "https://example.com"
}
Listing RIRs records
GET /v1/entities/RIR/SUB