Create Pinecone instance
Create Pinecone instance
- application/json
Request Body
- instanceName string required
credential object required
id int32name stringaccount object required
id int32name stringaccessNodes object[]
id int32name stringplan object required
id int32name stringresourcePool object required
id int32name string- endpointURL string
- content string[] required
- excludeContent string[]
region object required
id int32name string- regionEndPoints string required
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int32
- name string
{
"id": 0,
"name": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...