Get Terraform Configuration Sources Using GET
Returns a paginated list of configuration sources configured as storage for Terraform configurations.
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
A comma-separated list of project IDs. Results will be filtered so only configuration sources accessible from one or more of these projects will be returned.
A search parameter to search based on configuration source name or repository.
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
OK
{
"content": [
{
"config": {
"branch": "string",
"contentType": "string",
"integrationId": "string",
"path": "string",
"repository": "string",
"requestScopeOrg": false
},
"description": "string",
"id": "string",
"integrationAccountName": "string",
"isSyncEnabled": false,
"label": "string",
"name": "string",
"projectId": "string",
"typeId": "string"
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"unpaged": false
},
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
content
empty
first
last
number
numberOfElements
pageable
size
sort
totalElements
totalPages
Unauthorized
Forbidden
curl -H 'Authorization: <value>' https://{api_host}/blueprint/api/blueprint-integrations/terraform/get-configuration-sources?projects=v