Querying the Masking Algorithm List of a Specified Type
Function
This API is used to query the masking algorithm list of a specified type.
Calling Method
For details, see Calling APIs.
URI
GET /v2/{project_id}/mask/algorithms
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Unique project ID. |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
limit |
No |
Integer |
Number of records on each page. |
|
name |
No |
String |
Algorithm name (for filtering) |
|
offset |
No |
Integer |
Pagination offset. |
|
type |
No |
String |
Algorithm type (for filtering) |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
algorithms |
Array of ResponseAlgorithm objects |
List of masking algorithms, including all supported masking algorithms. |
|
total |
Long |
Total number of masking algorithms. |
|
Parameter |
Type |
Description |
|---|---|---|
|
algorithm |
String |
Unique identifier of the masking algorithm. |
|
algorithm_id |
String |
Unique ID of the masking algorithm. |
|
algorithm_name |
String |
Name of the masking algorithm. |
|
algorithm_name_en |
String |
English name of the masking algorithm |
|
category |
String |
Category of the masking algorithm, which can be built-in, copied built-in, or custom. |
|
data |
String |
Data content processed by the masking algorithm. |
|
parameter |
String |
Configuration parameters of the masking algorithm |
|
processed_data |
String |
Data content after masking |
Example Requests
None
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Query result. |
|
401 |
Unauthorized. |
|
403 |
Access denied. |
|
404 |
Resource not found. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot