Summary
Creates a new project
Description
Creates a new project
Route
POST /automation-studio/projects
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
createData |
object |
yes |
Project create data |
Copied to Clipboard
{
"name": "Firewall Service Provisioning",
"description": "This project is comprised of two major elements: 1) Workflows handling customer self-service, and 2) Workflows used by operations teams to provision service internally",
"components": [
{
"iid": 25442446,
"type": "jsonForm",
"reference": "amet",
"folder": "/"
},
{
"iid": 39905130,
"type": "jsonForm",
"reference": "nulla",
"folder": "/"
},
{
"iid": 69032115,
"type": "template",
"reference": "cupidatat Excepteur qui fugiat",
"folder": "/"
},
{
"iid": 63520016,
"type": "mopAnalyticTemplate",
"reference": "magna dolore eu",
"folder": "/"
},
{
"iid": 66015442,
"type": "mopAnalyticTemplate",
"reference": "Duis",
"folder": "/"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
Create result |
Copied to Clipboard
{
"message": "qui dolor laborum",
"data": {
"_id": "4321abcdef694aa79dae47ad",
"iid": 42947788,
"name": "Arista EOS Utilities",
"description": "This project is used at Acme Corp as the foundation of some major parts of our business process.",
"members": [
{
"type": "account",
"reference": "62a1f3d2ebedfc54e6e0065c",
"role": "editor",
"missing": true,
"username": "nisi non Duis Ut cillum",
"name": "mollit enim irure laborum",
"provenance": "sit"
},
{
"type": "account",
"reference": "5cb7b531d06cceb89fd21b1c",
"role": "operator",
"missing": false,
"username": "Excepteur sed in",
"name": "irure non esse",
"provenance": "Duis Ut ea"
},
{
"type": "group",
"reference": "62a1f3d2ebedfc54e6e0065c",
"role": "owner",
"missing": false,
"username": "nostrud laborum aute id ipsum",
"name": "officia incididunt nisi do",
"provenance": "est"
},
{
"type": "group",
"reference": "5cb7b531d06cceb89fd21b1c",
"role": "owner",
"missing": false,
"username": "et culpa",
"name": "ipsum Lorem commodo mollit est",
"provenance": "reprehenderit anim ut consequat velit"
}
],
"accessControl": {
"read": [
"laboris qui"
],
"write": [
"Lorem cillum consequat proident",
"eu",
"in",
"irure dolor veniam",
"sunt est incididunt"
],
"execute": [
"ut laboris"
],
"manage": [
"elit dolore"
]
},
"componentIidIndex": 39744171,
"components": [
{
"iid": 52086309,
"type": "mopAnalyticTemplate",
"reference": "ex voluptate nisi",
"folder": "/"
},
{
"iid": 45540732,
"type": "mopCommandTemplate",
"reference": "esse laboris laborum Excepteur",
"folder": "/"
}
],
"created": "2019-11-25T22:51:39.201Z",
"createdBy": {
"_id": "5cb7b531d06cceb89fd21b1c",
"username": null,
"provenance": "non proident exercitation officia qui",
"missing": false
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": {
"_id": "Pronghorn",
"username": null,
"provenance": "Ut",
"missing": false
},
"versionHistory": [
{
"versionNumber": -42886605,
"commitMessage": "sint eu cupidatat culpa deserunt",
"author": "consectetur ut exercitation dolor",
"branchName": "veniam"
},
{
"versionNumber": 8119609,
"commitMessage": "laborum nisi labore velit sint",
"author": "Lorem ex",
"branchName": "Lorem"
}
],
"gitConfiguration": {
"connectionType": "GitLab",
"repositoryPath": "Excepteur ut",
"branchName": "nisi aliquip ipsum et",
"projectPath": "adipisicing ex in culpa proident"
}
}
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}