...
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 |
Code Block | ||
---|---|---|
| ||
{
"sliceIdentifiers": [
"7e000ddc-7ba1-4fdb-a7ce-8f0a65ab3282",
"cb51e744-bfcf-4188-885a-e3e3c51ed53e"
],
"configParams": [
"dLThptPerSlice",
"uLThptPerSlice",
"maxNumberOfConns"
]
} |
Response Codes
Code | Description |
---|---|
200 | Data returned successfully |
400 | Bad Request (Error in request attributes) |
500 | Internal server error |
...