Hizmet Ayrıntılarını Görüntüleme
Bu API komutu ile "mevcut hizmetin detaylarını görüntüleme" işlemi sağlanır.
METHOD |
POST |
URL |
< API URL >order/detail |
Content-Type |
application/json |
Parametreler
İsim |
Zorunlu |
Açıklama |
key |
Evet |
Elde ettiğiniz API anahtarı bilgisi. |
id |
Evet |
Hizmetin kimlik numarası. |
Örnek İstek
{
"key":"< API KEY >",
"id":10001
}
Örnek "Yazılım" Hizmeti Çıktısı
{
"id": "511",
"status": "active",
"period_type": "month",
"period_duration": "1",
"product_name": "Sample Software Product",
"product_type": "software",
"product_id": "64",
"product_amount": "44.5477",
"product_amount_f": "$44.55",
"currency": "USD",
"domain": "sample.com",
"change_domain_has_expired": true,
"change_domain_used": 2,
"change_domain_limit": "2",
"change_domain": true,
"download_type": "file",
"download_hash": "a0d2c9ca819de752095ec5d204321637",
"download_ext": "jpg",
"creation_date": "2020-02-29 15:22:47",
"renewal_date": "2020-02-29 15:22:47",
"due_date": "2020-03-29 15:22:47"
}
Örnek "Web Hosting" Hizmet Çıktısı
{
"id": "484",
"status": "active",
"period_type": "year",
"period_duration": "1",
"product_name": "CHEAP SSD 1",
"product_type": "hosting",
"product_id": "15",
"product_amount": "23.7400",
"product_amount_f": "$23.74",
"currency": "USD",
"domain": "sample.com",
"features": {
"disk_limit": "2048",
"bandwidth_limit": "10240",
"email_limit": "5",
"database_limit": "5",
"addons_limit": "0",
"subdomain_limit": "3",
"ftp_limit": "unlimited",
"park_limit": "0",
"max_email_per_hour": "60",
"cpu_limit": "%20"
},
"usage": {
"bandwidth_limit_byte": 100,
"bandwidth_used_byte": 46,
"bandwidth_limit_format": "100 GB",
"bandwidth_used_format": "46 GB",
"bandwidth_used_percent": 46,
"disk_limit_byte": 10240,
"disk_used_byte": 2562,
"disk_limit_format": "10240 MB",
"disk_used_format": "2562 MB",
"disk_used_percent": 25
},
"established": true,
"creation_date": "2019-12-26 15:05:00",
"renewal_date": "2020-03-27 15:05:00",
"due_date": "2021-04-27 15:05:00"
}
Örnek "Sunucu" Hizmet Çıktısı
{
"id": "487",
"status": "active",
"period_type": "month",
"period_duration": "1",
"product_name": "FR DED 2",
"product_type": "server",
"product_id": "22",
"product_amount": "149.9000",
"product_amount_f": "$149.90",
"currency": "USD",
"ip": "192.168.1.1",
"assigned_ips": [
"192.168.1.2",
"192.168.1.3"
],
"features": {
"processor": "Intel C2750 - 8 Core",
"ram": "8 GB",
"disk": "120 GB SSD",
"raid": "Software",
"bandwidth": "1 Gbps",
"location": "France"
},
"commands": [
"suspend",
"unsuspend",
"start",
"stop",
"reboot"
],
"server_status": true,
"established": true,
"creation_date": "2019-12-26 16:59:00",
"renewal_date": "2019-03-27 16:59:00",
"due_date": "2020-04-27 16:59:00"
}
Aradığınız Bilgiyi Bulamıyor musunuz?
Bilgi bankasını detaylı olarak incelediniz, fakat ihtiyacınız olan bilgiyi bulamıyorsanız,
Bir Destek Talebi Oluşturun.
Bildiriminiz için Teşekkür Ederiz.
Bunun için üzgünüz :( Daha iyisi için çalışacağız.
Daha önce oylama yaptınız.
(36 defa görüntülendi. / 1 kişi faydalı buldu.)