ApiResponse<APIInfoDTO> |
GetApiInfoApi.apisApiIdGetWithHttpInfo(String apiId,
String tenantDomain) |
Get the subscription information of an api by providing the api uuid.
|
ApiResponse<APIListDTO> |
GetApiInfoApi.apisGetWithHttpInfo(String context,
String version,
String tenantDomain) |
Get the list of APIS by providing context and version.
|
ApiResponse<ApplicationListDTO> |
GetApplicationInfoApi.applicationsGetWithHttpInfo(String name,
String uuid,
String tenantDomain) |
Get the applications information by providing the application name or uuid.
|
ApiResponse<APIArtifactDTO> |
DefaultApi.getAPIArtifactsWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Get API artifact from the storage
This operation is used to get the local entries, sequences and endpoints from the storage.
|
ApiResponse<APIArtifactDTO> |
GetApiArtifactsApi.getAPIArtifactsWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Get API artifact from the storage
This operation is used to get the local entries, sequences and endpoints from the storage.
|
ApiResponse<EndpointsDTO> |
DefaultApi.getEndpointsWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Get end-points from the storage for the API
This operation is used to get the end-points from the storage.
|
ApiResponse<EndpointsDTO> |
GetApiArtifactsApi.getEndpointsWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Get end-points from the storage for the API
This operation is used to get the end-points from the storage.
|
ApiResponse<LocalEntryDTO> |
DefaultApi.getLocalEntriesWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Get Local Entry from the storage
This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
|
ApiResponse<LocalEntryDTO> |
GetApiArtifactsApi.getLocalEntriesWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Get Local Entry from the storage
This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.
|
ApiResponse<SequencesDTO> |
DefaultApi.getSequencesWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Get sequences from the storage
This operation is used to get the API sequence from the storage.
|
ApiResponse<SequencesDTO> |
GetApiArtifactsApi.getSequencesWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Get sequences from the storage
This operation is used to get the API sequence from the storage.
|
ApiResponse<SubscriptionListDTO> |
SubscriptionsApi.getSubscriptionsWithHttpInfo(String apiUUID,
String applicationUUID,
String tenantDomain) |
Get Subscriptions stored in in-memory
This operation is used to get the Subscriptions from the storage.
|
ApiResponse<DeployResponseDTO> |
DefaultApi.redployAPIWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Re Deploy the API in the gateway
This operation is used to re deploy an API in the gateway.
|
ApiResponse<DeployResponseDTO> |
DeployApiApi.redployAPIWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Re Deploy the API in the gateway
This operation is used to re deploy an API in the gateway.
|
ApiResponse<Void> |
DefaultApi.serverStartupHealthcheckGetWithHttpInfo() |
Health check to check if all the API are deployed during the server startup
Health check to check if all the API are deployed during the server startup
|
ApiResponse<SubscriptionDTO> |
GetSubscriptionInfoApi.subscriptionsGetWithHttpInfo(String apiUUID,
String appUUID,
String tenantDomain) |
Get the subscriptions meta information of an api by providing the api uuid and application uuid.
|
ApiResponse<DeployResponseDTO> |
DefaultApi.undeployAPIWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Uneploy the API in the gateway
This operation is used to undeploy an API in the gateway.
|
ApiResponse<DeployResponseDTO> |
UndeployApiApi.undeployAPIWithHttpInfo(String apiName,
String version,
String tenantDomain) |
Uneploy the API in the gateway
This operation is used to undeploy an API in the gateway.
|