Get
Returns the catalog source with the supplied ID.
Catalog source ID
OK
{
"config": {},
"createdAt": "string",
"createdBy": "string",
"creator": {
"email": "string",
"firstname": "string",
"id": "string",
"lastname": "string",
"type": "string"
},
"description": "string",
"global": false,
"iconId": "string",
"id": "string",
"itemsFound": 0,
"itemsImported": 0,
"lastImportCompletedAt": "string",
"lastImportErrors": [
"string"
],
"lastImportStartedAt": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"lastUpdater": {
"email": "string",
"firstname": "string",
"id": "string",
"lastname": "string",
"type": "string"
},
"name": "string",
"originOrgId": "string",
"projectId": "string",
"typeId": "string"
}
config
Creation time
Created By
Expanded policy last updater details
Catalog Source description
Global flag indicating that all the items can be requested across all projects.
Default Icon Id
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
Expanded policy last updater details
Catalog Source name
Org id where the source content originates from
Project id where the source content originates from
Type of source, e.g. blueprint, CFT... etc
Unauthorized
"CatalogSource Object"
config
Creation time
Created By
Expanded policy last updater details
Catalog Source description
Global flag indicating that all the items can be requested across all projects.
Default Icon Id
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
Expanded policy last updater details
Catalog Source name
Org id where the source content originates from
Project id where the source content originates from
Type of source, e.g. blueprint, CFT... etc
Not Found
"CatalogSource Object"
config
Creation time
Created By
Expanded policy last updater details
Catalog Source description
Global flag indicating that all the items can be requested across all projects.
Default Icon Id
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
Expanded policy last updater details
Catalog Source name
Org id where the source content originates from
Project id where the source content originates from
Type of source, e.g. blueprint, CFT... etc
curl -H 'Authorization: <value>' https://{api_host}/catalog/api/admin/sources/{sourceId}