Manage a specified human body picture library.
Method |
GET |
Description |
Get the basic information of a specified human body picture library. |
Query |
format: determine the format of request or response message. security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. iv: the initialization vector, and it is required when security is 1 or 2. HBDType (optional): determine human body picture library type, when HBDType is custom, it indicates operations of a custom human body picture library. |
Request |
None |
Response |
Succeeded: JSON_HBDLibBaseCfg Failed: JSON_ResponseStatus |
Method |
PUT |
Description |
Edit the basic information of a specified human body picture library. |
Query |
format: determine the format of request or response message. security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. iv: the initialization vector, and it is required when security is 1 or 2. HBDType (optional): determine human body picture library type, when HBDType is custom, it indicates operations of a custom human body picture library. |
Request |
|
Response |
Method |
DELETE |
Description |
Delete a specified human body picture library. |
Query |
format: determine the format of request or response message. |
Request |
None |
Response |
The <HBDID> in the URI refers to human body picture library ID, when the value of HBDType is custom, it refers to customHBDID (ID of custom human body picture library).