The API spec has several inconsistently formatted inputs in the request bodies. There are underscores, camelCase, no separation (as with namespaceid for listing applications), etc. In several cases, there are a mix of these syntaxes within the same object.
Also, every resource endpoint other than clusters is a plural noun (clusters is /v1/projects/${projectId}/cluster). It also looks like you can't list clusters because that endpoint doesn't exist. Every other resource type can be listed.
The API spec has several inconsistently formatted inputs in the request bodies. There are underscores, camelCase, no separation (as with
namespaceidfor listing applications), etc. In several cases, there are a mix of these syntaxes within the same object.Also, every resource endpoint other than clusters is a plural noun (clusters is
/v1/projects/${projectId}/cluster). It also looks like you can't list clusters because that endpoint doesn't exist. Every other resource type can be listed.