POST /a/templates/node
Create a template from a specific node
Body Parameters
Name | Description | Type | Required |
---|---|---|---|
Policies | Optional policies | array | |
RefNodeUuid | string | ||
TplLabel | string |
Body Example
{
"Policies": [
{
"Action": "string",
"Effect": "string",
"JsonConditions": "string",
"Resource": "string",
"Subject": "string",
"id": "string"
}
],
"RefNodeUuid": "string",
"TplLabel": "string"
}
Response Example (200)
Response Type /definitions/entCreateNodeTemplateResponse
{
"Success": true,
"TemplateUuid": "string"
}