Get Namespace
Important
This API is obsolete and retired as of 11/1/2021 and should no longer be used.
Returns the description for the specified namespace.
Request
Method | Request URI | HTTP version |
---|---|---|
GET | https://management.core.windows.net/{subscription ID}/services/ServiceBus/Namespaces/{namespace name} | HTTP/1.1 |
Request Headers
None.
Request Body
None
Response
The response includes an HTTP status code and a set of response headers.
Response Codes
Code | Description |
---|---|
200 | Successfully retrieved namespace description. |
401 | Authorization failure. Returned when user doesn't have credentials to retrieve namespace description. This could be due to a suspended subscription. |
404 | Namespace doesn't exist, or namespace name contains invalid characters. |
500 | Internal error. |
For information about status codes, see Status and Error Codes.
Response Headers
The response for this operation includes the following headers. The response might also include additional standard HTTP headers. All standard headers conform to the HTTP/1.1 protocol specification.
Response Header | Description |
---|---|
Content-Type | application/xml; type=entry; charset=utf-8 |
Response Body
None