v3.2023083.2: Update API Client
What's Changed
GET
/policies/bindings/{policy_binding_uuid}/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
PUT
/policies/bindings/{policy_binding_uuid}/
Request:
Changed content type : application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
PATCH
/policies/bindings/{policy_binding_uuid}/
Request:
Changed content type : application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
POST
/policies/bindings/
Request:
Changed content type : application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
Return Type:
Changed response : 201 Created
-
Changed content type :
application/json
-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
GET
/policies/bindings/
Return Type:
Changed response : 200 OK
-
Changed content type :
application/json
-
Changed property
results
(array)Changed items (object):
> PolicyBinding Serializer-
Added property
failure_result
(boolean)Result if the Policy execution fails.
-
Changed property
timeout
(integer)Timeout after which Policy execution is terminated.
-
-