List products attached to a cluster
GET/v2/clusters/:lookupKey/:key/products
Returns every product currently attached to the cluster identified by the URL. Related data may be returned inline using the expands query parameter.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Records matching the query were retrieved successfully.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The record identified by the request could not be located.
An unexpected error prevented the request from completing.