- Home
- Resources
- ProcessResource
GET /clusters/{clusterName}/services/{serviceName}/roles/{roleName}/process
Request Parameters
name |
type |
description |
default |
clusterName |
path |
|
n/a |
roleName |
path |
|
n/a |
serviceName |
path |
|
n/a |
Response Body
media type |
data type |
description |
application/json |
ApiProcess
(JSON) |
The process associated with this resource. |
GET /clusters/{clusterName}/services/{serviceName}/roles/{roleName}/process/configFiles/{configFileName}
Returns the contents of the specified config file.
A multi-level file name (e.g. hadoop-conf/hdfs-site.xml) is
acceptable here.
Request Parameters
name |
type |
description |
default |
clusterName |
path |
|
n/a |
configFileName |
path |
Name of the config file to get. |
n/a |
roleName |
path |
|
n/a |
serviceName |
path |
|
n/a |
Response Body
media type |
data type |
description |
application/octet-stream |
(custom)
|
Contents of the specified config file |