All Dream services have this standard set of features.
| Verb:Suffix | Description |
| DELETE: |
Destroy the service. |
| GET:@about |
Retrieve a human readable description of the service. |
| GET:@blueprint |
Retrieve a machine readable description of the service. |
| DELETE:@config |
Stop the service. |
| GET:@config |
Read the service configuration. |
| PUT:@config |
Start the service with a new configuration. |
Destroy the service. The service is stopped and is de-allocated from memory.
| Status | Description |
| Ok (200) | No content |
Aqua: added
Shows a HTML form showing the services blueprint.
| Status | Description |
| Ok (200) | HTML form showing the services blueprint |
Crimson: renamed from '@inspect' to '@about'
Aqua: added
Returns the service blueprint.
| Status | Description |
| Ok (200) | Service blueprint information |
Crimson: added
Stops the service, but does not delete it.
| Status | Description |
| Ok (200) | No content |
Crimson: added
Returns the service configuration information.
| Status | Description |
| Ok (200) | Service configuration information |
Aqua: added
Changes the service configuration by stopping and restarting it.
| Status | Description |
| Ok (200) | No content |
Crimson: added