put /waves/{name}

Create Wave(saveWave)

Create a new Wave.

Path parameters

name (required)

Path Parameter — Wave name

Consumes

This API call consumes the following media types via the Content-Type request header:

  • application/json

 

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

  • application/json

Responses

201

CREATED

value (optional)

WaveInfo

Example data

Content-Type: application/json

{

"waveId": {

"value": "wave-01",

},

"validationStatus": "NotValidated",

"runs": "23",

"lastJob": {

"runId": {

"value": "run-01",

},

"type": "RunInCloud",

"start": "1970-01-01T00:00:00.000Z",

"end": "1970-01-01T00:00:00.000Z",

"status": "Running",

}

}

Default

Error ErrorInfo

errorCode (optional)

String

url(optional)

String

message (optional)

String