We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The response of get indexes is defined as an array of IndexResponse
astra-client-go/rest-api-swagger.yaml
Lines 428 to 436 in c640f33
while IndexResponse is also of array type,
Lines 1238 to 1241 in c640f33
However, the actual response is not in nested array structure.
$ curl -s -H 'Content-Type: application/json' -H "X-Cassandra-Token: ${ASTRA_DB_TOKEN}" \ https://${ASTRA_DB_ID}-${ASTRA_DB_REGION}.apps.astra.datastax.com/api/rest/v2/schemas/keyspaces/${ASTRA_DB_KEYSPACE}/tables/foo/indexes \ | jq . [ { "keyspace_name": "ghoti", "table_name": "foo", "index_name": "foo_lastname_idx", "kind": "CUSTOM", "options": [ { "key": "class_name", "value": "org.apache.cassandra.index.sai.StorageAttachedIndex" }, { "key": "target", "value": "lastname" } ] } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The response of get indexes is defined as an array of IndexResponse
astra-client-go/rest-api-swagger.yaml
Lines 428 to 436 in c640f33
while IndexResponse is also of array type,
astra-client-go/rest-api-swagger.yaml
Lines 1238 to 1241 in c640f33
However, the actual response is not in nested array structure.
The text was updated successfully, but these errors were encountered: