These are the only supported GET operations in the DomainApiHandler:
enum GetOperation {
RESOURCE("read-resource"), ATTRIBUTE("read-attribute"),
RESOURCE_DESCRIPTION("read-resource-description"), OPERATION_DESCRIPTION(
"read-operation-description"),
OPERATION_NAMES("read-operation-names");
Is there a reason why others like undeploy are not supported? GETs
should not have side-effects?