Skip to main content
POST
/
core.v1.IntegrationCloudService
/
ListIntegrationClouds
cURL
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>"
  }
}

Authorizations

X-API-KEY
string
header
required

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

Body

application/json
limit
integer
Required range: 0 < x <= 500
cursor
string
order
string
searchFields
enum<string>[]
filter
object

Response

Success

clouds
CloudIntegration · object[]
  • CloudIntegration
  • CloudIntegration
listMetadata
object