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 [
]
code int32required
fieldErrors
undefined[]
required
errCode stringrequired
field stringrequired
message stringrequired
message stringrequired
{
"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
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...