Cette page n'est pas encore disponible dans votre langue. Nous nous efforçons d'ajouter d'autres langues. Nous vous remercions de votre compréhension.
Cloud Trace Service
Cloud Trace Service
- What's New
- Function Overview
- Service Overview
- Getting Started
- User Guide
- Best Practices
- API Reference
- SDK Reference
-
FAQs
- Must I Use an IAM User (Sub Account) to Configure Transfer on CTS and Perform Operations on an OBS Bucket?
- How Will CTS Be Affected If My Account Is in Arrears?
- What Are the Recommended Users of CTS?
- What Will Happen If I Have Enabled Trace Transfer But Have Not Configured an Appropriate Policy for an OBS Bucket?
- Does CTS Support Integrity Verification of Trace Files?
- Why Are There Some Null Fields on the View Trace Page?
- Why Is an Operation Recorded Twice in the Trace List?
- What Services Are Supported by Key Event Notifications?
- How Can I Store Trace Files for a Long Time?
- Why Are user and source_ip Null for Some Traces with trace_type as SystemAction?
- How Can I Find Out Who Created a Specific ECS?
- How Can I Find Out the Login IP Address of an IAM User?
- Why Are Two deleteMetadata Traces Generated When I Buy an ECS in Pay-per-Use or Yearly/Monthly?
- What Can I Do If I Cannot Query Traces?
- Can I Disable CTS?
- How Do I Configure the Storage Duration of CTS Audit Logs to 180 Days?
- What Should I Do If I Cannot Enable CTS as an IAM User?
- How Do I Enable Alarm Notifications for EVS?
- Videos
On this page
Example 2: Querying a Tracker List
Updated on 2022-09-28 GMT+08:00
Introduction
This section describes how to query all trackers of an account.
Other Involved APIs
None
Querying a Tracker List
- URI:
- Example request:
GET https://{cts_endpoint}/v3/{project_id}/trackers
Obtain the value of {cts_endpoint} from the enterprise administrator.
- Example response:
{ "trackers": [ { "is_support_trace_files_encryption": true, "create_time": 1589886034121, "streamId": "4a1ef2b6-d79a-4dc6-90f0-48151cd5491b", "kms_id": "7dbbb3fa-93e4-4528-bc7b-9beb794b0229", "groupId": "26fa12ac-75f7-42ed-8118-ab9f2263042f", "is_support_validate": false, "obs_info": { "is_obs_created": false, "bucket_name": "", "is_authorized_bucket": false, "file_prefix_name": "", "bucket_lifecycle": 0 }, "lts": { "log_group_name": "CTS", "is_lts_enabled": true, "log_topic_name": "system-trace" }, "tracker_type": "system", "domain_id": "2306579dc99f4c8690b14b68e734fcd9", "project_id": "24edf66e79d04187acb99a463e610764", "tracker_name": "system", "id": "ebf8d1c3-762b-4ce3-b316-6b1aa32f8be3", "status": "enabled" }, { "domain_id": "2306579dc99f4c8690b14b68e734fcd9", "is_support_trace_files_encryption": false, "obs_info": { "is_obs_created": false, "bucket_name": "", "is_authorized_bucket": false, "file_prefix_name": "", "bucket_lifecycle": 0 }, "create_time": 1589276171198, "project_id": "24edf66e79d04187acb99a463e610764", "data_bucket": { "data_event": [ "READ", "WRITE" ], "search_enabled": false, "data_bucket_name": "cstest0423" }, "tracker_name": "sdsa", "is_support_validate": false, "lts": { "log_group_name": "CTS", "is_lts_enabled": false, "log_topic_name": "sdsa" }, "id": "c9a3961d-3aa0-4e60-8e63-dd4ce7f1a88a", "status": "enabled", "tracker_type": "data" } ] }
Parent topic: Examples
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.