Commit 393ad5cb authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_91 POST Method (on "PM jobs") description and response updated

parent 5a55911a
...@@ -61,6 +61,9 @@ paths: ...@@ -61,6 +61,9 @@ paths:
post: post:
description: > description: >
The POST method creates a PM job. The POST method creates a PM job.
As the result of successful executing this method, a new
"Individual PM job" resource as defined in clause 6.4.3 shall
have been created.
parameters: parameters:
- name: CreatePmJobRequest - name: CreatePmJobRequest
description: The VNF creation parameters description: The VNF creation parameters
...@@ -87,10 +90,11 @@ paths: ...@@ -87,10 +90,11 @@ paths:
description: > description: >
201 CREATED 201 CREATED
The PM job was created successfully. The response body shall Shall be returned when the PM job has been created successfully.
contain a representation of the created PM job resource. The response body shall contain a representation of the created
PM job resource.
The HTTP response shall include a "Location" HTTP header that The HTTP response shall include a "Location" HTTP header that
points to the created PM job resource. points to the created "Individual PM job" resource.
headers: headers:
Content-Type: Content-Type:
description: The MIME type of the body of the response. description: The MIME type of the body of the response.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment