revision
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Current revision for this NiFi.
XML
Elements
| name (type) |
min/max occurs |
description |
|
clientId (string)
|
0/1 |
A client identifier used to make a request. By including a client
identifier, the API can allow multiple requests without needing the
current revision. Due to the asynchronous nature of requests/responses
this was implemented to allow the client to make numerous requests
without having to wait for the previous response to come back.
|
|
version (long)
|
0/1 |
NiFi employs an optimistic locking strategy where the client must include
a revision in their request when performing an update. In a response,
this field represents the updated base version.
|
JSON
| property |
type |
description |
| clientId |
clientId (string)
|
A client identifier used to make a request. By including a client
identifier, the API can allow multiple requests without needing the
current revision. Due to the asynchronous nature of requests/responses
this was implemented to allow the client to make numerous requests
without having to wait for the previous response to come back.
|
| version |
version (long)
|
NiFi employs an optimistic locking strategy where the client must include
a revision in their request when performing an update. In a response,
this field represents the updated base version.
|