Get information about multiple NsLcmOpOccs
Use this API to retrieve information about multiple NsLcmOpOccs.
The following elements of the request and responses are described with examples:
Request
Aspect | Value |
---|---|
Endpoint URL | /api/etsi/nslcm/v2/ns_lcm_op_occs |
HTTP Method | GET |
Request headers
Header | Value |
---|---|
Content-Type | application/json |
Version | 2.0.0 |
Response codes
HTTP status code | Description |
---|---|
200 | When the NsLcmOpOccs are returned successfully. |
4xx/5xx | In addition to the response codes defined in this table, any common error response codes. |
Response body
The response body contains a representation of the
NsLcmOpOcc.
[
{
"id": "1e035c14-190f-45fd-b329-b354b7af56c6",
"operationState": "COMPLETED",
"statusEnteredTime": "2021-02-23T13:07:07.434Z",
"nsInstanceId": "c1f43250-e74e-4fd0-acea-2ef1574af1e7",
"lcmOperationType": "INSTANTIATE",
"startTime": "2021-02-23T13:07:02.136Z",
"operationParams": {
"additionalParamsForNs": {
"deploymentLocation": "test@local"
}
},
"_links": {
"self": {
"href": "https://<ishtar_route>/api/etsi/nslcm/v2/ns_lcm_op_occs/1e035c14-190f-45fd-b329-b354b7af56c6"
},
"nsInstance": {
"href": "https://<ishtar_route>/api/etsi/nslcm/v2/ns_instances/c1f43250-e74e-4fd0-acea-2ef1574af1e7"
}
}
},
{
"id": "1060eb19-11ac-4884-ba72-8b1e727a8b27",
"operationState": "COMPLETED",
"statusEnteredTime": "2021-01-28T11:07:56.702Z",
"nsInstanceId": "14e87128-b0b4-4cdd-873b-4d6f23d7882f",
"lcmOperationType": "UPDATE",
"startTime": "2021-01-28T11:07:56.631Z",
"operationParams": {
"updateType": "ASSOC_NEW_NSD_VERSION",
"assocNewNsdVersionData": {
"newNsdId": "assembly::basic_assembly::2",
"sync": true
}
},
"_links": {
"self": {
"href": "https://<ishtar_route>/api/etsi/nslcm/v2/ns_lcm_op_occs/1060eb19-11ac-4884-ba72-8b1e727a8b27"
},
"nsInstance": {
"href": "https://<ishtar_route>/api/etsi/nslcm/v2/ns_instances/14e87128-b0b4-4cdd-873b-4d6f23d7882f"
}
}
}
]