For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTCreate repository configuration
        • DELDelete repository configuration
        • GETGet repository configurations
        • GETList all prebuilts
        • PATCHUpdate repository configuration
LogoLogo
Open sourceSupportFAQsDocs Home
ReferencePrebuilts Repository

Get repository configurations

GET
http://localhost:3000/prebuilts-repository/configs
GET
/prebuilts-repository/configs
$curl http://localhost:3000/prebuilts-repository/configs \
> -u "<username>:<password>"
1{
2 "results": [
3 {
4 "name": "@itentialopensource/aggregate-functions-for-arrays",
5 "enabled": true,
6 "type": "gitlab",
7 "hostname": "gitlab.com",
8 "path": "itentialopensource/pre-built-automations",
9 "credentials": {
10 "token": "uTc_P4pnMAEsLbQHmyOt"
11 }
12 }
13 ],
14 "total": 1
15}
Returns all the Prebuilt Repository configurations.
Was this page helpful?
Previous

List all prebuilts

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Query parameters

containsstringOptional
contains
containsFieldstringOptional
containsField
equalsstringOptional
equals
equalsFieldstringOptional
equalsField
startsWithstringOptional
startsWith
startsWithFieldstringOptional
startsWithField
sortenumOptionalDefaults to name
sort
Allowed values:
orderenumOptionalDefaults to 1
order
Allowed values:

Response

Contains an array of prebuilts and the total in the response.
resultslist of objects
totalinteger>=0
The total number of documents

Errors

500
Internal Server Error