/clusters/{clusterName}/services/{serviceName}
Mount Point: /api/v17/clusters/{clusterName}/services/{serviceName}
The following operations are supported on this resource:
GET
Retrieves details information about a service.
Parameters
| name | description | type | default |
|---|---|---|---|
| serviceName | The service name. | path | |
| view | DataView to materialize. Defaults to 'full'. | query | full |
| clusterName | (no documentation provided) | path |
Response Body
| element: | service |
The details of the service.
PUT
Updates service information.
This method will update only writable fields of the service information. Currently this only includes the service display name. Available since API v3.Parameters
| name | description | type | default |
|---|---|---|---|
| serviceName | The service name. | path | |
| clusterName | (no documentation provided) | path |
Request Body
| element: | service |
Updated service information.
Response Body
| element: | service |
The updated service information.
DELETE
Deletes a service from the system.
Parameters
| name | description | type | default |
|---|---|---|---|
| serviceName | The name of the service to delete. | path | |
| clusterName | (no documentation provided) | path |
Response Body
| element: | service |
The details of the deleted service.
GET
Retrieves details information about a service.
Parameters
| name | description | type | default |
|---|---|---|---|
| serviceName | The service name. | path | |
| clusterName | (no documentation provided) | path |
Response Body
| element: | service |
The details of the service.