Ví dụ về API chỉ số

Bạn đang xem tài liệu về Apigee Edge.
Chuyển đến Tài liệu về Apigee X.
thông tin

Những ví dụ sau sử dụng API 2 Edge:

Khi sử dụng các API này:

  • Đối với email:password, hãy thay thế tên người dùng và mật khẩu cho tài khoản Apigee của bạn tại https://apigee.com/edge.
  • Ví dụ: myorg, hãy thay thế tên của tổ chức Apigee của bạn. Bạn có thể tìm thấy thông tin này bên dưới tên người dùng khi bạn đăng nhập tại https://apigee.com/edge.

    Nếu chưa có tài khoản Apigee, bạn có thể đăng ký tài khoản tại https://login.apigee.com/sign__up.

  • Các yêu cầu bên dưới giả định môi trường là "sản phẩm". Nếu bạn cần phân tích trên một (chẳng hạn như "kiểm thử"), hãy sửa đổi /e/prod thành /e/test.

Để biết thêm thông tin về lệnh gọi API được sử dụng trong những ví dụ này, hãy xem Sử dụng các API chỉ số để đo lường hiệu suất của chương trình API.

Yêu cầu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=sum(message_count)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Tổng thời gian phản hồi theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=avg(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối đa theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=max(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối thiểu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=min(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian phản hồi mục tiêu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=avg(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối đa theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=max(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối thiểu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=min(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Lỗi do API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=sum(is_error)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối đa theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=max(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối thiểu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=min(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu trung bình theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=avg(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối đa theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=max(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối thiểu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=min(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi trung bình theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=avg(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Độ trễ xử lý phản hồi theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=avg(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý phản hồi tối đa theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=max(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý phản hồi tối thiểu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=min(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Độ trễ xử lý yêu cầu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=avg(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý yêu cầu tối đa theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=max(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý yêu cầu tối thiểu theo API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apis?select=min(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Số lượng ứng dụng của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=app_count&timeRange=9/24/2014%2000:00~10/25/2014%2000:00&timeUnit=day -u email:password

Số người dùng cuối tính theo nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=user_count&timeRange=9/24/2014%2000:00~10/25/2014%2000:00&timeUnit=day -u email:password

Yêu cầu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=sum(message_count)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Tổng thời gian phản hồi của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=avg(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối đa của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=max(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối thiểu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=min(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian phản hồi mục tiêu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=avg(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối đa của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=max(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối thiểu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=min(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Lỗi của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=sum(is_error)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối đa của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=max(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối thiểu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=min(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu trung bình của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=avg(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước câu trả lời tối đa do nhà phát triển cung cấp

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=max(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối thiểu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=min(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi trung bình của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=avg(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian xử lý phản hồi của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=avg(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý phản hồi tối đa của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=max(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian xử lý phản hồi tối thiểu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=min(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian chờ xử lý yêu cầu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=avg(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian chờ xử lý yêu cầu tối thiểu của nhà phát triển

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/devs?select=min(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Số người dùng theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=user_count&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Yêu cầu của ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=sum(message_count)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Tổng thời gian phản hồi theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=avg(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối đa theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=max(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối thiểu theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=min(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian phản hồi mục tiêu của ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=avg(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối đa tính theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=max(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối thiểu theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=min(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Lỗi của ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=sum(is_error)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối đa theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=max(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối thiểu theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=min(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu trung bình theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=avg(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối đa theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=max(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối thiểu theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=min(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi trung bình theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=avg(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian xử lý phản hồi theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=avg(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian xử lý phản hồi tối đa tính theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=max(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian xử lý phản hồi tối thiểu theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=min(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian xử lý yêu cầu theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=avg(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý yêu cầu tối đa tính theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=max(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian chờ xử lý yêu cầu tối thiểu tính theo ứng dụng

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apps?select=min(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Số lượng ứng dụng theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=app_count&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Số lượng nhà phát triển theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=developer_count&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Yêu cầu theo sản phẩm

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=sum(message_count)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Các sản phẩm API Tổng thời gian phản hồi

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=avg(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Sản phẩm API tổng thời gian phản hồi tối đa

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=max(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Sản phẩm API tổng thời gian phản hồi tối thiểu

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=min(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Sản phẩm API thời gian phản hồi mục tiêu

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=avg(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Các sản phẩm API thời gian phản hồi mục tiêu tối đa

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=max(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Sản phẩm API thời gian phản hồi mục tiêu tối thiểu

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=min(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Lỗi của sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=sum(is_error)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối đa theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=max(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối thiểu theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=min(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu trung bình theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=avg(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối đa theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=max(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi MIn theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=min(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi trung bình theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=avg(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Độ trễ xử lý phản hồi theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=avg(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý phản hồi tối đa theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=max(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý phản hồi tối thiểu theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=min(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Độ trễ xử lý yêu cầu theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=avg(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý yêu cầu tối thiểu theo sản phẩm API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/apiproducts?select=min(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Yêu cầu theo tài nguyên API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=sum(message_count)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Tổng thời gian phản hồi theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=avg(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối đa theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=max(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối thiểu theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=min(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian phản hồi mục tiêu theo API-Resource

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=avg(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối đa theo API-Resource

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=max(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối thiểu theo API-Resource

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=min(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Lỗi do API-Resource

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=sum(is_error)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối đa theo tài nguyên API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=max(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối thiểu theo API-Resource

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=min(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu trung bình theo tài nguyên API

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=avg(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối đa theo API-Resource

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=max(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối thiểu theo API-Resource

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=min(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi trung bình theo API-Resource

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=avg(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Độ trễ xử lý phản hồi theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=avg(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý phản hồi tối đa theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=max(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian xử lý phản hồi tối thiểu theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=min(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian chờ xử lý yêu cầu theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=avg(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý yêu cầu tối đa theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=max(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian xử lý yêu cầu tối thiểu theo API-Tài nguyên

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/request_path?select=min(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Yêu cầu theo thời gian

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats?select=sum(message_count)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi trung bình

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=avg(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối đa

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=max(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tổng thời gian phản hồi tối thiểu

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=min(total_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu trung bình

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=avg(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian phản hồi mục tiêu tối đa

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=max(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian tối thiểu cho mục tiêu phản hồi

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=min(target_response_time)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Lỗi theo thời gian

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=sum(is_error)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối đa theo thời gian

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=min(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu tối thiểu theo thời gian

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=min(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước yêu cầu trung bình theo thời gian

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=avg(request_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước câu trả lời tối đa theo thời gian

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=min(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi tối thiểu theo thời gian

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=min(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Kích thước phản hồi trung bình theo thời gian

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=avg(response_size)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Tỷ lệ thời lượng video Thời gian chờ xử lý phản hồi

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=avg(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý phản hồi tối đa

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=max(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý phản hồi tối thiểu

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=min(response_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian chờ xử lý yêu cầu trung bình

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=avg(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Độ trễ xử lý yêu cầu tối đa

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=max(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password

Thời gian chờ xử lý yêu cầu tối thiểu

curl https://api.enterprise.apigee.com/v1/o/myorg/e/prod/stats/?select=min(request_processing_latency)&timeRange=9/24/2018%2000:00~10/25/2018%2000:00&timeUnit=day -u email:password