URL | GET {{basepath}}/hosting/:hostingId/history?start=0&limit=50 |
---|---|
Category | Hosting |
Lists history events for this hosting object.
Returns a HostingHistoryResponse object.
start | 0 | |
---|---|---|
limit | 50 | |
responseId | 1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a | allows you to search for a specific response id |
:hostingId |
---|
GET {{basepath}}/hosting/:hostingId/history?start=0&limit=50
start | 0 | |
---|---|---|
limit | 50 | |
responseId | 1_03957b5d98fd1c34a89742560cc09c015e226b25 | allows you to search for a specific response id |
:hostingId | {{hosting_id}} | the hosting identifier |
---|
200 OK
{
"responseId": "1_d35841f5e65befd2e0bca2d1091344b80c3135e5",
"status": "ok",
"message": "The event list is attached",
"listItemCount": 2,
"hostingEvents": [
{
"id": 222,
"hostingIdentifier": "1_53d984770b8903aaf658193f5c9880fd309b0e1f",
"domainName": "example-2022-4-5-13-25-20.com",
"created": 1649157938,
"delivered": 1649157946,
"message": "Creating hosting completed",
"type": "job",
"jobId": 471,
"jobType": "createHosting",
"jobStatus": "done",
"responseId": "1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a",
"context": []
},
{
"id": 221,
"hostingIdentifier": "1_53d984770b8903aaf658193f5c9880fd309b0e1f",
"domainName": "example-2022-4-5-13-25-20.com",
"created": 1649157921,
"message": "create hosting requested",
"type": "request",
"responseId": "1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a",
"context": {
"ip": "127.0.0.1",
"apikeyid": 1,
"apikeydescription": "test token",
"requestInput": "{\"package\":\"pro\",\"domain\":\"example-2022-4-5-13-25-20.com\",\"email\":\"john@metaregistrar.com\",\"password\":null,\"ftpPassword\":null}"
}
}
]
}
GET {{basepath}}/hosting/:hostingId/history?start=0&limit=50&responseId=1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a
start | 0 | |
---|---|---|
limit | 50 | |
responseId | 1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a | allows you to search for a specific response id |
:hostingId | {{hosting_id}} | The hosting identifier |
---|
200 OK
{
"responseId": "1_2f9eef7685af43923da358bdf325b875e68a56ca",
"status": "ok",
"message": "The event list is attached",
"listItemCount": 2,
"hostingEvents": [
{
"id": 222,
"hostingIdentifier": "1_53d984770b8903aaf658193f5c9880fd309b0e1f",
"domainName": "example-2022-4-5-13-25-20.com",
"created": 1649157938,
"delivered": 1649157946,
"message": "Creating hosting completed",
"type": "job",
"jobId": 471,
"jobType": "createHosting",
"jobStatus": "done",
"responseId": "1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a",
"context": []
},
{
"id": 221,
"hostingIdentifier": "1_53d984770b8903aaf658193f5c9880fd309b0e1f",
"domainName": "example-2022-4-5-13-25-20.com",
"created": 1649157921,
"message": "create hosting requested",
"type": "request",
"responseId": "1_2762a4e8b696ad661ecc55a3e6843cbbf73ddd4a",
"context": {
"ip": "127.0.0.1",
"apikeyid": 1,
"apikeydescription": "test token",
"requestInput": "{\"package\":\"pro\",\"domain\":\"example-2022-4-5-13-25-20.com\",\"email\":\"john@metaregistrar.com\",\"password\":null,\"ftpPassword\":null}"
}
}
]
}