ApphubFunctions

Functions

Link copied to clipboard

Application is a functional grouping of Services and Workloads that helps achieve a desired end-to-end business functionality. Services and Workloads are owned by the Application.

suspend fun getApplication(applicationId: String, location: String, project: String): GetApplicationResult
Link copied to clipboard

Get information about a discovered service from its uri.

suspend fun getDiscoveredService(location: String, project: String? = null, serviceUri: String): GetDiscoveredServiceResult
Link copied to clipboard

Get information about a discovered workload from its uri.

suspend fun getDiscoveredWorkload(location: String, project: String? = null, workloadUri: String): GetDiscoveredWorkloadResult