Post Using POST 1
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,
"iconId": "string",
"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.
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
Catalog Source name
Project id where the source belongs
Type of source, e.g. blueprint, CFT... etc
Validation is ok
{
"createdAt": "string",
"createdBy": "string",
"description": "string",
"global": false,
"iconId": "string",
"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.
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
Catalog Source name
Project id where the source belongs
Type of source, e.g. blueprint, CFT... etc
Created
{
"createdAt": "string",
"createdBy": "string",
"description": "string",
"global": false,
"iconId": "string",
"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.
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
Catalog Source name
Project id where the source belongs
Type of source, e.g. blueprint, CFT... etc
Bad Request
Unauthorized
Forbidden
Not Found