Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field Name

Mandatory(M)

/Optional(O)

/Conditional(C)

Validations
InvariantUUIDMExist in SDC
UUIDMExist in SDC

Sample


Request Headers:

Connection: keep-alive

Accept: application/json

Content-Type: application/json

USER_ID: cs0008

Content-Length: 342

User-Agent: Jakarta Commons-HttpClient/3.1

Host: 192.172.97.237:8080

POST http://192.172.97.237:8080/activityspec-api/v1.0/activity-spec

{

  "name": "Stop_VNF",

  "description": "Activity to Stop VNF",

  "categoryList": [

    "VNF"

  ],

  "inputParameters": [

    {

      "name": "wait_time",

      "type": "string"     

    }

  ],

  "outputParameters": [

    {

      "name": "status",

      "type": "string",

      "value": "stopped"

    }

  ]

}TBD

Response Body

Empty Response body.

...