Post Using POST
Creates a catalog source and imports catalog items from it.
If true, the source will not be created. It returns the number of items belonging to the source. The request will still return an error code if the source is invalid.
The catalog source to be created
{
"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
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
Created
Unauthorized
Forbidden
Not Found