Skip to content

Commit

Permalink
Update api-mediation-multi-tenancy.md
Browse files Browse the repository at this point in the history
Signed-off-by: ShobhaJayanna <[email protected]>
  • Loading branch information
Shobhajayanna authored Dec 20, 2024
1 parent 13f502c commit 438ce73
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/user-guide/api-mediation/api-mediation-multi-tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ The following commands are examples of establishing a trust relationship between

For keyrings, use the following examples of commands specific to your ESM to add certificates from the dataset and connect these certificates to the keyring used by the "Domain APIML 1":

<details>
<summary>Click here for command details for RACF. </summary>

- **For RACF:**

```
Expand Down Expand Up @@ -213,8 +210,6 @@ The following commands are examples of establishing a trust relationship between
```
TSS LIST(ZWESVUSR) KEYRING(ZOWERING)
```
</details>
2. Import root and, if applicable, intermediate public key certificates of the API ML running on system X into the truststore of the API MLs running on systems Y and Z.
Expand All @@ -229,9 +224,6 @@ The following commands are examples of establishing a trust relationship between
- **Keyring**
For keyring certificates, use the following examples of commands specific to your ESM to add certificates from the dataset, and connect these certificates to the keyrings used by registered API MLs:
<details>
<summary>Click here for command details for RACF.</summary>
- **For RACF:**
Expand Down Expand Up @@ -277,8 +269,6 @@ The following commands are examples of establishing a trust relationship between
TSS LIST(ZWESVUSR) KEYRING(ZOWERING)
```
</details>
You completed certificates setup for multitenancy configuration, whereby registered API MLs can trust the API ML where they are registered and vice versa.
## Using the `/registry` endpoint in the Gateway
Expand Down Expand Up @@ -375,9 +365,6 @@ This request lists services in the APIML of the specific apimlId given.
This response should contain information about all services in an APIML with the specific apimlId.
<details>
<summary>Click here for an example response with `/registry{apimlId}`.</summary>
**Example:**
* `GET /gateway/api/v1/registry/apiml2`
Expand Down Expand Up @@ -414,15 +401,10 @@ This response should contain information about all services in an APIML with the
]
```
</details>
### Response with `GET /gateway/api/v1/registry/{apimlId}?apiId={apiId}&serviceId={serviceId}`
This response should contain information about a specific service in an APIML with the specific apimlId.
<details>
<summary>Click here for an example of a response with `GET /gateway/api/v1/registry/{apimlId}?apiId={apiId}&serviceId={serviceId}`. </summary>
**Example:**
* `GET /gateway/api/v1/registry/apiml2?apiId=zowe.apiml.gateway&serviceId=catalog`
Expand All @@ -448,8 +430,6 @@ This response should contain information about a specific service in an APIML wi
]
```
</details>
## Validating successful configuration with `/registry`
Use the `/registry` endpoint to validate successful configuration. The response should contain all the API MLs represented by `apimlId`, and information about onboarded services.
Expand Down

0 comments on commit 438ce73

Please sign in to comment.