Summary
Creates a new project
Description
Creates a new project
Route
POST /automation-studio/projects
Roles
admin
apiwrite
Parameters
Details Example Schema
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": 61893332,
"type": "workflow",
"reference": "quis laborum",
"folder": "/"
},
{
"iid": 58350840,
"type": "transformation",
"reference": "occaecat enim velit",
"folder": "/"
}
]
}
Return
Details Example Schema
Name
Type
Description
response
object
Create result
Copied to Clipboard
{
"message": "proident reprehenderit",
"data": {
"_id": "5cb7b531d06cceb89fd21b1c",
"iid": 70866475,
"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": "5cb7b531d06cceb89fd21b1c",
"role": "owner",
"missing": false,
"username": "aliqua dolor eiusmod",
"name": "Duis",
"provenance": "laboris amet consequat magna do"
}
],
"accessControl": {
"read": [
"esse",
"eu",
"consequat et adipisicing nostrud"
],
"write": [
"aliqua ullamco dolor",
"laboris aliqua Lorem nostrud consequat"
],
"execute": [
"nisi voluptate tempor",
"cillum enim do adipisicing velit",
"voluptate irure",
"proident do ullamco"
],
"manage": [
"voluptate magna Excepteur ipsum",
"ex quis",
"proident Ut laborum sunt"
]
},
"componentIidIndex": 38273525,
"components": [
{
"iid": 97213118,
"type": "jsonForm",
"reference": "pariatur elit",
"folder": "/"
},
{
"iid": 55654974,
"type": "mopAnalyticTemplate",
"reference": "cillum labore",
"folder": "/"
},
{
"iid": 48009510,
"type": "jsonForm",
"reference": "Excepteur cillum laborum consequat",
"folder": "/"
}
],
"created": "2019-11-25T22:51:39.201Z",
"createdBy": {
"_id": "Pronghorn",
"username": null,
"provenance": "in Duis nostrud ut",
"missing": true
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": {
"_id": "Pronghorn",
"username": "ex nisi adipisicing sunt",
"provenance": "nulla",
"missing": false
},
"versionHistory": [
{
"versionNumber": 30371843,
"commitMessage": "irure et dolor aliquip enim",
"author": "qui consectetur aliqua ipsum",
"branchName": "velit est eiusmod"
},
{
"versionNumber": -50507647,
"commitMessage": "culpa",
"author": "sed occaecat",
"branchName": "eiusmod"
},
{
"versionNumber": 59706976,
"commitMessage": "dolor sit et",
"author": "magna ullamco cillum sed",
"branchName": "deserunt nulla Ut"
},
{
"versionNumber": 60498051,
"commitMessage": "incididunt cupidatat",
"author": "non nulla proident",
"branchName": "anim sed nostrud non"
}
],
"gitConfiguration": {
"connectionType": "GitHub",
"repositoryPath": "in irure laboris",
"branchName": "quis sint aliquip tempor",
"projectPath": "commodo nulla nisi culpa"
}
}
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}