SystemCustomerOriginatedTraceGetRequest
Bases: OCIRequest
Request the system level data associated with Customer Originated Trace. The response is either a SystemCustomerOriginatedTraceGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemCustomerOriginatedTraceGetRequest.
Attributes:
screen_malicious_callers (bool):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemCustomerOriginatedTraceGetRequest
client = Client()
command = SystemCustomerOriginatedTraceGetRequest()
response = client.command(command)
print(response)