SBurina
New Pleskian
Hi!
I'm getting an undocumented status code "1" from API call to get a subscription (webspace) genral info:
As far as I could understand, the codes should be 0, 16, 32, 64, and 128.
Is this normal or I'm doing something wrong?
Thank you!
I'm getting an undocumented status code "1" from API call to get a subscription (webspace) genral info:
Code:
PleskX\Api\XmlResponse {#829
+"status": "ok"
+"filter-id": "example.com"
+"id": "70"
+"data": PleskX\Api\XmlResponse {#835
+"gen_info": PleskX\Api\XmlResponse {#837
+"cr_date": "2015-05-11"
+"name": "example.com"
+"ascii-name": "example.com"
+"status": "1"
+"real_size": "5275648"
+"owner-id": "58"
+"dns_ip_address": "XX.XX.XX.XX"
+"htype": "vrt_hst"
+"guid": "3602b687-c1fe-4b88-9983-405f739a3558"
+"vendor-guid": "6fdec3be-c2ee-4186-bc9b-3c1fd31a1af1"
+"external-id": PleskX\Api\XmlResponse {#839}
+"sb-site-uuid": PleskX\Api\XmlResponse {#840}
+"description": PleskX\Api\XmlResponse {#841}
+"admin-description": PleskX\Api\XmlResponse {#842}
}
}
}
As far as I could understand, the codes should be 0, 16, 32, 64, and 128.
Is this normal or I'm doing something wrong?
Thank you!