Namespace
Metadata
Describe a namespace
Describe the detailed information for namespace id.
post/v1/namespace/{id}/describe
Request body
Response
Returns a namespace, as well as any properties stored on the namespace if namespace properties are supported by the server.
Example response
{
"properties": {
"owner": "Ralph",
"created_at": "1452120468"
}
}