Get all index clusters of the launch
GET/v1/:projectName/launch/cluster/:launchId
Get all index clusters of the launch
Request
Path Parameters
launchId stringrequired
launchId
projectName stringrequired
projectName
Query Parameters
page.page int32
Results page you want to retrieve (0..N)
page.size int32
Number of records per page
page.sort string[]
Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
object
{}
Loading...