1 package org.opencomp.simulator.presetGenerator.presets.BasePresets;
3 import org.springframework.http.HttpMethod;
6 * Created by itzikliderman on 21/12/2017.
8 public abstract class BaseMSOPresetServiceInstanceOperationsPost extends BaseMSOPreset {
10 protected String getRootPath() {
11 return super.getRootPath() + "/cloudResources/v1/operationalEnvironments/ENV-UUID";
15 public Object getResponseBody() {
17 " \"requestReferences\": {"+
18 " \"instanceId\": \"dbe54591-c8ed-46d3-abc7-d3a24873dfbd\","+
19 " \"requestId\": \"dbe54591-c8ed-46d3-abc7-d3a24873sssa\""+
25 public HttpMethod getReqMethod() {
26 return HttpMethod.POST;
30 public int getResponseCode() {