List credentials for a cluster
GET /database/clusters/{clusterId}/credentials
List credentials for a clusters.
Authorizations
Parameters
Path Parameters
A cluster ID.
Query Parameters
The maximum number of items to return in a single response. Used for pagination. Must be between 1 and 100.
Example
Example:The number of items to skip before starting to return results. Used for pagination. For example, to get the next 10 items after the first 10, set offset to 10.
Responses
200
A collection of cluster credentials
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
object
Number of items returned in the result.
Number of items returned in the current result set.
Pagination metadata for collection responses
object
Total number of items available
Maximum number of items per page
Number of items skipped before the current result set
object
Unique identifier for this resource within Aerospike Cloud
A list of privileges granted to these credentials
The status of a user credential
Timestamp when the resource was created
Example
{
"meta": {
"credentials": [
{
"roles": [
400
Invalid input
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
401
Access token is missing or invalid
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
403
Permission denied
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
404
Resource not found
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
500
Internal Server Error
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error