Get App Result
data class GetAppResult(val activeDeploymentId: String, val appId: String, val createdAt: String, val dedicatedIps: List<GetAppDedicatedIp>, val defaultIngress: String, val id: String, val liveDomain: String, val liveUrl: String, val projectId: String, val specs: List<GetAppSpec>, val updatedAt: String, val urn: String)
A collection of values returned by getApp.
Properties
Link copied to clipboard
The ID the app's currently active deployment.
Link copied to clipboard
A list of dedicated egress IP addresses associated with the app.
Link copied to clipboard
The default URL to access the app.
Link copied to clipboard
The live domain of the app.
Link copied to clipboard
A DigitalOcean App spec describing the app.