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 does not have credentials to retrieve namespace description. This could be due to a suspended subscription. |
| 404 | Namespace does not 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 may 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

