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
URL you can ping to measure round-trip latency to this datacenter. Compare the measured latency across datacenters to identify the nearest one (lowest ping) for your website. Null when no online server is currently available to measure against.
Example
fromhostinger_api.models.agency_hosting_v1_datacenters_datacenter_resourceimportAgencyHostingV1DatacentersDatacenterResource# TODO update the JSON string belowjson="{}"# create an instance of AgencyHostingV1DatacentersDatacenterResource from a JSON stringagency_hosting_v1_datacenters_datacenter_resource_instance=AgencyHostingV1DatacentersDatacenterResource.from_json(json)
# print the JSON string representation of the objectprint(AgencyHostingV1DatacentersDatacenterResource.to_json())
# convert the object into a dictagency_hosting_v1_datacenters_datacenter_resource_dict=agency_hosting_v1_datacenters_datacenter_resource_instance.to_dict()
# create an instance of AgencyHostingV1DatacentersDatacenterResource from a dictagency_hosting_v1_datacenters_datacenter_resource_from_dict=AgencyHostingV1DatacentersDatacenterResource.from_dict(agency_hosting_v1_datacenters_datacenter_resource_dict)