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": 66717131,
"type": "mopAnalyticTemplate",
"reference": "exercitation sint aliqua",
"folder": "/"
},
{
"iid": 46186827,
"type": "jsonForm",
"reference": "laboris ad eu pariatur aliquip",
"folder": "/"
},
{
"iid": 45791668,
"type": "workflow",
"reference": "id consectetur ea anim laboris",
"folder": "/"
},
{
"iid": 39705366,
"type": "template",
"reference": "labore sunt ad",
"folder": "/"
},
{
"iid": 43636831,
"type": "workflow",
"reference": "id in occaecat exercitation commodo",
"folder": "/"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
Create result |
Copied to Clipboard
{
"message": "eiusmod qui sint nulla ipsum",
"data": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"iid": 94764708,
"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": "4321abcdef694aa79dae47ad",
"role": "owner",
"missing": false,
"username": "irure",
"name": "aute",
"provenance": "Lorem esse non labore"
},
{
"type": "group",
"reference": "4321abcdef694aa79dae47ad",
"role": "owner",
"missing": true,
"username": "ex incididunt tempor nisi non",
"name": "deserunt labore cupidatat ea",
"provenance": "ea labore"
},
{
"type": "account",
"reference": "5cb7b531d06cceb89fd21b1c",
"role": "owner",
"missing": true,
"username": "cillum do fugiat elit sed",
"name": "qui id Lorem",
"provenance": "deserunt"
},
{
"type": "account",
"reference": "4321abcdef694aa79dae47ad",
"role": "operator",
"missing": true,
"username": "deserunt",
"name": "nostrud Ut laboris est",
"provenance": "laboris anim"
}
],
"accessControl": {
"read": [
"ut officia",
"laborum exercitation in",
"cupidatat velit",
"nisi",
"ut adipisicing"
],
"write": [
"esse qui",
"ea",
"quis"
],
"execute": [
"exercitation",
"aliquip id in"
],
"manage": [
"et dolore"
]
},
"componentIidIndex": 60664615,
"components": [
{
"iid": 62780839,
"type": "workflow",
"reference": "sed qui nostrud",
"folder": "/"
},
{
"iid": 3525734,
"type": "mopAnalyticTemplate",
"reference": "dolor commodo minim",
"folder": "/"
},
{
"iid": 29104392,
"type": "transformation",
"reference": "sed aliquip dolor eu incididunt",
"folder": "/"
}
],
"created": "2019-11-25T22:51:39.201Z",
"createdBy": {
"_id": "5cb7b531d06cceb89fd21b1c",
"username": null,
"provenance": "nisi incididunt cillum ipsum",
"missing": false
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": {
"_id": "Pronghorn",
"username": "cillum minim fugiat",
"provenance": "ut ipsum dolore reprehenderit",
"missing": true
},
"versionHistory": [
{
"versionNumber": 77991487,
"commitMessage": "esse laboris dolor",
"author": "Ut aliquip sint nostrud elit",
"branchName": "Duis tempor"
},
{
"versionNumber": 68672108,
"commitMessage": "non tempor Excepteur aliquip ea",
"author": "dolore Excepteur labore adipisicing veniam",
"branchName": "do et est Ut ad"
},
{
"versionNumber": -23079518,
"commitMessage": "velit dolor sunt enim dolor",
"author": "Ut sunt",
"branchName": "anim officia ex nisi"
}
],
"gitConfiguration": {
"connectionType": "GitHub",
"repositoryPath": "voluptate consequat",
"branchName": "sunt",
"projectPath": "sint nisi laboris"
}
}
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}