Querying the Types of Rules That Can Be Created
Function
This API is used to query the types of rules that can be created.
Calling Method
For details, see Calling APIs.
URI
GET /v2/{organizationId}/types/query
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
organizationId |
Yes |
String |
Organization ID. |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
typeKey |
String |
Type ID. |
|
typeName |
String |
Type name. |
Example Requests
None
Example Responses
Status code: 200
OK
{
"typeKey" : "Build",
"typeName" : "Build"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
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