You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/analytics-chart.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ API Analytics provides a summary in chart form of requests, top apps, and latenc
11
11
12
12
The requests summary chart lists the total number of requests to your API by the duration you choose. The chart shows the HTTP status codes specified by W3C. For example:
13
13
14
-
image::analytics-request.png["Requests June 1,2017"]
14
+
image::analytics-request.png["Summary chart of the total number of requests for June 1,2017, shown by one hour duration."]
15
15
16
16
Graph lines are provided for:
17
17
@@ -25,23 +25,23 @@ The top apps summary chart lists the number of requests made to the API by each
25
25
26
26
The graph lists the number of requests over the duration you select, for example:
27
27
28
-
image::analytics-top-apps.png[]
28
+
image::analytics-top-apps.png["Summary chart of requests for the top five applications for June 1, 2017, shown by one hour duration."]
29
29
30
30
== Reviewing Latency Summary Chart
31
31
32
32
The latency summary chart lists the average API latency for the period selected. The higher the latency, the lower the performance. The y-axis in the chart lists the average latency in milliseconds (ms).
33
33
34
-
The following example shows that worst average performance during the hour occurred at 8:30 am.
34
+
The following example shows that the worst average performance in the one-hour period was at 8:30 am.
image::analytics-performance.png["A latency summary chart showing the average latency for the highest point on the chart, which is 8:30 am."]
37
37
38
38
== Including Policy Violations in Charts
39
39
40
40
*Note:* Users must have the View Policies permission set to view policies or edit a Policy Violation alert.
41
41
42
42
Enable or disable the tracking of policy violations by checking the Include Policy Violations checkbox on an Analytics chart screen. The chart shows traffic rejected, or not rejected, by a policy.
43
43
44
-
image::policy-violations-dashboard.png[]
44
+
image::policy-violations-dashboard.png["An analytics chart screen with the Include Policy Violations checkbox indicated with a callout."]
Copy file name to clipboardExpand all lines: modules/ROOT/pages/building-https-proxy.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ To deploy your API Proxy to a standalone server, provide secured properties for
123
123
.. Click the *Actions* button in the top-right corner of your screen and select *Download Proxy*.
124
124
. Take note of your API Instance ID under *API Instance*.
125
125
+
126
-
image::building-https-proxy-541ec.png[]
126
+
image::building-https-proxy-541ec.png["The Download Proxy form with the API Instance ID highlighted by a rectangle."]
127
127
+
128
128
. When running your standalone Mule instance, you need to provide the keystore and key passphrases as -D arguments, along with your API Proxy's API Instance ID. +
129
129
For example, if your API instance ID is 15464957, you need to pass the arguments:
Copy file name to clipboardExpand all lines: modules/ROOT/pages/classify-api-task.adoc
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,30 +23,30 @@ If the API is not running, follow the single-step classification process in this
23
23
24
24
== Classifying the API instance on API Manager
25
25
26
-
. In API Manager, click the environment control, labeled SANDBOX, in this example:
26
+
. In API Manager, click the environment control, which is labeled SANDBOX in this example:
27
27
+
28
-
image::environment3.png[]
28
+
image::environment3.png["API Manager API Administration with the environment sandbox selected."]
29
29
+
30
30
If you do not have a suitable environment you want to classify the API into, create the environment in Access Management.
31
31
See xref:access-management::environments.adoc#to-create-a-new-environment[To Create a New Environment] and xref:environments-concept.adoc[Reviewing Environment Concepts] for more information.
32
32
+
33
33
. Select *Unclassified*.
34
34
+
35
-
image::switch-environment.png[]
35
+
image::switch-environment.png[The Switch Environment dialog showing the environments.]
36
36
+
37
-
. Click *Switch.
37
+
. Click *Switch*.
38
38
+
39
39
A list of unclassified APIs appears.
40
40
+
41
-
image::classify.png[]
41
+
image::classify.png[API Administration dialog box showing a list of unclassified APIs.]
42
42
+
43
-
. Click Classify.
44
-
. Under Target Environment, select the environment for the API from the list of environments available to you. For example, select Test.
45
-
. In Instance Label, optionally type a unique instance name. For example, type `abc-api-1`.
43
+
. Click *Classify*.
44
+
. For *Target environment*, select the environment for the API from the list of environments available to you. For example, select *Test*.
45
+
. For *Instance name*, optionally type a unique instance name. For example, type `abc-api-1`.
46
46
+
47
-
In environments, APIs can have more than a single instance. Therefore, an instance name is required to uniquely identify it.
47
+
For environments, APIs can have more than a single instance. Therefore, an instance name is required to uniquely identify it.
48
48
+
49
-
image::classify-instance.png[]
49
+
image::classify-instance.png[The Classify dialog box with example values in the Target environments and Instance name fields.]
Copy file name to clipboardExpand all lines: modules/ROOT/pages/environments-concept.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ endif::[]
5
5
6
6
The support for environments in strategic components of Anypoint Platform eliminates the need to construct version names to reflect an environment. The administrator grants permissions per environment. A user who is granted environment access permission has full access to operations inside the specific environment:
7
7
8
-
image::environment3.png[]
8
+
image::environment3.png["API Manager API Administration with the environment sandbox selected."]
9
9
10
10
API Manager environment administrator only relates to actions inside of API Manager. The API Manager Environment Administration permission allows you to do the following things:
11
11
@@ -18,7 +18,7 @@ As organization administrator, you grant permissions to users as described in th
18
18
19
19
When you navigate to API Manager, you see the environment control bearing the name of your default environment on the upper left. In this example, Sandbox is the default environment:
20
20
21
-
image::environment3.png[]
21
+
image::environment3.png["API Manager API Administration with the environment sandbox selected."]
22
22
23
23
When you click the environment control, a list of your production and sandbox environments appears.
0 commit comments