Authorizations
API key authentication. Get your API key from the Formal dashboard.
Response
Success
- cloud
- cloud
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
}
}
}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
}
}
}API key authentication. Get your API key from the Formal dashboard.
Success
Show child attributes
Was this page helpful?