Retrieve a sub-element: SD.session-router.holidays
get
https://cloud-native-SBC-IP/config/v1/sd/session-router/holidays/{ElementKeySE}
Retrieve a sub-element: SD.session-router.holidays
Request
Path Parameters
-
ElementKeySE: string
Identifier for the sub-element
Query Parameters
-
revision-id: string
Integer value of saved revision, or 'latest', 'active' to show the running config, or 'staging' to show complete configuration to be activated
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
return one sub element: Holiday
Root Schema : schema
Type:
object
list of holidays
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
date(required): string
Minimum Length:
1
Pattern:^((19)|(2[0-9]))[0-9][0-9]-((0?[1-9])|(1[0-2]))-((0?[1-9])|([1-2][0-9])|(3[0-1]))$
yyyy-mm-dd -
description: string
description
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]