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/access-client-app-id-task.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ You must have the Organization Administrator privileges of the root organization
11
11
12
12
To obtain the credentials of a client application:
13
13
14
-
. From the left navigation pane in Anypoint Platform, click *Management Center* > *API Manager*.
15
-
. On the left navigation in API Manager, click*Client Applications*.
14
+
. Go to *Anypoint Platform* > *API Manager*.
15
+
. Click*Client Applications*.
16
16
. From the details pane, click the application for which you want to view the client credentials.
17
17
+
18
-
The client ID and client secret credentials for the selected application appear on the right of the window.
19
-
. Alternatively, if you need to obtain only the client ID of the registered client application, select the correct version of the API and click *Contracts* from the left navigation.
18
+
The client ID and client secret credentials for the selected application appear in the window.
19
+
. Alternatively, if you need to obtain only the client ID of the registered client application, select the correct version of the API and click *Contracts*.
20
20
+
21
21
As an Application Owner, if you do not have access to API Manager, you can view the xref:exchange::about-my-applications.adoc[application credentials] in Exchange.
22
22
. To view the details, click the specific API contract.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/access-developer-portal-task.adoc
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,9 @@ Before you access an asset portal, ensure that you meet one of the following con
14
14
15
15
To access an asset portal:
16
16
17
-
. Log in to Anypoint Platform.
18
-
. In the navigation bar or the Anypoint Platform page, click *API Manager*.
19
-
. On the API Administration dashboard, click the API instance name that you want to access.
20
-
. From the top-right corner on the API instance page, click *View API in Exchange*.
17
+
. Navigate to *Anypoint Platform* > *API Manager*.
18
+
. In *API Administration*, click the name of the API instance that you want to access.
19
+
. Click *Actions* and select *View API in Exchange*.
21
20
+
22
21
The portal for the selected asset is displayed in an Exchange window. You can also share and make the xref:exchange::about-portals.adoc[portal public] in Anypoint Exchange.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/api-groups-creating-groups.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ You create an API Group at the organization level.
35
35
36
36
To create API Groups:
37
37
38
-
. From the left menu in *API Manager*, click *API Groups > Create API Group*.
38
+
. Navigate to *Anypoint Platform* > *API Manager*.
39
+
. Click *API Groups* > *Create API Group*.
39
40
. In the *API Group name* field, specify a name for the API Group that you want to create: for example, `Social Chatter`.
40
41
. In the *API Group version* field, specify the version for the API Group: for example, `v1`.
41
42
. Optionally, in the *API Group instance label* field, specify a label for the API Group, such as `Internal` if you want to use it for internal purposes.
@@ -59,7 +60,7 @@ To add a new API instance to a new API Group:
59
60
60
61
. On the *Creating a new group* page, select an environment from the *Select environment* drop-down list:
61
62
. From the *Select an API* list, select the API instance that you want to add.
62
-
. From the *Select a version / instance* list, select the version of the API Instance that you want to add to the group.
63
+
. From the *Select a version / instance* list, select the version of the API instance that you want to add to the group.
63
64
. If you want to include additional API instances in the API Group, click *Add* and specify the details.
64
65
. If the API instance and the API Group belong in different business groups:
Copy file name to clipboardExpand all lines: modules/ROOT/pages/api-groups-manage-api-group-instance-contracts.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,10 @@ After you grant access to API Group instances in Exchange, a contract is automat
8
8
== Applied Contracts
9
9
10
10
With API Groups, an application can have multiple contracts with the same API in these scenarios:
11
-
* An application requests access to an API, and the request is approved.
12
-
+
11
+
12
+
* An application requests access to an API and the request is approved. +
13
13
In this case, a direct contract is created between the application and the API. This is known as _API instance contracts_.
14
-
* An application requests access to an API Group instance that consists of an API instance with which the application already has a direct contract.
15
-
+
14
+
* An application requests access to an API Group instance that consists of an API instance with which the application already has a direct contract. +
16
15
This is known as _API Group instance contracts_.
17
16
18
17
When an application has multiple contracts with the same API instance, only one contract is active at any given time. This is known as _Applied contracts_.
@@ -58,9 +57,10 @@ Note that a contract is applied for an API but not for an API Group instance. Fo
58
57
59
58
To view API Group instance contracts:
60
59
61
-
. In *API Manager*, click *API Groups*.
60
+
. Navigate to *Anypoint Platform* > *API Manager*.
61
+
. Click *API Groups*.
62
62
. From the API Group instance details page, click the `version:instance` link for the API Group instance.
63
-
. From the left navigation, click *Contracts* and expand the instance for which you want to view the contract information:
63
+
. Click *Contracts* and expand the instance for which you want to view the contract information:
64
64
+
65
65
image:api-group-instance-contracts.png[View Contracts for API Group Instance]
66
66
+
@@ -73,7 +73,7 @@ To manage API Group instance contracts:
73
73
. From the API Group instance details page, click the `version:instance` link for the API Group instance.
74
74
+
75
75
The API Group instance details page is displayed.
76
-
. From the left navigation, click *Contracts* and expand the instance for which you want to view the contract information:
76
+
. Click *Contracts* and expand the instance for which you want to view the contract information:
77
77
+
78
78
image:api-group-instance-manage-contracts.png[Manage Contracts for API Group Instance]
0 commit comments