Slice-analysis MS:
OOF depends on DCAE (Slice Analysis MS) for capacity available for the required slices.
Slice analysis MS in turn requests DES (Data Exposure Service) for the PM data for a specific time interval, converts it into configuration data, aggregates the configuration data for the slices and returns it back to OOF.
The interface details between OOF and Slice Analysis MS are below.
View file | ||||
---|---|---|---|---|
|
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 |
Request Body - Sample
{
"sliceIdentifiers": [
...
"maxNumberOfConns"
]
}
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
...