Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mendonca-andre committed Jun 8, 2019
1 parent 1b3c1ee commit 4d21915
Show file tree
Hide file tree
Showing 621 changed files with 120,363 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
################################################################################

/.vs
/NiFi.Swagger/.vs/NiFi.Swagger/v16/Server/sqlite3
/NiFi.Swagger/bin/Debug
/NiFi.Swagger/obj
/NiFi.Swagger/packages
/NiFi.Swagger/.vs/NiFi.Swagger/v16
/NiFi.Swagger.SystemDiagnosticsApiExample/.vs/NiFi.Swagger.SystemDiagnosticsApiExample/v16/Server/sqlite3
/NiFi.Swagger.SystemDiagnosticsApiExample/.vs/NiFi.Swagger.SystemDiagnosticsApiExample/v16
/NiFi.Swagger.SystemDiagnosticsApiExample/bin/Debug
/NiFi.Swagger.SystemDiagnosticsApiExample/obj/Debug
17 changes: 17 additions & 0 deletions Docs/AboutDTO.md
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)

9 changes: 9 additions & 0 deletions Docs/AboutEntity.md
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)

Loading

0 comments on commit 4d21915

Please sign in to comment.