Skip to main content
POST
/
namespaces
Create a new namespace
curl --request POST \
  --url https://mycluster.domino.tech/namespaces \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>",
  "allowMultipleAssignments": true,
  "description": "<string>"
}
'
{
  "allowMultipleAssignments": true,
  "createdAt": "<string>",
  "createdBy": {
    "userID": "<string>",
    "username": "<string>"
  },
  "description": "<string>",
  "entityCount": {
    "app": 123,
    "netappVolume": 123,
    "project": 123,
    "total": 123
  },
  "id": "<string>",
  "label": "<string>",
  "tagCount": 123,
  "updatedAt": "<string>",
  "updatedBy": {
    "userID": "<string>",
    "username": "<string>"
  }
}

Body

application/json

Namespace to create

label
string
required
allowMultipleAssignments
boolean
description
string

Response

Created

allowMultipleAssignments
boolean
createdAt
string
createdBy
object
description
string
entityCount
object
id
string
label
string
status
enum<string>
Available options:
active,
deprecated
tagCount
integer
updatedAt
string
updatedBy
object