POST
/
fastedge
/
v1
/
kv
Python
from gcore import Gcore

client = Gcore(
    api_key="My API Key",
)
kv_store = client.fastedge.kv_stores.create()
print(kv_store.id)
{
  "id": 123,
  "comment": "<string>",
  "updated": "2023-11-07T05:31:56Z",
  "app_count": 123,
  "byod": {
    "url": "<string>",
    "prefix": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Body

application/json

Key-value pair details

comment
string

A description of the store

byod
object

BYOD (Bring Your Own Data) settings

Response

Ok

id
integer

The unique identifier of the store

comment
string

A description of the store

updated
string<date-time>

Last update time

app_count
integer

The number of applications that use this store

byod
object

BYOD (Bring Your Own Data) settings