IaC Explorer

Search IaC Stacks

Search IaC stacks

post

Query IaC stacks with filtering, sorting, and pagination

Authorizations
AuthorizationstringRequired

JWT authentication token

Body
Responses
chevron-right
200

Successful response

application/json
totalintegerOptional

Total number of stacks matching the query

post
/api/iacStacks

Query Backends

Query backends

post

Query backend/crawler data with filtering and pagination

Authorizations
AuthorizationstringRequired

JWT authentication token

Body
Responses
chevron-right
200

Successful response

application/json
totalintegerOptional

Total number of backends

post
/api/iacStacks/backends

Query Repositories

Query repositories

post

Query VCS repositories containing IaC code

Authorizations
AuthorizationstringRequired

JWT authentication token

Body
freeTextSearchstringOptional

Free text search query

Responses
chevron-right
200

Successful response

application/json
repoFullNamestringOptional

Full repository name (org/repo)

maxTimestampnumberOptional

Last update timestamp (epoch)

post
/api/iacStacks/repositories

Query Modules

Query modules

post

Query Terraform/Pulumi modules with filtering and pagination

Authorizations
AuthorizationstringRequired

JWT authentication token

Body
Responses
chevron-right
200

Successful response

application/json
totalintegerOptional

Total number of modules

post
/api/iacStacks/modules

Query Providers

Query providers

post

Query stack providers aggregations

Authorizations
AuthorizationstringRequired

JWT authentication token

Body
Responses
chevron-right
200

Successful response

application/json

Response containing provider types and URLs aggregations

post
/api/iacStacks/providers

Last updated

Was this helpful?