Skip to main content
POST
/
core.v1.IntegrationCloudService
/
UpdateCloudIntegration
cURL
curl -X POST "https://api.joinformal.com/core.v1.IntegrationCloudService/UpdateCloudIntegration" \
  -H "X-API-KEY: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "example": "value"
  }'
{
  "cloud": {
    "id": "<string>",
    "name": "<string>",
    "active": true,
    "createdAt": "2023-01-15T01:30:15.01Z",
    "updatedAt": "2023-01-15T01:30:15.01Z",
    "aws": {
      "url": "<string>",
      "awsFormalId": "<string>",
      "awsAccountId": "<string>",
      "awsFormalIamRole": "<string>",
      "awsFormalHandshakeId": "<string>",
      "templateBody": "<string>",
      "awsFormalUserName": "<string>",
      "awsFormalPingbackArn": "<string>",
      "awsFormalStackName": "<string>",
      "awsCloudRegion": "<string>",
      "awsTemplateVersion": "<string>",
      "awsS3BucketArn": "<string>",
      "awsEnableEksAutodiscovery": true,
      "awsEnableRdsAutodiscovery": true,
      "awsEnableRedshiftAutodiscovery": true,
      "awsAllowS3Access": true,
      "awsEnableEc2Autodiscovery": true,
      "awsEnableEcsAutodiscovery": true,
      "awsCustomerRoleArn": "<string>",
      "awsEnableS3Autodiscovery": true
    }
  }
}

Authorizations

X-API-KEY
string
header
required

API key authentication. Get your API key from the Formal dashboard.

Body

application/json
aws
object
required
id
string
Minimum length: 1

Response

Success

cloud
object
  • cloud
  • cloud