Hello,
I have a question about the Open Cloud Memory Stores API.
I ran the curl command listed in the reference, but it returned 404 Not Found.
Could you tell me what the cause is?
The above response was returned for all APIs: MemoryStore, MemoryStoreQueueItem, and MemoryStoreSortedMapItem.
Other APIs (such as the Standard Data Stores API) returned the correct response.
The return type for listing items in a sorted map shows the items listed under memoryStoreSortedMapItems (in the API reference), but I think it was renamed to items.
Hello,
I have a question about the Open Cloud Flush Memory Store API.
I accessed the path of the Operation object to receive the API results, but 404 Not Found and JSON were returned.
{
"errors": [
{
"code": 0,
"message": ""
}
]
}
Could you please let me know if this is a normal response?
Thank you.