{
"operation-name" : "add",
"description" : "The add operation for the principal transformer.",
"request-properties" : {
"pattern" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The regular expression to use to locate the portion of the name to be replaced.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"replace-all" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Should all occurrences of the pattern matched be replaced or only the first occurrence.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"replacement" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The value to be used as the replacement.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}