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": "Arista EOS Utilities",
"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": 11810081,
"type": "transformation",
"reference": "cupidatat cillum Excepteur velit in",
"folder": "/"
},
{
"iid": 85048002,
"type": "mopAnalyticTemplate",
"reference": "pariatur officia id dolor",
"folder": "/"
},
{
"iid": 37146750,
"type": "jsonForm",
"reference": "incididunt exercitation",
"folder": "/"
},
{
"iid": 83936316,
"type": "workflow",
"reference": "elit consectetur proident",
"folder": "/"
},
{
"iid": 36738218,
"type": "workflow",
"reference": "ut est",
"folder": "/"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
Create result |
Copied to Clipboard
{
"message": "pariatur non dolor eiusmod",
"data": null
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"data": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "projects-http"
}
]
},
"metadata": {
"type": "object"
}
}
}