מוצג המסמך של Apigee Edge.
עוברים אל
מסמכי תיעוד של Apigee X. מידע
בדוגמאות הבאות נעשה שימוש בשני ממשקי API של Edge:
- קבלת מדדים מחזירה מדדים בכל מרווח זמן עבור ארגון וסביבה.
- סידור המדדים לפי מאפיינים מחזירה מדדים לכל מרווח זמן המקובצים לפי מאפיינים, ואופציונלית גם מסננת את התוצאות.
כשמשתמשים בממשקי ה-API האלה:
- מחליפים את שם המשתמש והסיסמה בחשבון Apigee
email:password
בכתובת https://apigee.com/edge. ב-
myorg
, מחליפים את שם הארגון ב-Apigee. אפשר למצוא אותו מתחת לשם המשתמש כשאתם מתחברים לחשבון בכתובת https://apigee.com/edge.אם אין לכם חשבון Apigee, תוכלו להירשם ליצירת חשבון ב- https://login.apigee.com/sign__up.
- הבקשות שבהמשך מניחות שהסביבה היא 'prod'. אם דרוש לכם ניתוח נתונים
(למשל 'test'), משנים את
/e/prod
ל-/e/test
.
מידע נוסף על הקריאה ל-API שנעשה בה שימוש בדוגמאות האלה זמין בכתובת שימוש בממשקי ה-API למדדים כדי למדוד את הביצועים בתוכנית API.
פקודות של ניתוח נתונים ל-API
ספירת בקשות לפי API
בקשות לפי 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
זמן תגובה לפי API
ממוצע זמן תגובה כולל לפי 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
זמן תגובה כולל מקסימלי לפי 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
זמן תגובה כולל מינימלי לפי 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
ממוצע יעד זמן התגובה לפי 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
יעד זמן תגובה מקסימלי לפי 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
זמן יעד מינימלי של תגובה לפי 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
שגיאות לפי API
שגיאות לפי 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
גודל הבקשה/תשובה לפי API
גודל בקשה מקסימלי לפי 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
גודל בקשה מינימלי לפי 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
גודל בקשה ממוצע לפי 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
גודל תגובה מקסימלי לפי 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
גודל תגובה מינימלי לפי 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
גודל תגובה ממוצע לפי 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
זמן אחזור של בקשה/תגובה באמצעות API
ממוצע זמן אחזור של עיבוד תשובות לפי 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
זמן אחזור של עיבוד תגובה מקסימלית לפי 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
זמן אחזור מינימלי של עיבוד תגובה לפי 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
ממוצע בקשת זמן אחזור של עיבוד לפי 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
זמן אחזור מקסימלי של בקשות לעיבוד לפי 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
זמן אחזור מינימלי של בקשות לפי 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
פקודות ניתוח נתונים למפתחים
ספירת אפליקציות/משתמשים/בקשות על ידי מפתח
מספר האפליקציות לפי מפתחים
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
מספר משתמשי הקצה לפי מפתחים
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
בקשות של מפתחים
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
זמן תגובה של מפתח
ממוצע זמן התגובה הכולל של המפתחים
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
זמן התגובה הכולל המקסימלי של המפתחים
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
זמן התגובה המינימלי הכולל של המפתחים
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
ממוצע יעד זמן תגובה של מפתחים
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
זמן יעד מקסימלי של מפתחים
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
זמן היעד המינימלי לתגובה של המפתחים
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
שגיאות על ידי המפתח
שגיאות של מפתחים
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
גודל הבקשה/התגובה של המפתח
גודל בקשה מקסימלי על ידי מפתחים
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
גודל בקשה מינימלי של המפתחים
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
גודל בקשה ממוצע של מפתחים
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
גודל תגובה מקסימלי של המפתחים
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
גודל תגובה מינימלי של המפתחים
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
גודל תגובה ממוצע של מפתחים
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
זמן אחזור של בקשה/תגובה על ידי המפתח
ממוצע זמן אחזור של עיבוד תגובה על ידי מפתחים
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
זמן אחזור של עיבוד תגובה מקסימלית על ידי מפתחים
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
זמן אחזור מינימלי של מפתחים לעיבוד תגובה
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
ממוצע בקשת זמן אחזור לעיבוד של המפתחים
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
זמן אחזור מינימלי של בקשות לעיבוד על ידי מפתחים
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
פקודות לניתוח של נתוני אפליקציות
ספירת משתמשים/בקשות לפי אפליקציה
ספירת משתמשים לפי אפליקציות
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
בקשות של אפליקציות
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
זמן תגובה לפי אפליקציה
ממוצע זמן התגובה הכולל באפליקציות
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
זמן התגובה הכולל המקסימלי באפליקציות
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
זמן תגובה כולל מינימלי על ידי אפליקציות
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
ממוצע יעד זמן התגובה לפי אפליקציות
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
זמן יעד מקסימלי של תגובה לפי אפליקציות
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
זמן יעד מינימלי של תגובה באפליקציות
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
שגיאות לפי אפליקציה
שגיאות על ידי אפליקציות
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
גודל הבקשה/תגובה לפי אפליקציה
גודל בקשה מקסימלי על ידי אפליקציות
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
גודל הבקשה המינימלי על ידי אפליקציות
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
גודל בקשה ממוצע לפי אפליקציות
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
גודל תגובה מקסימלי לפי אפליקציות
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
גודל תגובה מינימלי לפי אפליקציות
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
גודל תגובה ממוצע לפי אפליקציות
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
זמן אחזור של בקשה/תגובה לפי אפליקציה
ממוצע זמן אחזור של עיבוד תשובות על ידי אפליקציות
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
זמן אחזור של עיבוד תגובות מקסימליות על ידי אפליקציות
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
זמן אחזור מינימלי של עיבוד תגובה על ידי אפליקציות
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
ממוצע בקשת זמן אחזור לעיבוד של האפליקציות
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
זמן אחזור מקסימלי של בקשות לעיבוד על ידי אפליקציות
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
זמן אחזור מינימלי של בקשות לעיבוד על ידי אפליקציות
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
פקודות לניתוח נתוני מוצרים ב-API
ספירת אפליקציות/מפתחים/בקשות לפי מוצר API
מספר אפליקציות לפי מוצרי 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
מספר מפתחים לפי מוצרי 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
בקשות לפי מוצרים
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
זמן תגובה לפי מוצר API
ממוצע מוצרים מסוג Total Response Time API
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
מוצרי Max Total Response Time API
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
מוצרי Min Total Response Time API
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
ממוצע מוצרי Target Response Time API
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
מקסימום זמן יעד לתגובה במוצרי API
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
מוצרי ה-API המינימליים של זמן היעד לתגובה
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
שגיאות לפי מוצר API
שגיאות במוצרי 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
גודל הבקשה/תגובה לפי מוצר API
גודל בקשה מקסימלי לפי מוצרי 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
גודל בקשה מינימלי לפי מוצרי 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
גודל בקשה ממוצע לפי מוצרי 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
גודל תגובה מקסימלי לפי מוצרי 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
גודל התגובה MIn לפי מוצרי 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
גודל תגובה ממוצע לפי מוצרי 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
זמן אחזור של בקשה/תגובה לפי מוצר API
ממוצע זמן אחזור של עיבוד תשובות לפי מוצרי 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
זמן אחזור של עיבוד תגובה מקסימלית לפי מוצרי 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
זמן אחזור מינימלי של עיבוד תגובה לפי מוצרי 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
ממוצע בקשת זמן אחזור של עיבוד לפי מוצרי 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
זמן אחזור מינימלי של בקשות לעיבוד לפי מוצרי 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
פקודות לניתוח של משאבי API
ספירת הבקשות לפי משאב API
בקשות לפי משאב 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
זמן תגובה לפי משאב API
ממוצע זמן התגובה הכולל לפי משאב API
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
זמן תגובה כולל מקסימלי לפי משאב API
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
זמן תגובה כולל מינימלי לפי משאב API
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
ממוצע יעד זמן התגובה לפי משאב API
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
זמן יעד מקסימלי לתגובת יעד לפי משאב API
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
זמן יעד מינימלי של תגובה לפי משאב API
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
שגיאות לפי משאב API
שגיאות לפי משאב API
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
גודל הבקשה/תשובה לפי משאב API
גודל בקשה מקסימלי לפי משאב 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
גודל בקשה מינימלי לפי משאב API
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
גודל בקשה ממוצע לפי משאב 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
גודל תגובה מקסימלי לפי משאב API
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
גודל תגובה מינימלי לפי משאב API
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
גודל תגובה ממוצע לפי משאב API
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
זמן האחזור של בקשה/תגובה לפי משאב API
ממוצע זמן אחזור של עיבוד תשובות לפי משאב API
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
זמן אחזור של עיבוד תגובה מקסימלית לפי משאב API
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
זמן אחזור מינימלי של עיבוד תגובה לפי משאב API
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
ממוצע בקשת זמן אחזור של עיבוד לפי משאב API
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
זמן אחזור מקסימלי של בקשות לעיבוד לפי משאב API
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
זמן אחזור מינימלי של בקשות לפי משאב API
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
פקודות של ניתוח נתונים ברמת ה-API
מספר הבקשות
בקשות לאורך זמן
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
זמן תגובה
זמן תגובה כולל ממוצע
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
זמן תגובה כולל מקסימלי
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
זמן תגובה כולל מינימלי
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
זמן יעד ממוצע לתגובה
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
זמן יעד מקסימלי לתגובת יעד
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
זמן יעד מינימלי לתגובת היעד
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
שגיאות
שגיאות לאורך זמן
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
גודל הבקשה/תשובה
גודל בקשה מקסימלי לאורך זמן
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
גודל בקשה מינימלי לאורך זמן
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
גודל בקשה ממוצע לאורך זמן
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
גודל תגובה מקסימלי לאורך זמן
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
גודל תגובה מינימלי לאורך זמן
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
גודל תגובה ממוצע לאורך זמן
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
זמן אחזור של בקשה/תגובה
ממוצע זמן אחזור של עיבוד תשובות
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
זמן אחזור של עיבוד תגובה מקסימלית
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
זמן אחזור מינימלי של עיבוד תגובה
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
זמן אחזור ממוצע של עיבוד בקשות
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
זמן אחזור מקסימלי של בקשות לעיבוד
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
זמן אחזור מינימלי של בקשות לעיבוד
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