All Products
Search
Document Center

Simple Log Service:ListMemoryStores

Last Updated:Feb 04, 2026

Queries the list of scmc databases.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /memorystores HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

project

string

No

name

string

No

size

integer

No

offset

integer

No

Response elements

Element

Type

Description

Example

object

requestId

string

Request ID

total

integer

memoryStores

array<object>

object

createTime

integer

description

string

name

string

updateTime

integer

count

integer

Examples

Success response

JSON format

{
  "requestId": "",
  "total": 0,
  "memoryStores": [
    {
      "createTime": 0,
      "description": "",
      "name": "",
      "updateTime": 0
    }
  ],
  "count": 0
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.