אתם צופים במסמכי התיעוד של Apigee Edge.
כדאי לעיין במסמכי התיעוד של Apigee X. מידע
בדוגמאות האלה אנחנו משתמשים בשני ממשקי Edge API:
- Get metrics מחזירה מדדים לפי מרווח זמן לארגון ולסביבה.
- Get metrics organized by dimensions מחזירה מדדים לפי מרווח זמן שמקובצים לפי מאפיינים, ויש אפשרות לסנן את התוצאות.
כשמשתמשים בממשקי ה-API האלה:
- במקום
email:password, מזינים את שם המשתמש והסיסמה של חשבון Apigee בכתובת https://apigee.com/edge. במקום
myorg, מזינים את השם של הארגון שלכם ב-Apigee, שאפשר למצוא אותו מתחת לשם המשתמש כשמתחברים לכתובת https://apigee.com/edge.אם אין לכם חשבון Apigee, אתם יכולים להירשם בכתובת https://login.apigee.com/sign__up.
- בדוגמאות הבאות נניח שהסביבה היא prod. אם אתם צריכים ניתוח נתונים בסביבה אחרת (למשל 'בדיקה'), צריך לשנות את
/e/prodל-/e/test.
למידע נוסף על הקריאה ל-API שנעשה בה שימוש בדוגמאות האלה, אפשר לעיין במאמר שימוש בממשקי API של מדדים למדידת הביצועים של תוכנית API.
פקודות Analytics ל-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
זמן תגובה ממוצע כולל של מוצרי 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
מוצרי 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 products
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
זמן תגובה ממוצע לטירגוט מוצרי 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
גודל תגובה מינימלי לפי מוצרי 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-Resource
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-Resource
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-Resource
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-Resource
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-Resource
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-Resource
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