getBuildCacheNode

@GET(value = "api/build-cache/nodes/{name}")
abstract suspend fun getBuildCacheNode(@Path(value = "name") name: String): NodeConfiguration

View the configuration of a Build Cache Node. View the enablement status and replication configuration of a Build Cache Node. Responses:

  • 200: The configuration of a Build Cache Node.

  • 404: The referenced resource either does not exist or the permissions to know about it are missing.

  • 500: The server encountered an unexpected error.

Return

NodeConfiguration

Parameters

name

The name of the Build Cache Node. To select the Built-in Build Cache Node, use `Built-in` as name.