GroupRoutePointGetInstanceRequest23
Bases: OCIRequest
Request to get all the information of a Route Point instance. The response is either GroupRoutePointGetInstanceResponse19sp1 or ErrorResponse. The Following elements are only used in AS data mode and ignored in XS data mode: - sendCallAdmissionNotification, use value ‘false’ in XS data mode. - callAdmissionTimerSeconds, use value ‘3’ in XS data mode.
Attributes:
service_user_id (str):
Source code in src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import GroupRoutePointGetInstanceRequest23
client = Client()
command = GroupRoutePointGetInstanceRequest23(
service_user_id=...,
)
response = client.command(command)
print(response)