POST Maintain/GetMaintainNotDevice1
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Not_DeviceName | Description | Type | Additional information |
---|---|---|---|
Mac | string |
None. |
|
AllCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Mac": "sample string 1", "AllCount": 2 }, { "Mac": "sample string 1", "AllCount": 2 } ]
application/xml, text/xml
Sample:
<ArrayOfNot_Device xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YinxinCloud.ModelClass"> <Not_Device> <AllCount>2</AllCount> <Mac>sample string 1</Mac> </Not_Device> <Not_Device> <AllCount>2</AllCount> <Mac>sample string 1</Mac> </Not_Device> </ArrayOfNot_Device>