-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b3c1ee
commit 4d21915
Showing
621 changed files
with
120,363 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# IO.Swagger.Model.AboutDTO | ||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Title** | **string** | The title to be used on the page and in the about dialog. | [optional] | ||
**Version** | **string** | The version of this NiFi. | [optional] | ||
**Uri** | **string** | The URI for the NiFi. | [optional] | ||
**ContentViewerUrl** | **string** | The URL for the content viewer if configured. | [optional] | ||
**Timezone** | **string** | The timezone of the NiFi instance. | [optional] | ||
**BuildTag** | **string** | Build tag | [optional] | ||
**BuildRevision** | **string** | Build revision or commit hash | [optional] | ||
**BuildBranch** | **string** | Build branch | [optional] | ||
**BuildTimestamp** | **string** | Build timestamp | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# IO.Swagger.Model.AboutEntity | ||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**About** | [**AboutDTO**](AboutDTO.md) | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
Oops, something went wrong.