aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-sirius-manager-server/src/main/resources
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-04-16 14:00:29 +0000
committerCarsten Lund <lund@research.att.com>2017-04-16 14:01:24 +0000
commit3ec1de0d0dc87b0123dd0ec47b3c9f40f22bad24 (patch)
tree033b72ee193ffa31e701f8fc14fa0968428d2b8f /ncomp-sirius-manager-server/src/main/resources
parenta3e9b9cea143816780eed14896ca5843402ee371 (diff)
[DCAE-15] Changes related to version 1.1
See Jira for details Change-Id: I392c4faf0de70d7a810f86eaafb7ed3ab4613386 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-sirius-manager-server/src/main/resources')
-rw-r--r--ncomp-sirius-manager-server/src/main/resources/ManagementServer.yaml63
1 files changed, 63 insertions, 0 deletions
diff --git a/ncomp-sirius-manager-server/src/main/resources/ManagementServer.yaml b/ncomp-sirius-manager-server/src/main/resources/ManagementServer.yaml
new file mode 100644
index 0000000..32e2242
--- /dev/null
+++ b/ncomp-sirius-manager-server/src/main/resources/ManagementServer.yaml
@@ -0,0 +1,63 @@
+
+package-name: org.openecomp.ncomp.sirius.manager.logging
+java-root: src/main/java-gen
+resources-root: src/main/resources-gen
+
+messages:
+ MANAGEMENT-SERVER-WEB-REQUEST-WITHOUT-HANDLER:
+ errorCode: 4011E
+ messageFormat: No Handler {0}
+ resolution: Root cause need to be determined.
+ description: Web request that server did not understand.
+ MANAGEMENT-SERVER-WEB-REQUEST-UNKNOWN-RETURN-CLASS:
+ errorCode: 5011E
+ messageFormat: type={0}
+ resolution: Root cause need to be determined.
+ description: Web request handler cannot return the object created.
+ MANAGEMENT-SERVER-WEB-REQUEST-UNSUPPORTED-CONTENT-TYPE:
+ errorCode: 4012E
+ messageFormat: type={0}
+ resolution: Root cause need to be determined.
+ description: Web request handler cannot support the requested content type.
+ MANAGEMENT-SERVER-WEB-REQUEST-UNKNOWN-EXCEPTION:
+ errorCode: 4012E
+ messageFormat: type={0}
+ resolution: Root cause need to be determined.
+ description: Web request handler got an unknown expection.
+ MANAGEMENT-SERVER-RESOURCE-DOES-NOT-EXIST:
+ errorCode: 4012E
+ messageFormat: No resource with path={0}
+ resolution: Root cause need to be determined.
+ description: No resource with this path exists in server.
+ MANAGEMENT-SERVER-RESOURCE-EXIST:
+ errorCode: 4012E
+ messageFormat: No resource with path={0}
+ resolution: Root cause need to be determined.
+ description: Resource with this path already exists in server.
+ MANAGEMENT-SERVER-ACTION-FORBIDDEN:
+ errorCode: 4030E
+ messageFormat: user={0} action={1} path={2}
+ resolution: Root cause need to be determined.
+ description: Action forbidden.
+ MANAGEMENT-SERVER-UNKNOWN-SERVICE-FAILED:
+ errorCode: 4031W
+ messageFormat: exception={0} target={1}
+ resolution: Root cause need to be determined.
+ description: HTTP request to unknown service failed.
+ MANAGEMENT-SERVER-JSON-VERSION-MISMATCH:
+ errorCode: 4032W
+ messageFormat: real version={0} expected version={1}
+ resolution: Root cause need to be determined.
+ description: Expected JSON version is not the same as the actual version.
+
+operations:
+ MANAGEMENT-SERVER-CREATE-RESOURCE:
+ description: Create object in management server
+ MANAGEMENT-SERVER-UPDATE-RESOURCE:
+ description: Update object in management server
+ MANAGEMENT-SERVER-LIST-RESOURCE:
+ description: List object in management server
+ MANAGEMENT-SERVER-DELETE-RESOURCE:
+ description: Delete object in management server
+ MANAGEMENT-SERVER-UNKNOWN-SERVICE:
+ description: Connection to unknown service. \ No newline at end of file