general
Publish a metric from different Nuon clients for telemetry purposes.
apps
components
- GETget all components for an app
- GETget all components for an org
- GETget a component
- PATCHupdate a component
- GETGet all builds for a component
- POSTcreate component build
- GETget latest build for a component
- GETget a build for a component
- GETGet component build plan
- GETget all configs for a component
- POSTcreate a docker build component config
- POSTcreate an external image component config
- POSTcreate a helm component config
- POSTcreate a job component config
- GETget latest config for a component
- POSTcreate a terraform component config
installers
installs
- GETget all installs for an app
- POSTcreate an app install
- GETget an install
- POSTCreate an app install from an installer
- GETget all installs for an org
- DELdelete an install
- PATCHupdate an install
- GETget an install component
- GETget an installs components
- GETget an install components deploys
- GETget the latest deploy for an install component
- POSTdeploy a build to an install
- GETget an install deploy
- GETGet install deploy logs
- GETget install deploy plan
- GETget an installs inputs
- POSTcreate install inputs
- GETget an installs current inputs
- GETget an installs sandbox runs
releases
general
orgs
general
Publish a metric from different Nuon clients for telemetry purposes.
POST
/
v1
/
general
/
metrics
Authorization
string
*
Authorization
Required
string
Type "Bearer" followed by a space and token.
array
*
Authorizations
Type "Bearer" followed by a space and token.
Body
application/json · object[]
AggregationKey groups this event with others of the same key.
AlertType can be statsd.Info, statsd.Error, statsd.Warning, or statsd.Success. If absent, the default value applied by the dogstatsd server is Info.
Available options:
info
, error
, warning
, success
Hostname for the event.
Priority of the event. Can be statsd.Low or statsd.Normal.
Available options:
normal
, low
SourceTypeName is a source type for the event.
Tags for the event.
Text is the description of the event.
Timestamp is a timestamp for the event. If not provided, the dogstatsd server will set this to the current time.
Title of the event. Required.
Response
200 - application/json
The response is of type string
.