Domain Count by AFC
GET/partner/website/domain_count_by_afc
Request
Responses
- 200
- 400
- 401
- 500
200success
Response 200
{
"status": 200,
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"domain_count_list": [
{
"PARTNER_IDX": "DEMO-PTR-00001",
"PARTNER_NAME": "demo.example.com",
"AFC_CODE": "AAFC1",
"TOTAL_COUNT": 10,
"DELETING": 0,
"DISCONNECT": 0,
"TEMP_BLOCKED": 0,
"BYPASS": 0,
"FORWARDING": 0,
"DETECTING": 0,
"PROTECTING": 0
}
]
}
}
Schema Details
| Field | Type | Description |
|---|---|---|
status | integer | |
message | object | |
data | object |
400Bad Request
Response 400
{
"message": {
"key": "RES000002",
"value": "Bad Request"
}
}
Schema Details
| Field | Type | Description |
|---|---|---|
message | object |
401Unauthorized
Response 401
{
"message": {
"key": "RES000033",
"value": "Unauthorized"
}
}
Schema Details
| Field | Type | Description |
|---|---|---|
message | object |
500Internal server error
Response 500
{
"message": {
"key": "RES000029",
"value": "An internal server error has occurred."
}
}
Schema Details
| Field | Type | Description |
|---|---|---|
message | object |