Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Namespace Resource

Lauren Padia edited this page Mar 22, 2017 · 7 revisions

User Guide | Web Service API


Web API Namespace Endpoint

Provides methods to segregate groups of metrics.

Endpoint Method Description
/namespace GET, POST Creates a namespace and returns it by username
/namespace/{namespaceId} PUT Namespace update
/namespace/{namespaceId}/users PUT Update namespace users

/namespace

Description
Create a new namespace. Returns the namespace of the owner by username.

Available Version
2.0

HTTP Method
GET, POST

GET Response Parameters

Names Type Description
Body namespace

/namespace/{namespaceId}

Description
Updates the namespace with the given ID.

Available Version
2.0

HTTP Method
PUT

PUT Response Parameters

Names Type Description
Body namespace

/namespace/{namespaceId}/users

Description
Updates the namespace with the given ID.

Available Version
2.0

HTTP Method
PUT

PUT Parameters

Names Type Description
namespaceId biginteger
body set