Change History
Package : spaceone.api.inventory.v1
ChangeHistory
ChangeHistory Methods:
Method | Request | Response |
---|---|---|
list
GET /inventory/v1/cloud-service/{cloud_service_id}/change-history
POST /inventory/v1/cloud-service/{cloud_service_id}/change-history/search
Type | Message |
---|---|
Request | |
Response |
stat
POST /inventory/v1/cloud-service/change-history/stat
Type | Message |
---|---|
Request | |
Response |
Message
ChangeHistoryInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
ChangeHistoryQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
cloud_service_id | string | ✔ | |
action |
| ✘ | |
user_id | string | ✘ | |
collector_id | string | ✘ | |
job_id | string | ✘ | |
updated_by | string | ✘ | |
domain_id | string | ✔ |
ChangeHistoryStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
RecordInfo
Field | Type | Description |
---|---|---|
record_id | string | |
cloud_service_id | string | |
action |
| |
diff | ||
diff_count | repeated RecordDiff diff = 4; | |
user_id | string | |
collector_id | string | |
job_id | string | |
updated_by | string | |
domain_id | string | |
created_at | string |
Last updated