Schemas

inboundTenant

1
2
3
4
{
  "org": "123e4567-e89b-12d3-a456-426614174000",
  "name": "J24352718"
}
Name Type Required Description
org string(uuid) true none
name string true none

tenant

1
2
3
4
5
6
7
8
{
  "tenant_id": 16,
  "position_of_bit": 8,
  "org": "guuk",
  "name": "guuk",
  "iam": "authz.guuk",
  "tier": 3
}
Name Type Required Description
tenant_id integer false none
position_of_bit integer false none
org string false none
name string false none
iam string false none
tier integer false none

tenantPublic

1
2
3
4
{
  "tenant_id": 16,
  "org": "guuk"
}
Name Type Required Description
tenant_id integer false none
org string false none

goError

1
2
3
4
5
6
7
{
  "id": "MM0000001",
  "status": 400,
  "msg": "Invalid inbound entity",
  "componentMsg": "EOF. Inbound tenant malformed",
  "sentryCode": "fake-req-id"
}
Name Type Required Description
id string true Unique identifier of error
status integer true Status code of the response
msg string false Final user message
componentMsg string false Technical message
sentryCode string false Unique identifier to use in sentry

createdTenant

1
2
3
{
  "id": 1
}
Name Type Required Description
id integer false Internal id