Referentie - Yocto Onoma API (v1)
Base URI:
https://onoma.yoctoapi.com/v1
Version:
v1
Endpoints:
GET
/contacts
Get all contacts
POST
/contacts
Create new contact
GET
/contacts/{contact}
Get contact by ID
PATCH
/contacts/{contact}
Update existing contact
DELETE
/contacts/{contact}
Delete existing contact
GET
/domains
Get all domains
POST
/domains
Create new domain
GET
/domains/{domain}
Get domain by ID
PATCH
/domains/{domain}
Update existing domain
DELETE
/domains/{domain}
Delete existing domain
GET
/extensions
Get all extensions
GET
/extensions/{extension}
Get extension by ID
GET
/hosts
Get all hosts
POST
/hosts
Create new host
GET
/hosts/{host}
Get host by ID
PATCH
/hosts/{host}
Update existing host
DELETE
/hosts/{host}
Delete existing host
GET
/records
Get all zone records
POST
/records
Create new zone record
GET
/records/{record}
Get record zone by ID
PATCH
/records/{record}
Update existing zone record
DELETE
/records/{record}
Delete existing zone record
GET
/repositories
Get all repositories
GET
/repositories/{repository}
Get repository by ID
GET
/repositories/{repository}/contacts
Get contacts from specific repository
GET
/repositories/{repository}/domains
Get domains from specific repository
GET
/repositories/{repository}/hosts
Get hosts from specific repository
GET
/zones
Get all zones
POST
/zones
Create new zone
GET
/zones/{zone}
Get zone by ID
PATCH
/zones/{zone}
Update existing zone
DELETE
/zones/{zone}
Delete existing zone
GET
/zones/{zone}/records
Get records from specific zone