Rest API to certify ActivitySpec

Status Transition

Pre-StatusPost-Status
draftcertified

Request Body

Request body is a JSON object (Content-Type: application/json) includes the following fields.

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"

    }

  ]

}

Response Body

Empty Response body.

HTTP Response Codes

HTTP Response CodeDescription
200Success
TBDInvariantUUID not found
TBDUUID not found
TBD InvariantUUID & UUID don't match
TBD ActivitySpec not in draft status 
  • No labels