Create a Rule (NOT IMPLEMENTED IN 3.1)
Note:
Enterprise Edition only
This API creates a rule or updates all rules.
Syntax
Operation | URI |
---|---|
Updates all rules. | POST /api/v3/wlm/rule |
Creates a new rule. | POST /api/v3/wlm/rule/by-name/{name} |
Request Input
Response Output
Response Codes
POST /api/v3/wlm/rule
400
- Invalid body.403
- User does not have permission to create/update rules.409
- Conflict, rule has been modified.
POST /api/v3/wlm/rule/by-name/{name}
400
- Invalid body.403
- User does not have permission to create this rule.409
- Conflict, rule with this name already exists.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.