This API is used to proxy GET requests to a specified Service under a specific Namespace.
GET /api/v1/proxy/namespaces/{namespace}/services/{name}
Table 1 describes the parameters of this API.
Parameter |
Mandatory |
Description |
---|---|---|
namespace |
Yes |
Object name and auth scope, such as for teams and projects. |
name |
Yes |
Name of the Service.
NOTE:
If the spec.ports.name field (a port alias) in the request of 7.2 Creating a Service is specified, the service name must be in the format of http:service name:ports name. |
N/A
N/A
Table 2 describes the status code of this API.
Status Code |
Description |
---|---|
200 |
This operation succeeds, and the response from the application in the Pod is returned. |
For the description about status codes, see section Status Codes.