Get Page Using GET
Returns a paginated list of catalog sources.
Results page you want to retrieve (0..N)
Find sources which contains items that can be requested in the given projectId
Matches will have this string in their name or description.
Number of records per page.
20
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
{
"createdAt": "string",
"createdBy": "string",
"description": "string",
"global": false,
"id": "string",
"itemsFound": 0,
"itemsImported": 0,
"lastImportCompletedAt": "string",
"lastImportErrors": [
"string"
],
"lastImportStartedAt": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"projectId": "string",
"typeId": "string"
}
Source custom configuration
Creation time
Created By
Catalog Source description
Global flag indicating that all the items can be requested across all projects.
Catalog Source id
Number of items found
Number of items imported.
Last import completion time
Last import error(s)
Last import start time
Update time
Updated By
Catalog Source name
Project id where the source belongs
Type of source, e.g. blueprint, CFT... etc
Unauthorized
Forbidden
Not Found