latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Set
Get Resource Inputs for the given Deployment Set
get/orgs/{orgId}/apps/{appId}/sets/{setId}/resources
Path parameters
orgIdstring required
The Organization ID
appIdstring required
The Application ID
setIdstring required
ID of the Deployment Set.
Response
Resource Inputs of the requested Deployment Set.
Example response
[
{
"class": "cloudsql",
"id": "shared.postgres",
"resource": {
"host": "127.0.0.1",
"name": "my-database"
},
"type": "postgres"
}
]