Gets inputs for running terraform to create IAM objects required for a cloud access config
GET/resources/cloudaccess.appvia.io/v2beta2/workspaces/:workspace/cloudidentities/:name/tfinputs
Gets inputs for running terraform to create IAM objects required for a cloud access config
Request
Path Parameters
workspace stringrequired
Workspace of the cloud identity to get
name stringrequired
Name of the cloud identity to get
Query Parameters
toCloud string
The cloud to which access is required
type string
Type of cloud access config required
forWorkspace string
Workspace (if type is for workspace cloud access)
forStage string
Stage (if type is for workspace cloud access)
Responses
- 200
- 400
- 401
- 403
- 500
The inputs required for creating IAM objects for access to a cloud
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Validation error of supplied parameters/body
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
codeint32required
fieldErrors
undefined[]
required
errCodestringrequired
fieldstringrequired
messagestringrequired
messagestringrequired
{
"code": 0,
"fieldErrors": [
{
"errCode": "string",
"field": "string",
"message": "string"
}
],
"message": "string"
}
If not authenticated
If authenticated but not authorized
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
codeint32required
detailstringrequired
messagestringrequired
uristringrequired
verbstringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}