Logging&Audit
Logging&Audit
Overview
Provides an Application Programming Interface (API) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of Logging&Audit service and how to call API. The API is provided as a RESTful API, and it responds in JSON format.
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|---|---|
| 1.1 | CURRENT | - |
| 1.0 | DEPRECATED | 20260223 |
OpenAPI URL
https://loggingaudit.{region}.{environment}.samsungsdscloud.com
Environment and Region List
| environment | region |
|---|---|
| s | kr-west1 |
| s | kr-east1 |
| g | kr-south1 |
| g | kr-south2 |
| g | kr-south3 |
| e | kr-west1 |
| e | kr-east1 |
API Version History
1.1
The parameters and response of the Trail API has been updated.
Changes
- [Updated]
POST /trails- The following field has been added to the parameters and response.trail_save_typetrail_namebucket_regionbucket_nameaccount_idiam_role_idlog_archive_account_idlog_group_namelog_type_total_ynlog_verification_ynorganization_trail_ynregion_namesregion_total_ynresource_type_total_ynservice_watch_yntag_create_requeststarget_log_typestarget_resource_typestarget_userstrail_descriptionuser_total_yn
- [Updated]
PUT /trails/{trail_id}- The following field has been added to the parameters and response.service_watch_yniam_role_idlog_group_name
- [Updated]
GET /trails/{trail_id}- The following field has been added to the response.service_watch_yniam_role_idlog_group_name
- [Updated]
POST /trails/{trail_id}/start- The following field has been added to the response.service_watch_yniam_role_idlog_group_name
- [Updated]
POST /trails/{trail_id}/stop- The following field has been added to the response.service_watch_yniam_role_idlog_group_name
1.0
Initial API release for Logging&Audit
Changes
- [New]
GET /logs- ListLogs API have been added. - [New]
GET /logs/{logging_id}- ShowLog API have been added. - [New]
POST /logs/download- DownloadLogs API have been added. - [New]
POST /trails- CreateTrail API have been added. - [New]
DELETE /trails/{trail_id}- DeleteTrail API have been added. - [New]
GET /trails- ListTrail API have been added. - [New]
PUT /trails/{trail_id}- SetTrail API have been added. - [New]
GET /trails/{trail_id}- ShowTrail API have been added. - [New]
POST /trails/{trail_id}/start- StartTrail API have been added. - [New]
POST /trails/{trail_id}/stop- StopTrail API have been added.