Vector Indexes REST Endpoints

Vector Database/Vector Indexes
The operations from the Vector Database/Vector Indexes category.
Create vector and/or metadata indexes.
Method: post
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-indexes/
Drop vector, metadata, or all indexes.
Method: post
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-indexes/{vector_table_name}/delete
Get the logs associated to a scheduled vector index job.
Method: get
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-indexes/jobs/{index_job_name}/jobfile
Rebuild vector, metadata, or all indexes.
Method: post
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-indexes/{vector_table_name}
Retrieve all schedulled vector indexes jobs.
Method: get
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-indexes/jobs/
Retrieve details of an schedulled vector index job.
Method: get
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-indexes/jobs/{index_job_name}/
Retrieves the status of the vector index associated to the requested vector table.
Method: get
Path: http://localhost:8080/ords/pdbdba/_/db-api/stable/vecdb/vector-indexes/{vector_table_name}