Overview
For every new shareable slice creation request, OOF checks whether any existing slice can be reused.
...
The interface between OOF and Slice Analysis MS doesn't exist and the details are below.
API Definition
Get utilization of Slices
Interface definition | Description |
---|---|
Content-Type | application/json |
Operation | GET |
URI | /api/v1/slices-config |
Request Body
Attribute | Required | Type | Description |
---|---|---|---|
sliceIdentifiers | Y | List<String> | Identifier for the specific type of slices |
configParams | Y | List<String> | configuration fields expected from Slice Analysis MS |
Response Codes
Code | Description |
---|---|
200 | Data returned successfully |
400 | Bad Request (Error in request attributes) |
500 | Internal server error |
Response Body
Attribute | Required | Type | Description |
---|---|---|---|
sliceConfigResponse | Y | SliceConfigResponse | Response body containing the configuration details for the requested slices |
SliceConfigResponse - Sample Response
...