DomainΒΆ
For the data representation see Domain Representation.
| Action | Verb | Noun | Description |
|---|---|---|---|
| insert | POST | /domains | Creates new Domain. |
| list/query | GET | /domains | Return all Domains registered in the UNIS instance. |
| get | GET | /domains/{id} | Return the Domain representation. |
| update | PUT | /domains/{id} | Update the specified Domain. |
| delete | DELETE | /domains/{id} | Delete the specified Domain. |
| patch | PATCH | /domains/{id} | patch the specified Domain . |