Authorizations
API key authentication. Get your API key from the Formal dashboard.
Body
application/json
curl -X POST "https://api.joinformal.com/core.v1.IntegrationCloudService/ListIntegrationClouds" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"clouds": [
{
"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
}
}
],
"listMetadata": {
"after": "<string>",
"before": "<string>",
"count": 123,
"nextCursor": "<string>"
}
}curl -X POST "https://api.joinformal.com/core.v1.IntegrationCloudService/ListIntegrationClouds" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"clouds": [
{
"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
}
}
],
"listMetadata": {
"after": "<string>",
"before": "<string>",
"count": 123,
"nextCursor": "<string>"
}
}API key authentication. Get your API key from the Formal dashboard.
Was this page helpful?