AI Vector DB Management
Create Vector Db
Create a new Vector DB.
post/governance-service/api/ai/vectordb
Request body
idinteger nullable
The unique identifier of the resource
statusinteger nullable
The status of the resource
createTimestring date-time nullable
The creation time of the resource
updateTimestring date-time nullable
The last update time of the resource
namestring
The name of the Vector DB
descriptionstring
The description of the Vector DB
type'OPENSEARCH' | 'MILVUS' required
userEnforcementinteger
The user enforcement of the Vector DB
groupEnforcementinteger
The group enforcement of the Vector DB
aiApplicationsstring[] nullable
The AI applications associated with the Vector DB
Response
Successful Response
idinteger nullable
The unique identifier of the resource
statusinteger nullable
The status of the resource
createTimestring
The creation time of the resource
updateTimestring
The last update time of the resource
namestring
The name of the Vector DB
descriptionstring
The description of the Vector DB
type'OPENSEARCH' | 'MILVUS' required
userEnforcementinteger
The user enforcement of the Vector DB
groupEnforcementinteger
The group enforcement of the Vector DB
aiApplicationsstring[] nullable
The AI applications associated with the Vector DB