SystemSubscriberGetProvisioningParametersRequest24V2
Bases: OCIRequest
Get the system provisioning configuration for all subscribers The response is either a SystemSubscriberGetProvisioningParametersResponse24V2 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to the SystemSubscriberGetProvisioningParametersRequest24V2.
Attributes:
configurable_clid_normalization (bool):
include_default_domain (bool):
min_auth_level_to_provision_alt_user_id (str):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemSubscriberGetProvisioningParametersRequest24V2
client = Client()
command = SystemSubscriberGetProvisioningParametersRequest24V2()
response = client.command(command)
print(response)