跳转到主要内容
GET
/
config
/
history
config/history
curl --request GET \
  --url https://provisioning.cloudx.io/api/v1/config/history \
  --header 'Authorization: Bearer <token>'
{
  "entries": [
    {
      "id": "<string>",
      "account_id": "<string>",
      "kind": "version",
      "created_at": "<string>",
      "version_number": 123,
      "version_label": "<string>",
      "created_by_user_id": "<string>",
      "created_by_name": "<string>",
      "description": "<string>",
      "diff_additions": 123,
      "diff_deletions": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
默认值:YOUR_CLOUDX_API_KEY
必填

Create or manage API keys in CloudX Settings.

查询参数

since
string

Only include configuration rows created at or after this time. Supports RFC3339 timestamps or YYYY-MM-DD dates.

author
string

Filter by creator user ID, email, or name substring.

include_drafts
boolean

Whether to include configuration drafts. By default, only published versions are returned.

limit
integer<int32>
默认值:50

Maximum number of rows to return.

必填范围: 1 <= x <= 50

响应

Config history rows.

entries
object[]
必填
Maximum array length: 50