- Home
- Resources
- ParcelsResource
GET /clusters/{clusterName}/parcels
Lists all parcels that the cluster has access to.
Request Parameters
name |
type |
description |
default |
clusterName |
path |
|
n/a |
view |
query |
|
summary |
Response Body
media type |
data type |
description |
application/json |
ApiParcelList
(JSON) |
List of parcels. |
GET /clusters/{clusterName}/parcels/usage
Retrieve details parcel usage information for the cluster. This describes
which processes, roles and hosts are using which parcels.
Request Parameters
name |
type |
description |
default |
clusterName |
path |
|
n/a |
Response Body
media type |
data type |
description |
application/json |
ApiParcelUsage
(JSON) |
The parcel usage information. |