You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the statistics file's filepath is for all the domains on a cPanel account. * `1` - All domains. * `0` - An individual domain.
[optional]
domain
str
The domain for which to display statistics.
[optional]
path
str
The filepath to the statistics file.
[optional]
ssl
int
Whether the function generates statistics from SSL requests. * `1` - Generates statistics for SSL requests. * `0` - Generates statistics for non-SSL requests.
[optional]
Example
fromclientapi_cpanel.models.inline_response200490_result_dataimportInlineResponse200490ResultData# TODO update the JSON string belowjson="{}"# create an instance of InlineResponse200490ResultData from a JSON stringinline_response200490_result_data_instance=InlineResponse200490ResultData.from_json(json)
# print the JSON string representation of the objectprint(InlineResponse200490ResultData.to_json())
# convert the object into a dictinline_response200490_result_data_dict=inline_response200490_result_data_instance.to_dict()
# create an instance of InlineResponse200490ResultData from a dictinline_response200490_result_data_from_dict=InlineResponse200490ResultData.from_dict(inline_response200490_result_data_dict)