| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.gw.client |
| Modifier and Type | Method and Description |
|---|---|
PlatformResponse<Void> |
ApiPlatformClient.activateEndpoint(String organizationId,
String environmentId,
Long apiId)
Marks a specific API as active in API Manager, using endpoint .
|
PlatformResponse<ApiResponse> |
ApiPlatformClient.getApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
String apiEntityTag)
Retrieves the API details of a specific API, including applied policies, identity management, associated SLAs and metadata of
the API from API Manager, using endpoint .
|
PlatformResponse<ApiClientsResponse> |
ApiPlatformClient.getApiClients(String organizationId,
String environmentId,
Long apiId,
String contractsEntityTag)
Retrieves Contracts from CCS for a particular API, using endpoint .
|
PlatformResponse<LegacyCoreServicesClientDto> |
ApiPlatformClient.getClient(String id)
Retrieves a Client Application from Auth Service using the id as key, using endpoint
.
|
PlatformResponse<CoreServicesClientDto> |
ApiPlatformClient.getClient(String id,
String secret)
Validates a Client Application against Auth Service using its credentials.
|
Copyright © 2014–2024 MuleSoft, Inc.. All rights reserved.