diff --git a/v7.7/stroom.yaml b/v7.7/stroom.yaml index 645aa61617..2cca90286a 100644 --- a/v7.7/stroom.yaml +++ b/v7.7/stroom.yaml @@ -22,7 +22,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AccountResultPage' + $ref: "#/components/schemas/AccountResultPage" description: default response summary: Get all accounts. tags: @@ -33,7 +33,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreateAccountRequest' + $ref: "#/components/schemas/CreateAccountRequest" description: account required: true responses: @@ -54,7 +54,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindAccountRequest' + $ref: "#/components/schemas/FindAccountRequest" description: account required: true responses: @@ -62,7 +62,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AccountResultPage' + $ref: "#/components/schemas/AccountResultPage" description: default response summary: Search for an account by email. tags: @@ -101,7 +101,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Account' + $ref: "#/components/schemas/Account" description: default response summary: Get an account by ID. tags: @@ -119,7 +119,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UpdateAccountRequest' + $ref: "#/components/schemas/UpdateAccountRequest" description: account required: true responses: @@ -145,7 +145,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageActivity' + $ref: "#/components/schemas/ResultPageActivity" description: default response summary: Lists activities tags: @@ -157,7 +157,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" description: default response summary: Create an Activity tags: @@ -169,7 +169,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AcknowledgeSplashRequest' + $ref: "#/components/schemas/AcknowledgeSplashRequest" description: request required: true responses: @@ -190,7 +190,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" description: default response summary: Gets the current activity tags: @@ -201,13 +201,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" responses: default: content: application/json: schema: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" description: default response summary: Gets the current activity tags: @@ -222,7 +222,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/FilterFieldDefinition' + $ref: "#/components/schemas/FilterFieldDefinition" description: default response summary: Lists activity field definitions tags: @@ -234,7 +234,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" description: activity required: true responses: @@ -242,7 +242,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ActivityValidationResult' + $ref: "#/components/schemas/ActivityValidationResult" description: default response summary: Validate an Activity tags: @@ -281,7 +281,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" description: default response summary: Fetch an Activity tags: @@ -299,13 +299,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" responses: default: content: application/json: schema: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" description: default response summary: Update an Activity tags: @@ -322,7 +322,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindAnalyticDataShardCriteria' + $ref: "#/components/schemas/FindAnalyticDataShardCriteria" description: criteria required: true responses: @@ -330,7 +330,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageAnalyticDataShard' + $ref: "#/components/schemas/ResultPageAnalyticDataShard" description: default response summary: Find the analytic data shards for the specified analytic tags: @@ -347,7 +347,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/GetAnalyticShardDataRequest' + $ref: "#/components/schemas/GetAnalyticShardDataRequest" description: request required: true responses: @@ -355,7 +355,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Result' + $ref: "#/components/schemas/Result" description: default response summary: Get the data for the shard tags: @@ -375,7 +375,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" description: default response summary: Find the default processing filter expression tags: @@ -395,7 +395,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AnalyticTracker' + $ref: "#/components/schemas/AnalyticTracker" description: default response summary: Find the analytic process tracker for the specified process tags: @@ -407,7 +407,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/NotificationEmailDestination' + $ref: "#/components/schemas/NotificationEmailDestination" description: emailDestination required: true responses: @@ -425,7 +425,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StringWrapper' + $ref: "#/components/schemas/StringWrapper" description: template required: true responses: @@ -433,7 +433,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StringWrapper' + $ref: "#/components/schemas/StringWrapper" description: default response summary: Tests the email template using an example detection event. tags: @@ -452,7 +452,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AnalyticRuleDoc' + $ref: "#/components/schemas/AnalyticRuleDoc" description: default response summary: Fetch an analytic rule doc by its UUID tags: @@ -469,7 +469,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AnalyticRuleDoc' + $ref: "#/components/schemas/AnalyticRuleDoc" description: doc required: true responses: @@ -477,7 +477,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AnalyticRuleDoc' + $ref: "#/components/schemas/AnalyticRuleDoc" description: default response summary: Update an analytic rule doc tags: @@ -496,7 +496,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AnnotationDetail' + $ref: "#/components/schemas/AnnotationDetail" description: default response summary: Gets an annotation tags: @@ -507,7 +507,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreateEntryRequest' + $ref: "#/components/schemas/CreateEntryRequest" description: request required: true responses: @@ -515,7 +515,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AnnotationDetail' + $ref: "#/components/schemas/AnnotationDetail" description: default response summary: Gets an annotation tags: @@ -547,7 +547,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/EventLink' + $ref: "#/components/schemas/EventLink" description: eventLink required: true responses: @@ -557,7 +557,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/EventId' + $ref: "#/components/schemas/EventId" description: default response summary: Links an annotation to an event tags: @@ -578,7 +578,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/EventId' + $ref: "#/components/schemas/EventId" description: default response summary: Gets a list of events linked to this annotation tags: @@ -590,7 +590,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SetAssignedToRequest' + $ref: "#/components/schemas/SetAssignedToRequest" description: request required: true responses: @@ -611,7 +611,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SetStatusRequest' + $ref: "#/components/schemas/SetStatusRequest" description: request required: true responses: @@ -652,7 +652,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/EventLink' + $ref: "#/components/schemas/EventLink" description: eventLink required: true responses: @@ -662,7 +662,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/EventId' + $ref: "#/components/schemas/EventId" description: default response summary: Unlinks an annotation from an event tags: @@ -689,7 +689,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreateApiKeyRequest' + $ref: "#/components/schemas/CreateApiKeyRequest" description: CreateApiKeyRequest required: true responses: @@ -697,7 +697,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ApiKey' + $ref: "#/components/schemas/ApiKey" description: default response summary: Create a new API key. tags: @@ -737,7 +737,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ApiKey' + $ref: "#/components/schemas/ApiKey" description: default response summary: Read a API key by the data itself. tags: @@ -765,7 +765,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchApiKeyRequest' + $ref: "#/components/schemas/SearchApiKeyRequest" description: SearchRequest required: true responses: @@ -773,7 +773,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ApiKeyResultPage' + $ref: "#/components/schemas/ApiKeyResultPage" description: default response summary: Submit a search request for API keys tags: @@ -815,7 +815,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ApiKey' + $ref: "#/components/schemas/ApiKey" description: default response summary: Read a API key by ID. tags: @@ -854,7 +854,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreateHashedApiKeyRequest' + $ref: "#/components/schemas/CreateHashedApiKeyRequest" description: request required: true responses: @@ -862,7 +862,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreateHashedApiKeyResponse' + $ref: "#/components/schemas/CreateHashedApiKeyResponse" description: default response summary: Creates a new API key tags: @@ -898,7 +898,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindApiKeyCriteria' + $ref: "#/components/schemas/FindApiKeyCriteria" description: criteria required: true responses: @@ -906,7 +906,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ApiKeyResultPage' + $ref: "#/components/schemas/ApiKeyResultPage" description: default response summary: Find the API keys matching the supplied criteria tags: @@ -945,7 +945,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/HashedApiKey' + $ref: "#/components/schemas/HashedApiKey" description: default response summary: Fetch a dictionary doc by its UUID tags: @@ -963,7 +963,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/HashedApiKey' + $ref: "#/components/schemas/HashedApiKey" description: apiKey required: true responses: @@ -971,7 +971,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/HashedApiKey' + $ref: "#/components/schemas/HashedApiKey" description: default response summary: Update a dictionary doc tags: @@ -983,7 +983,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ChangePasswordRequest' + $ref: "#/components/schemas/ChangePasswordRequest" description: changePasswordRequest required: true responses: @@ -991,7 +991,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ChangePasswordResponse' + $ref: "#/components/schemas/ChangePasswordResponse" description: default response summary: Change a user's password. tags: @@ -1003,7 +1003,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ConfirmPasswordRequest' + $ref: "#/components/schemas/ConfirmPasswordRequest" description: confirmPasswordRequest required: true responses: @@ -1011,7 +1011,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ConfirmPasswordResponse' + $ref: "#/components/schemas/ConfirmPasswordResponse" description: default response summary: Confirm an authenticated user's current password. tags: @@ -1024,7 +1024,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/InternalIdpPasswordPolicyConfig' + $ref: "#/components/schemas/InternalIdpPasswordPolicyConfig" description: default response summary: Get the password policy tags: @@ -1036,7 +1036,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/LoginRequest' + $ref: "#/components/schemas/LoginRequest" description: Credentials required: true responses: @@ -1044,7 +1044,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/LoginResponse' + $ref: "#/components/schemas/LoginResponse" description: default response summary: Handle a login request made using username and password credentials. tags: @@ -1095,7 +1095,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ClientCredentials' + $ref: "#/components/schemas/ClientCredentials" description: clientCredentials required: true responses: @@ -1149,7 +1149,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CacheInfoResponse' + $ref: "#/components/schemas/CacheInfoResponse" description: default response summary: Gets cache info tags: @@ -1167,7 +1167,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CacheNamesResponse' + $ref: "#/components/schemas/CacheNamesResponse" description: default response summary: Lists caches tags: @@ -1185,7 +1185,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ClusterLockKey' + $ref: "#/components/schemas/ClusterLockKey" description: key required: true responses: @@ -1211,7 +1211,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ClusterLockKey' + $ref: "#/components/schemas/ClusterLockKey" description: key required: true responses: @@ -1237,7 +1237,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ClusterLockKey' + $ref: "#/components/schemas/ClusterLockKey" description: key required: true responses: @@ -1257,7 +1257,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ConfigProperty' + $ref: "#/components/schemas/ConfigProperty" description: configProperty required: true responses: @@ -1265,7 +1265,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ConfigProperty' + $ref: "#/components/schemas/ConfigProperty" description: default response summary: Create a configuration property tags: @@ -1283,7 +1283,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ConfigProperty' + $ref: "#/components/schemas/ConfigProperty" description: configProperty required: true responses: @@ -1291,7 +1291,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ConfigProperty' + $ref: "#/components/schemas/ConfigProperty" description: default response summary: Update a configuration property tags: @@ -1315,7 +1315,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/OverrideValueString' + $ref: "#/components/schemas/OverrideValueString" description: default response summary: Get the property value from the YAML configuration in the specified node. @@ -1329,7 +1329,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExtendedUiConfig' + $ref: "#/components/schemas/ExtendedUiConfig" description: default response summary: Fetch the extended UI configuration tags: @@ -1347,7 +1347,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/GlobalConfigCriteria' + $ref: "#/components/schemas/GlobalConfigCriteria" description: criteria required: true responses: @@ -1355,7 +1355,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ListConfigResponse' + $ref: "#/components/schemas/ListConfigResponse" description: default response summary: List all properties matching the criteria on the requested node. tags: @@ -1367,7 +1367,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/GlobalConfigCriteria' + $ref: "#/components/schemas/GlobalConfigCriteria" description: criteria required: true responses: @@ -1375,7 +1375,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ListConfigResponse' + $ref: "#/components/schemas/ListConfigResponse" description: default response summary: List all properties matching the criteria on the current node. tags: @@ -1394,7 +1394,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ConfigProperty' + $ref: "#/components/schemas/ConfigProperty" description: default response summary: "Fetch a property by its name, e.g. 'stroom.path.home'" tags: @@ -1406,7 +1406,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRefs' + $ref: "#/components/schemas/DocRefs" description: docRefs required: true responses: @@ -1414,7 +1414,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Export content tags: @@ -1426,7 +1426,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DependencyCriteria' + $ref: "#/components/schemas/DependencyCriteria" description: criteria required: true responses: @@ -1434,7 +1434,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageDependency' + $ref: "#/components/schemas/ResultPageDependency" description: default response summary: Fetch content dependencies tags: @@ -1446,7 +1446,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ImportConfigRequest' + $ref: "#/components/schemas/ImportConfigRequest" description: request required: true responses: @@ -1454,7 +1454,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ImportConfigResponse' + $ref: "#/components/schemas/ImportConfigResponse" description: default response summary: Import content tags: @@ -1466,7 +1466,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardSearchRequest' + $ref: "#/components/schemas/DashboardSearchRequest" description: downloadQueryRequest required: true responses: @@ -1474,7 +1474,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download a query tags: @@ -1486,7 +1486,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DownloadSearchResultsRequest' + $ref: "#/components/schemas/DownloadSearchResultsRequest" description: request required: true responses: @@ -1494,7 +1494,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download search results tags: @@ -1512,7 +1512,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DownloadSearchResultsRequest' + $ref: "#/components/schemas/DownloadSearchResultsRequest" description: request required: true responses: @@ -1520,7 +1520,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download search results tags: @@ -1532,7 +1532,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardSearchRequest' + $ref: "#/components/schemas/DashboardSearchRequest" description: request required: true responses: @@ -1540,7 +1540,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardSearchResponse' + $ref: "#/components/schemas/DashboardSearchResponse" description: default response summary: Perform a new search or get new results tags: @@ -1558,7 +1558,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardSearchRequest' + $ref: "#/components/schemas/DashboardSearchRequest" description: request required: true responses: @@ -1566,7 +1566,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardSearchResponse' + $ref: "#/components/schemas/DashboardSearchResponse" description: default response summary: Perform a new search or get new results tags: @@ -1586,7 +1586,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ValidateExpressionResult' + $ref: "#/components/schemas/ValidateExpressionResult" description: default response summary: Validate an expression tags: @@ -1605,7 +1605,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardDoc' + $ref: "#/components/schemas/DashboardDoc" description: default response summary: Fetch a dashboard doc by its UUID tags: @@ -1622,7 +1622,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardDoc' + $ref: "#/components/schemas/DashboardDoc" description: doc required: true responses: @@ -1630,7 +1630,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardDoc' + $ref: "#/components/schemas/DashboardDoc" description: default response summary: Update a dashboard doc tags: @@ -1642,7 +1642,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindMetaCriteria' + $ref: "#/components/schemas/FindMetaCriteria" description: criteria required: true responses: @@ -1650,7 +1650,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download matching data tags: @@ -1662,7 +1662,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchDataRequest' + $ref: "#/components/schemas/FetchDataRequest" description: request required: true responses: @@ -1670,7 +1670,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AbstractFetchDataResult' + $ref: "#/components/schemas/AbstractFetchDataResult" description: default response summary: Fetch matching data tags: @@ -1682,7 +1682,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UploadDataRequest' + $ref: "#/components/schemas/UploadDataRequest" description: request required: true responses: @@ -1690,7 +1690,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceKey' + $ref: "#/components/schemas/ResourceKey" description: default response summary: Upload data tags: @@ -1712,7 +1712,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/DataInfoSection' + $ref: "#/components/schemas/DataInfoSection" description: default response summary: Find full info about a data item tags: @@ -1775,7 +1775,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindMetaCriteria' + $ref: "#/components/schemas/FindMetaCriteria" description: criteria required: true responses: @@ -1792,7 +1792,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DataRetentionRules' + $ref: "#/components/schemas/DataRetentionRules" description: default response summary: Get data retention rules tags: @@ -1803,7 +1803,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DataRetentionRules' + $ref: "#/components/schemas/DataRetentionRules" description: dataRetentionRules required: true responses: @@ -1811,7 +1811,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DataRetentionRules' + $ref: "#/components/schemas/DataRetentionRules" description: default response summary: Update data retention rules tags: @@ -1823,7 +1823,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DataRetentionDeleteSummaryRequest' + $ref: "#/components/schemas/DataRetentionDeleteSummaryRequest" description: request required: true responses: @@ -1831,7 +1831,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DataRetentionDeleteSummaryResponse' + $ref: "#/components/schemas/DataRetentionDeleteSummaryResponse" description: default response summary: Get a summary of meta deletions with the passed data retention rules tags: @@ -1862,7 +1862,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: dataSourceRef required: true responses: @@ -1870,7 +1870,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: default response summary: Fetch default extraction pipeline tags: @@ -1882,7 +1882,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: dataSourceRef required: true responses: @@ -1890,7 +1890,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Documentation' + $ref: "#/components/schemas/Documentation" description: default response summary: Fetch documentation for a data source tags: @@ -1902,7 +1902,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindFieldCriteria' + $ref: "#/components/schemas/FindFieldCriteria" description: criteria required: true responses: @@ -1910,7 +1910,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageQueryField' + $ref: "#/components/schemas/ResultPageQueryField" description: default response summary: Find data source fields tags: @@ -1923,7 +1923,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageDBTableStatus' + $ref: "#/components/schemas/ResultPageDBTableStatus" description: default response summary: Find status of the DB tags: @@ -1934,7 +1934,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindDBTableCriteria' + $ref: "#/components/schemas/FindDBTableCriteria" description: criteria required: true responses: @@ -1942,7 +1942,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageDBTableStatus' + $ref: "#/components/schemas/ResultPageDBTableStatus" description: default response summary: Find status of the DB tags: @@ -1954,13 +1954,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" responses: default: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download a dictionary doc tags: @@ -1979,7 +1979,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DictionaryDoc' + $ref: "#/components/schemas/DictionaryDoc" description: default response summary: Fetch a dictionary doc by its UUID tags: @@ -1996,7 +1996,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DictionaryDoc' + $ref: "#/components/schemas/DictionaryDoc" description: doc required: true responses: @@ -2004,7 +2004,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DictionaryDoc' + $ref: "#/components/schemas/DictionaryDoc" description: default response summary: Update a dictionary doc tags: @@ -2016,13 +2016,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" responses: default: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download a documentation doc tags: @@ -2041,7 +2041,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocumentationDoc' + $ref: "#/components/schemas/DocumentationDoc" description: default response summary: Fetch a documentation doc by its UUID tags: @@ -2058,7 +2058,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocumentationDoc' + $ref: "#/components/schemas/DocumentationDoc" description: doc required: true responses: @@ -2066,7 +2066,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocumentationDoc' + $ref: "#/components/schemas/DocumentationDoc" description: default response summary: Update a documentation doc tags: @@ -2078,7 +2078,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DeleteDuplicateCheckRequest' + $ref: "#/components/schemas/DeleteDuplicateCheckRequest" description: criteria required: true responses: @@ -2098,7 +2098,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindDuplicateCheckCriteria' + $ref: "#/components/schemas/FindDuplicateCheckCriteria" description: criteria required: true responses: @@ -2106,7 +2106,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DuplicateCheckRows' + $ref: "#/components/schemas/DuplicateCheckRows" description: default response summary: Find the duplicate check data for the current analytic tags: @@ -2118,7 +2118,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticClusterDoc' + $ref: "#/components/schemas/ElasticClusterDoc" description: elasticClusterDoc required: true responses: @@ -2126,7 +2126,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticClusterTestResponse' + $ref: "#/components/schemas/ElasticClusterTestResponse" description: default response summary: Test connection to the Elasticsearch cluster tags: @@ -2145,7 +2145,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticClusterDoc' + $ref: "#/components/schemas/ElasticClusterDoc" description: default response summary: Fetch an Elasticsearch cluster doc by its UUID tags: @@ -2162,7 +2162,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticClusterDoc' + $ref: "#/components/schemas/ElasticClusterDoc" description: doc required: true responses: @@ -2170,7 +2170,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticClusterDoc' + $ref: "#/components/schemas/ElasticClusterDoc" description: default response summary: Update an Elasticsearch cluster doc tags: @@ -2182,7 +2182,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticIndexDoc' + $ref: "#/components/schemas/ElasticIndexDoc" description: elasticIndexDoc required: true responses: @@ -2190,7 +2190,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticIndexTestResponse' + $ref: "#/components/schemas/ElasticIndexTestResponse" description: default response summary: Test the Elasticsearch index tags: @@ -2209,7 +2209,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticIndexDoc' + $ref: "#/components/schemas/ElasticIndexDoc" description: default response summary: Fetch an Elasticsearch index doc by its UUID tags: @@ -2226,7 +2226,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticIndexDoc' + $ref: "#/components/schemas/ElasticIndexDoc" description: doc required: true responses: @@ -2234,7 +2234,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ElasticIndexDoc' + $ref: "#/components/schemas/ElasticIndexDoc" description: default response summary: Update an Elasticsearch index doc tags: @@ -2252,7 +2252,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/EntityEvent' + $ref: "#/components/schemas/EntityEvent" description: entityevent required: true responses: @@ -2272,7 +2272,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" description: executionSchedule required: true responses: @@ -2280,7 +2280,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" description: default response summary: Create Execution Schedule tags: @@ -2292,7 +2292,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" description: executionSchedule required: true responses: @@ -2312,7 +2312,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionHistoryRequest' + $ref: "#/components/schemas/ExecutionHistoryRequest" description: request required: true responses: @@ -2320,7 +2320,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageExecutionHistory' + $ref: "#/components/schemas/ResultPageExecutionHistory" description: default response summary: Fetch execution history tags: @@ -2332,7 +2332,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionScheduleRequest' + $ref: "#/components/schemas/ExecutionScheduleRequest" description: request required: true responses: @@ -2340,7 +2340,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageExecutionSchedule' + $ref: "#/components/schemas/ResultPageExecutionSchedule" description: default response summary: Fetch execution schedule tags: @@ -2352,7 +2352,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" description: request required: true responses: @@ -2360,7 +2360,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionTracker' + $ref: "#/components/schemas/ExecutionTracker" description: default response summary: Fetch execution tracker tags: @@ -2372,7 +2372,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" description: executionSchedule required: true responses: @@ -2380,7 +2380,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" description: default response summary: Update Execution Schedule tags: @@ -2392,7 +2392,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AddRemoveTagsRequest' + $ref: "#/components/schemas/AddRemoveTagsRequest" description: request required: true responses: @@ -2410,7 +2410,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AdvancedDocumentFindRequest' + $ref: "#/components/schemas/AdvancedDocumentFindRequest" description: request required: true responses: @@ -2418,7 +2418,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageFindResult' + $ref: "#/components/schemas/ResultPageFindResult" description: default response summary: Find documents with names and types matching the supplied request tags: @@ -2430,7 +2430,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AdvancedDocumentFindWithPermissionsRequest' + $ref: "#/components/schemas/AdvancedDocumentFindWithPermissionsRequest" description: request required: true responses: @@ -2438,7 +2438,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageFindResultWithPermissions' + $ref: "#/components/schemas/ResultPageFindResultWithPermissions" description: default response summary: Find documents with names and types matching the supplied request and the accociated permissions for a given user @@ -2451,7 +2451,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/BulkDocumentPermissionChangeRequest' + $ref: "#/components/schemas/BulkDocumentPermissionChangeRequest" description: request required: true responses: @@ -2471,7 +2471,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerServiceCopyRequest' + $ref: "#/components/schemas/ExplorerServiceCopyRequest" description: request required: true responses: @@ -2479,7 +2479,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/BulkActionResult' + $ref: "#/components/schemas/BulkActionResult" description: default response summary: Copy explorer items tags: @@ -2491,7 +2491,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerServiceCreateRequest' + $ref: "#/components/schemas/ExplorerServiceCreateRequest" description: request required: true responses: @@ -2499,7 +2499,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" description: default response summary: Create explorer item tags: @@ -2511,7 +2511,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DecorateRequest' + $ref: "#/components/schemas/DecorateRequest" description: decorateRequest required: true responses: @@ -2519,7 +2519,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: default response summary: "Decorate the docRef will all values, e.g. add the name" tags: @@ -2531,7 +2531,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerServiceDeleteRequest' + $ref: "#/components/schemas/ExplorerServiceDeleteRequest" description: request required: true responses: @@ -2539,7 +2539,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/BulkActionResult' + $ref: "#/components/schemas/BulkActionResult" description: default response summary: Delete explorer items tags: @@ -2553,7 +2553,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" uniqueItems: true description: docRefs required: true @@ -2564,7 +2564,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" uniqueItems: true description: default response summary: Fetch document references @@ -2578,7 +2578,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocumentTypes' + $ref: "#/components/schemas/DocumentTypes" description: default response summary: Fetch document types tags: @@ -2608,7 +2608,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" responses: default: content: @@ -2629,7 +2629,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchExplorerNodesRequest' + $ref: "#/components/schemas/FetchExplorerNodesRequest" description: request required: true responses: @@ -2637,7 +2637,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchExplorerNodeResult' + $ref: "#/components/schemas/FetchExplorerNodeResult" description: default response summary: Fetch explorer nodes tags: @@ -2651,7 +2651,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" description: explorerNodes required: true responses: @@ -2661,7 +2661,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/ExplorerNodePermissions' + $ref: "#/components/schemas/ExplorerNodePermissions" uniqueItems: true description: default response summary: Fetch permissions for explorer items @@ -2674,7 +2674,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchHighlightsRequest' + $ref: "#/components/schemas/FetchHighlightsRequest" description: request required: true responses: @@ -2682,7 +2682,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocContentHighlights' + $ref: "#/components/schemas/DocContentHighlights" description: default response summary: Fetch match highlights on found content tags: @@ -2694,7 +2694,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocumentFindRequest' + $ref: "#/components/schemas/DocumentFindRequest" description: request required: true responses: @@ -2702,7 +2702,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageFindResult' + $ref: "#/components/schemas/ResultPageFindResult" description: default response summary: Find documents with names and types matching the supplied request tags: @@ -2714,7 +2714,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindInContentRequest' + $ref: "#/components/schemas/FindInContentRequest" description: request required: true responses: @@ -2722,7 +2722,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageFindInContentResult' + $ref: "#/components/schemas/ResultPageFindInContentResult" description: default response summary: Find documents with content matching the supplied request tags: @@ -2734,7 +2734,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: docRef required: true responses: @@ -2742,7 +2742,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" description: default response summary: "Get a node from a document reference, decorated with its root node\ \ UUID" @@ -2755,7 +2755,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: docRef required: true responses: @@ -2763,7 +2763,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerNodeInfo' + $ref: "#/components/schemas/ExplorerNodeInfo" description: default response summary: Get document info tags: @@ -2775,7 +2775,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerServiceMoveRequest' + $ref: "#/components/schemas/ExplorerServiceMoveRequest" description: request required: true responses: @@ -2783,7 +2783,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/BulkActionResult' + $ref: "#/components/schemas/BulkActionResult" description: default response summary: Move explorer items tags: @@ -2795,7 +2795,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AddRemoveTagsRequest' + $ref: "#/components/schemas/AddRemoveTagsRequest" description: request required: true responses: @@ -2813,7 +2813,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerServiceRenameRequest' + $ref: "#/components/schemas/ExplorerServiceRenameRequest" description: request required: true responses: @@ -2821,7 +2821,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" description: default response summary: Rename explorer items tags: @@ -2833,7 +2833,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" description: request required: true responses: @@ -2841,7 +2841,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" description: default response summary: Update explorer node tags tags: @@ -2853,7 +2853,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: docRef required: true responses: @@ -2871,7 +2871,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: docRef required: true responses: @@ -2892,7 +2892,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: default response summary: Retrieve all DocRefs the current user has marked as favourite tags: @@ -2913,7 +2913,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ValidateExpressionRequest' + $ref: "#/components/schemas/ValidateExpressionRequest" description: request required: true responses: @@ -2921,7 +2921,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ValidateExpressionResult' + $ref: "#/components/schemas/ValidateExpressionResult" description: default response summary: Validate an expression tags: @@ -2955,7 +2955,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FeedDoc' + $ref: "#/components/schemas/FeedDoc" description: default response summary: Fetch a feed doc by its UUID tags: @@ -2972,7 +2972,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FeedDoc' + $ref: "#/components/schemas/FeedDoc" description: doc required: true responses: @@ -2980,7 +2980,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FeedDoc' + $ref: "#/components/schemas/FeedDoc" description: default response summary: Update a feed doc tags: @@ -2992,7 +2992,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/GetFeedStatusRequest' + $ref: "#/components/schemas/GetFeedStatusRequest" description: GetFeedStatusRequest required: true responses: @@ -3000,7 +3000,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/GetFeedStatusResponse' + $ref: "#/components/schemas/GetFeedStatusResponse" description: default response summary: Submit a request to get the status of a feed tags: @@ -3012,13 +3012,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolume' + $ref: "#/components/schemas/FsVolume" responses: default: content: application/json: schema: - $ref: '#/components/schemas/FsVolume' + $ref: "#/components/schemas/FsVolume" description: default response summary: Create a volume tags: @@ -3030,7 +3030,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindFsVolumeCriteria' + $ref: "#/components/schemas/FindFsVolumeCriteria" description: criteria required: true responses: @@ -3038,7 +3038,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageFsVolume' + $ref: "#/components/schemas/ResultPageFsVolume" description: default response summary: Finds volumes tags: @@ -3063,7 +3063,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolume' + $ref: "#/components/schemas/FsVolume" description: request required: true responses: @@ -3071,7 +3071,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ValidationResult' + $ref: "#/components/schemas/ValidationResult" description: default response summary: Validates a volume tags: @@ -3110,7 +3110,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolume' + $ref: "#/components/schemas/FsVolume" description: default response summary: Get a volume tags: @@ -3128,7 +3128,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolume' + $ref: "#/components/schemas/FsVolume" description: volume required: true responses: @@ -3136,7 +3136,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolume' + $ref: "#/components/schemas/FsVolume" description: default response summary: Update a volume tags: @@ -3156,7 +3156,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolumeGroup' + $ref: "#/components/schemas/FsVolumeGroup" description: default response summary: Creates a data volume group tags: @@ -3175,7 +3175,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolumeGroup' + $ref: "#/components/schemas/FsVolumeGroup" description: default response summary: Gets a data volume group by name tags: @@ -3187,7 +3187,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExpressionCriteria' + $ref: "#/components/schemas/ExpressionCriteria" description: request required: true responses: @@ -3195,7 +3195,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageFsVolumeGroup' + $ref: "#/components/schemas/ResultPageFsVolumeGroup" description: default response summary: Finds data volume groups matching request tags: @@ -3234,7 +3234,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolumeGroup' + $ref: "#/components/schemas/FsVolumeGroup" description: default response summary: Gets a data volume group tags: @@ -3252,13 +3252,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FsVolumeGroup' + $ref: "#/components/schemas/FsVolumeGroup" responses: default: content: application/json: schema: - $ref: '#/components/schemas/FsVolumeGroup' + $ref: "#/components/schemas/FsVolumeGroup" description: default response summary: Updates a data volume group tags: @@ -3275,7 +3275,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindIndexShardCriteria' + $ref: "#/components/schemas/FindIndexShardCriteria" description: criteria required: true responses: @@ -3296,7 +3296,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindIndexShardCriteria' + $ref: "#/components/schemas/FindIndexShardCriteria" description: criteria required: true responses: @@ -3304,7 +3304,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageIndexShard' + $ref: "#/components/schemas/ResultPageIndexShard" description: default response summary: Find matching index shards tags: @@ -3321,7 +3321,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindIndexShardCriteria' + $ref: "#/components/schemas/FindIndexShardCriteria" description: criteria required: true responses: @@ -3349,7 +3349,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/LuceneIndexDoc' + $ref: "#/components/schemas/LuceneIndexDoc" description: default response summary: Fetch a index doc by its UUID tags: @@ -3366,7 +3366,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/LuceneIndexDoc' + $ref: "#/components/schemas/LuceneIndexDoc" description: doc required: true responses: @@ -3374,7 +3374,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/LuceneIndexDoc' + $ref: "#/components/schemas/LuceneIndexDoc" description: default response summary: Update an index doc tags: @@ -3386,7 +3386,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolume' + $ref: "#/components/schemas/IndexVolume" description: request required: true responses: @@ -3394,7 +3394,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolume' + $ref: "#/components/schemas/IndexVolume" description: default response summary: Creates an index volume tags: @@ -3406,7 +3406,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExpressionCriteria' + $ref: "#/components/schemas/ExpressionCriteria" description: request required: true responses: @@ -3414,7 +3414,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageIndexVolume' + $ref: "#/components/schemas/ResultPageIndexVolume" description: default response summary: Finds index volumes matching request tags: @@ -3444,7 +3444,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolume' + $ref: "#/components/schemas/IndexVolume" description: request required: true responses: @@ -3452,7 +3452,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ValidationResult' + $ref: "#/components/schemas/ValidationResult" description: default response summary: Validates an index volume tags: @@ -3491,7 +3491,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolume' + $ref: "#/components/schemas/IndexVolume" description: default response summary: Fetch an index volume tags: @@ -3509,7 +3509,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolume' + $ref: "#/components/schemas/IndexVolume" description: indexVolume required: true responses: @@ -3517,7 +3517,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolume' + $ref: "#/components/schemas/IndexVolume" description: default response summary: Updates an index volume tags: @@ -3537,7 +3537,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolumeGroup' + $ref: "#/components/schemas/IndexVolumeGroup" description: default response summary: Creates an index volume group tags: @@ -3556,7 +3556,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolumeGroup' + $ref: "#/components/schemas/IndexVolumeGroup" description: default response summary: Gets an index volume group by name tags: @@ -3568,7 +3568,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExpressionCriteria' + $ref: "#/components/schemas/ExpressionCriteria" description: request required: true responses: @@ -3576,7 +3576,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageIndexVolumeGroup' + $ref: "#/components/schemas/ResultPageIndexVolumeGroup" description: default response summary: Finds index volume groups matching request tags: @@ -3615,7 +3615,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolumeGroup' + $ref: "#/components/schemas/IndexVolumeGroup" description: default response summary: Gets an index volume group tags: @@ -3633,13 +3633,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/IndexVolumeGroup' + $ref: "#/components/schemas/IndexVolumeGroup" responses: default: content: application/json: schema: - $ref: '#/components/schemas/IndexVolumeGroup' + $ref: "#/components/schemas/IndexVolumeGroup" description: default response summary: Updates an index volume group tags: @@ -3652,7 +3652,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageJob' + $ref: "#/components/schemas/ResultPageJob" description: default response summary: Lists jobs tags: @@ -3670,7 +3670,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/NodeSetJobsEnabledRequest' + $ref: "#/components/schemas/NodeSetJobsEnabledRequest" description: Request parameters required: true responses: @@ -3678,7 +3678,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/NodeSetJobsEnabledResponse' + $ref: "#/components/schemas/NodeSetJobsEnabledResponse" description: default response summary: "Sets the enabled state of jobs for the selected node. If both `includeJobs`\ \ and `excludeJobs` are unspecified or empty, this action will apply to ALL\ @@ -3717,7 +3717,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindJobNodeCriteria' + $ref: "#/components/schemas/FindJobNodeCriteria" description: findJobNodeCriteria required: true responses: @@ -3725,7 +3725,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/JobNodeAndInfoListResponse' + $ref: "#/components/schemas/JobNodeAndInfoListResponse" description: default response summary: Finds job nodes matching criteria and sort order tags: @@ -3747,7 +3747,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/JobNodeInfo' + $ref: "#/components/schemas/JobNodeInfo" description: default response summary: Gets current info for a job node tags: @@ -3759,7 +3759,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/BatchScheduleRequest' + $ref: "#/components/schemas/BatchScheduleRequest" description: schedule required: true responses: @@ -3829,7 +3829,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Schedule' + $ref: "#/components/schemas/Schedule" description: schedule required: true responses: @@ -3873,7 +3873,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: docRef required: true responses: @@ -3881,7 +3881,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download a kafkaConfig doc tags: @@ -3900,7 +3900,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/KafkaConfigDoc' + $ref: "#/components/schemas/KafkaConfigDoc" description: default response summary: Fetch a kafkaConfig doc by its UUID tags: @@ -3917,7 +3917,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/KafkaConfigDoc' + $ref: "#/components/schemas/KafkaConfigDoc" description: doc required: true responses: @@ -3925,7 +3925,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/KafkaConfigDoc' + $ref: "#/components/schemas/KafkaConfigDoc" description: default response summary: Update a kafkaConfig doc tags: @@ -3937,7 +3937,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindMetaCriteria' + $ref: "#/components/schemas/FindMetaCriteria" description: criteria required: true responses: @@ -3945,7 +3945,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageMetaRow' + $ref: "#/components/schemas/ResultPageMetaRow" description: default response summary: Find matching meta data tags: @@ -3957,7 +3957,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SelectionSummaryRequest' + $ref: "#/components/schemas/SelectionSummaryRequest" description: request required: true responses: @@ -3965,7 +3965,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SelectionSummary' + $ref: "#/components/schemas/SelectionSummary" description: default response summary: Get a summary of the parent items of the selected meta data tags: @@ -3977,7 +3977,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SelectionSummaryRequest' + $ref: "#/components/schemas/SelectionSummaryRequest" description: request required: true responses: @@ -3985,7 +3985,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SelectionSummary' + $ref: "#/components/schemas/SelectionSummary" description: default response summary: Get a summary of the selected meta data tags: @@ -4012,7 +4012,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UpdateStatusRequest' + $ref: "#/components/schemas/UpdateStatusRequest" responses: default: content: @@ -4039,7 +4039,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Meta' + $ref: "#/components/schemas/Meta" description: default response summary: "Get a meta record for a given id, if permitted." tags: @@ -4107,7 +4107,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindNodeStatusCriteria' + $ref: "#/components/schemas/FindNodeStatusCriteria" description: findNodeStatusCriteria required: true responses: @@ -4115,7 +4115,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchNodeStatusResponse' + $ref: "#/components/schemas/FetchNodeStatusResponse" description: default response summary: Finds nodes matching criteria and sort order tags: @@ -4134,7 +4134,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ClusterNodeInfo' + $ref: "#/components/schemas/ClusterNodeInfo" description: default response summary: Gets detailed information about a node tags: @@ -4273,7 +4273,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/TokenResponse' + $ref: "#/components/schemas/TokenResponse" description: default response summary: Get a token from an access code or refresh token tags: @@ -4286,7 +4286,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AppUserPermissions' + $ref: "#/components/schemas/AppUserPermissions" description: default response summary: User and app permissions for the current session tags: @@ -4298,7 +4298,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AbstractAppPermissionChange' + $ref: "#/components/schemas/AbstractAppPermissionChange" description: changeUserRequest required: true responses: @@ -4318,7 +4318,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchAppUserPermissionsRequest' + $ref: "#/components/schemas/FetchAppUserPermissionsRequest" description: request required: true responses: @@ -4326,7 +4326,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageAppUserPermissions' + $ref: "#/components/schemas/ResultPageAppUserPermissions" description: default response summary: Fetch app user permissions tags: @@ -4338,7 +4338,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" description: user required: true responses: @@ -4346,7 +4346,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AppUserPermissionsReport' + $ref: "#/components/schemas/AppUserPermissionsReport" description: default response summary: Get a detailed report of app permissions for the specified user tags: @@ -4364,7 +4364,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PermissionChangeEvent' + $ref: "#/components/schemas/PermissionChangeEvent" description: event required: true responses: @@ -4384,7 +4384,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CheckDocumentPermissionRequest' + $ref: "#/components/schemas/CheckDocumentPermissionRequest" description: request required: true responses: @@ -4404,7 +4404,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchDocumentUserPermissionsRequest' + $ref: "#/components/schemas/FetchDocumentUserPermissionsRequest" description: request required: true responses: @@ -4412,7 +4412,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageDocumentUserPermissions' + $ref: "#/components/schemas/ResultPageDocumentUserPermissions" description: default response summary: Fetch document user permissions tags: @@ -4424,7 +4424,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocumentUserPermissionsRequest' + $ref: "#/components/schemas/DocumentUserPermissionsRequest" description: request required: true responses: @@ -4432,7 +4432,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocumentUserPermissionsReport' + $ref: "#/components/schemas/DocumentUserPermissionsReport" description: default response summary: Get a detailed report of doc permissions for the specified user tags: @@ -4444,7 +4444,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: pipeline required: true responses: @@ -4454,7 +4454,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/PipelineData' + $ref: "#/components/schemas/PipelineData" description: default response summary: Fetch data for a pipeline tags: @@ -4466,7 +4466,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: pipeline required: true responses: @@ -4474,7 +4474,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchPipelineXmlResponse' + $ref: "#/components/schemas/FetchPipelineXmlResponse" description: default response summary: Fetch the XML for a pipeline tags: @@ -4489,7 +4489,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/FetchPropertyTypesResult' + $ref: "#/components/schemas/FetchPropertyTypesResult" description: default response summary: Get pipeline property types tags: @@ -4501,7 +4501,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SavePipelineXmlRequest' + $ref: "#/components/schemas/SavePipelineXmlRequest" description: request required: true responses: @@ -4528,7 +4528,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PipelineDoc' + $ref: "#/components/schemas/PipelineDoc" description: default response summary: Fetch a pipeline doc by its UUID tags: @@ -4545,7 +4545,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PipelineDoc' + $ref: "#/components/schemas/PipelineDoc" description: doc required: true responses: @@ -4553,7 +4553,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PipelineDoc' + $ref: "#/components/schemas/PipelineDoc" description: default response summary: Update a pipeline doc tags: @@ -4566,7 +4566,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UserPreferences' + $ref: "#/components/schemas/UserPreferences" description: default response summary: Fetch user preferences. tags: @@ -4577,7 +4577,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UserPreferences' + $ref: "#/components/schemas/UserPreferences" responses: default: content: @@ -4596,7 +4596,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UserPreferences' + $ref: "#/components/schemas/UserPreferences" description: default response summary: Resets preferences to the defaults tags: @@ -4608,13 +4608,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UserPreferences' + $ref: "#/components/schemas/UserPreferences" responses: default: content: application/json: schema: - $ref: '#/components/schemas/UserPreferences' + $ref: "#/components/schemas/UserPreferences" description: default response summary: Sets the default preferences for all users tags: @@ -4653,7 +4653,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Processor' + $ref: "#/components/schemas/Processor" description: default response summary: Fetch a processor tags: @@ -4692,7 +4692,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreateProcessFilterRequest' + $ref: "#/components/schemas/CreateProcessFilterRequest" description: request required: true responses: @@ -4700,7 +4700,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ProcessorFilter' + $ref: "#/components/schemas/ProcessorFilter" description: default response summary: Creates a filter tags: @@ -4712,7 +4712,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/BulkProcessorFilterChangeRequest' + $ref: "#/components/schemas/BulkProcessorFilterChangeRequest" description: request required: true responses: @@ -4732,7 +4732,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchProcessorRequest' + $ref: "#/components/schemas/FetchProcessorRequest" description: request required: true responses: @@ -4740,7 +4740,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ProcessorListRowResultPage' + $ref: "#/components/schemas/ProcessorListRowResultPage" description: default response summary: Finds processors and filters matching request tags: @@ -4752,7 +4752,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreateProcessFilterRequest' + $ref: "#/components/schemas/CreateProcessFilterRequest" description: criteria required: true responses: @@ -4762,7 +4762,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/ReprocessDataInfo' + $ref: "#/components/schemas/ReprocessDataInfo" description: default response summary: Create filters to reprocess data tags: @@ -4801,7 +4801,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ProcessorFilter' + $ref: "#/components/schemas/ProcessorFilter" description: default response summary: Fetch a filter tags: @@ -4819,13 +4819,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ProcessorFilter' + $ref: "#/components/schemas/ProcessorFilter" responses: default: content: application/json: schema: - $ref: '#/components/schemas/ProcessorFilter' + $ref: "#/components/schemas/ProcessorFilter" description: default response summary: Updates a filter tags: @@ -4921,7 +4921,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ProcessorTaskList' + $ref: "#/components/schemas/ProcessorTaskList" description: request required: true responses: @@ -4947,7 +4947,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AssignTasksRequest' + $ref: "#/components/schemas/AssignTasksRequest" description: request required: true responses: @@ -4955,7 +4955,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ProcessorTaskList' + $ref: "#/components/schemas/ProcessorTaskList" description: default response summary: Assign some tasks tags: @@ -4967,7 +4967,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExpressionCriteria' + $ref: "#/components/schemas/ExpressionCriteria" description: expressionCriteria required: true responses: @@ -4975,7 +4975,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageProcessorTask' + $ref: "#/components/schemas/ResultPageProcessorTask" description: default response summary: Finds processors tasks tags: @@ -4987,7 +4987,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ExpressionCriteria' + $ref: "#/components/schemas/ExpressionCriteria" description: expressionCriteria required: true responses: @@ -4995,7 +4995,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageProcessorTaskSummary' + $ref: "#/components/schemas/ResultPageProcessorTaskSummary" description: default response summary: Finds processor task summaries tags: @@ -5007,7 +5007,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DownloadQueryResultsRequest' + $ref: "#/components/schemas/DownloadQueryResultsRequest" description: request required: true responses: @@ -5015,7 +5015,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download search results tags: @@ -5033,7 +5033,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DownloadQueryResultsRequest' + $ref: "#/components/schemas/DownloadQueryResultsRequest" description: request required: true responses: @@ -5041,7 +5041,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download search results tags: @@ -5053,13 +5053,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CompletionsRequest' + $ref: "#/components/schemas/CompletionsRequest" responses: default: content: application/json: schema: - $ref: '#/components/schemas/ResultPageCompletionItem' + $ref: "#/components/schemas/ResultPageCompletionItem" description: default response summary: Fetch completions for the query tags: @@ -5071,13 +5071,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryHelpRow' + $ref: "#/components/schemas/QueryHelpRow" responses: default: content: application/json: schema: - $ref: '#/components/schemas/QueryHelpDetail' + $ref: "#/components/schemas/QueryHelpDetail" description: default response summary: Fetch detail for help item tags: @@ -5089,13 +5089,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" responses: default: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: default response summary: Fetch the datasource referenced by a query tags: @@ -5122,7 +5122,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryHelpRequest' + $ref: "#/components/schemas/QueryHelpRequest" description: request required: true responses: @@ -5130,7 +5130,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageQueryHelpRow' + $ref: "#/components/schemas/ResultPageQueryHelpRow" description: default response summary: Fetch all (optionally filtered) query help items tags: @@ -5142,7 +5142,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QuerySearchRequest' + $ref: "#/components/schemas/QuerySearchRequest" description: request required: true responses: @@ -5150,7 +5150,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardSearchResponse' + $ref: "#/components/schemas/DashboardSearchResponse" description: default response summary: Perform a new search or get new results tags: @@ -5168,7 +5168,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QuerySearchRequest' + $ref: "#/components/schemas/QuerySearchRequest" description: request required: true responses: @@ -5176,7 +5176,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DashboardSearchResponse' + $ref: "#/components/schemas/DashboardSearchResponse" description: default response summary: Perform a new search or get new results tags: @@ -5196,7 +5196,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ValidateExpressionResult' + $ref: "#/components/schemas/ValidateExpressionResult" description: default response summary: Validate an expression tags: @@ -5215,7 +5215,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryDoc' + $ref: "#/components/schemas/QueryDoc" description: default response summary: Fetch a query doc by its UUID tags: @@ -5232,7 +5232,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryDoc' + $ref: "#/components/schemas/QueryDoc" description: doc required: true responses: @@ -5240,7 +5240,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryDoc' + $ref: "#/components/schemas/QueryDoc" description: default response summary: Update a query doc tags: @@ -5290,7 +5290,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/RefStoreEntry' + $ref: "#/components/schemas/RefStoreEntry" description: default response summary: List entries from the reference data store on the node called. tags: @@ -5302,7 +5302,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/RefDataLookupRequest' + $ref: "#/components/schemas/RefDataLookupRequest" required: true responses: default: @@ -5423,7 +5423,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/ProcessingInfoResponse' + $ref: "#/components/schemas/ProcessingInfoResponse" description: default response summary: List processing info entries for all ref streams tags: @@ -5469,7 +5469,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/NodeSearchTask' + $ref: "#/components/schemas/NodeSearchTask" responses: default: content: @@ -5493,7 +5493,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DestroyStoreRequest' + $ref: "#/components/schemas/DestroyStoreRequest" description: request required: true responses: @@ -5519,7 +5519,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" description: queryKey required: true responses: @@ -5545,7 +5545,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindResultStoreCriteria' + $ref: "#/components/schemas/FindResultStoreCriteria" description: criteria required: true responses: @@ -5553,7 +5553,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultStoreResponse' + $ref: "#/components/schemas/ResultStoreResponse" description: default response summary: Find the result stores matching the supplied criteria for a node tags: @@ -5572,7 +5572,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultStoreResponse' + $ref: "#/components/schemas/ResultStoreResponse" description: default response summary: Lists result stores for a node tags: @@ -5590,7 +5590,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" description: queryKey required: true responses: @@ -5616,7 +5616,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UpdateStoreRequest' + $ref: "#/components/schemas/UpdateStoreRequest" description: request required: true responses: @@ -5636,7 +5636,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: DocRef required: true responses: @@ -5644,7 +5644,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Base64EncodedDocumentData' + $ref: "#/components/schemas/Base64EncodedDocumentData" description: default response summary: Submit an export request tags: @@ -5656,7 +5656,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Base64EncodedDocumentData' + $ref: "#/components/schemas/Base64EncodedDocumentData" description: DocumentData required: true responses: @@ -5664,7 +5664,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: default response summary: Submit an import request tags: @@ -5679,7 +5679,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" uniqueItems: true description: default response summary: Submit a request for a list of doc refs held by this service @@ -5699,7 +5699,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ReceiveDataRules' + $ref: "#/components/schemas/ReceiveDataRules" description: default response summary: Fetch a rules doc by its UUID tags: @@ -5716,7 +5716,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ReceiveDataRules' + $ref: "#/components/schemas/ReceiveDataRules" description: doc required: true responses: @@ -5724,7 +5724,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ReceiveDataRules' + $ref: "#/components/schemas/ReceiveDataRules" description: default response summary: Update a rules doc tags: @@ -5736,7 +5736,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: docRef required: true responses: @@ -5744,7 +5744,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResourceGeneration' + $ref: "#/components/schemas/ResourceGeneration" description: default response summary: Download an S3 config doc tags: @@ -5763,7 +5763,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/S3ConfigDoc' + $ref: "#/components/schemas/S3ConfigDoc" description: default response summary: Fetch an S3 config doc by its UUID tags: @@ -5780,7 +5780,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/S3ConfigDoc' + $ref: "#/components/schemas/S3ConfigDoc" description: doc required: true responses: @@ -5788,7 +5788,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/S3ConfigDoc' + $ref: "#/components/schemas/S3ConfigDoc" description: default response summary: Update an S3 config doc tags: @@ -5800,7 +5800,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/GetScheduledTimesRequest' + $ref: "#/components/schemas/GetScheduledTimesRequest" description: request required: true responses: @@ -5808,7 +5808,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScheduledTimes' + $ref: "#/components/schemas/ScheduledTimes" description: default response summary: Gets scheduled time info tags: @@ -5820,7 +5820,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchLinkedScriptRequest' + $ref: "#/components/schemas/FetchLinkedScriptRequest" description: request required: true responses: @@ -5830,7 +5830,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/ScriptDoc' + $ref: "#/components/schemas/ScriptDoc" description: default response summary: Fetch related scripts tags: @@ -5849,7 +5849,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScriptDoc' + $ref: "#/components/schemas/ScriptDoc" description: default response summary: Fetch a script doc by its UUID tags: @@ -5866,7 +5866,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScriptDoc' + $ref: "#/components/schemas/ScriptDoc" description: doc required: true responses: @@ -5874,7 +5874,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScriptDoc' + $ref: "#/components/schemas/ScriptDoc" description: default response summary: Update a script doc tags: @@ -5886,7 +5886,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScyllaDbDoc' + $ref: "#/components/schemas/ScyllaDbDoc" description: scyllaDbDoc required: true responses: @@ -5894,7 +5894,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScyllaDbTestResponse' + $ref: "#/components/schemas/ScyllaDbTestResponse" description: default response summary: Test connection to the ScyllaDb instance tags: @@ -5913,7 +5913,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScyllaDbDoc' + $ref: "#/components/schemas/ScyllaDbDoc" description: default response summary: Fetch an ScyllaDb config doc by its UUID tags: @@ -5930,7 +5930,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScyllaDbDoc' + $ref: "#/components/schemas/ScyllaDbDoc" description: doc required: true responses: @@ -5938,7 +5938,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ScyllaDbDoc' + $ref: "#/components/schemas/ScyllaDbDoc" description: default response summary: Update an ScyllaDb config doc tags: @@ -5950,7 +5950,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" description: QueryKey required: true responses: @@ -5970,7 +5970,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchRequest' + $ref: "#/components/schemas/SearchRequest" description: SearchRequest required: true responses: @@ -5978,7 +5978,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchResponse' + $ref: "#/components/schemas/SearchResponse" description: default response summary: Submit a search request tags: @@ -5996,7 +5996,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SessionListResponse' + $ref: "#/components/schemas/SessionListResponse" description: default response summary: "Lists user sessions for a node, or all nodes in the cluster if nodeName\ \ is null" @@ -6016,7 +6016,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UrlResponse' + $ref: "#/components/schemas/UrlResponse" description: default response summary: Logout of Stroom session tags: @@ -6035,7 +6035,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ValidateSessionResponse' + $ref: "#/components/schemas/ValidateSessionResponse" description: default response summary: "Validate the current session, return a redirect Uri if invalid." tags: @@ -6048,7 +6048,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SessionInfo' + $ref: "#/components/schemas/SessionInfo" description: default response summary: Get information for the current session tags: @@ -6060,7 +6060,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SolrIndexDoc' + $ref: "#/components/schemas/SolrIndexDoc" description: solrIndexDoc required: true responses: @@ -6082,7 +6082,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SolrIndexDoc' + $ref: "#/components/schemas/SolrIndexDoc" description: solrIndexDoc required: true responses: @@ -6090,7 +6090,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SolrConnectionTestResponse' + $ref: "#/components/schemas/SolrConnectionTestResponse" description: default response summary: Test connection to Solr tags: @@ -6109,7 +6109,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SolrIndexDoc' + $ref: "#/components/schemas/SolrIndexDoc" description: default response summary: Fetch a solr index doc by its UUID tags: @@ -6126,7 +6126,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SolrIndexDoc' + $ref: "#/components/schemas/SolrIndexDoc" description: doc required: true responses: @@ -6134,7 +6134,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SolrIndexDoc' + $ref: "#/components/schemas/SolrIndexDoc" description: default response summary: Update a solr index doc tags: @@ -6146,7 +6146,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" description: QueryKey required: true responses: @@ -6166,7 +6166,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchRequest' + $ref: "#/components/schemas/SearchRequest" description: SearchRequest required: true responses: @@ -6174,7 +6174,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchResponse' + $ref: "#/components/schemas/SearchResponse" description: default response summary: Submit a search request tags: @@ -6193,7 +6193,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StateDoc' + $ref: "#/components/schemas/StateDoc" description: default response summary: Fetch an state store doc by its UUID tags: @@ -6210,7 +6210,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StateDoc' + $ref: "#/components/schemas/StateDoc" description: doc required: true responses: @@ -6218,7 +6218,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StateDoc' + $ref: "#/components/schemas/StateDoc" description: default response summary: Update an state store doc tags: @@ -6243,7 +6243,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/CustomRollUpMaskFields' + $ref: "#/components/schemas/CustomRollUpMaskFields" description: default response summary: Get rollup bit mask tags: @@ -6266,7 +6266,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/CustomRollUpMask' + $ref: "#/components/schemas/CustomRollUpMask" description: default response summary: Create rollup bit mask tags: @@ -6278,7 +6278,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StatisticsDataSourceFieldChangeRequest' + $ref: "#/components/schemas/StatisticsDataSourceFieldChangeRequest" description: request required: true responses: @@ -6286,7 +6286,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StatisticsDataSourceData' + $ref: "#/components/schemas/StatisticsDataSourceData" description: default response summary: Change fields tags: @@ -6305,7 +6305,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StatisticStoreDoc' + $ref: "#/components/schemas/StatisticStoreDoc" description: default response summary: Fetch a statistic doc by its UUID tags: @@ -6322,7 +6322,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StatisticStoreDoc' + $ref: "#/components/schemas/StatisticStoreDoc" description: doc required: true responses: @@ -6330,7 +6330,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StatisticStoreDoc' + $ref: "#/components/schemas/StatisticStoreDoc" description: default response summary: Update a statistic doc tags: @@ -6353,7 +6353,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageCustomRollUpMaskFields' + $ref: "#/components/schemas/ResultPageCustomRollUpMaskFields" description: default response summary: Get rollup bit mask tags: @@ -6374,7 +6374,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageCustomRollUpMask' + $ref: "#/components/schemas/ResultPageCustomRollUpMask" description: default response summary: Create rollup bit mask tags: @@ -6386,7 +6386,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StroomStatsStoreFieldChangeRequest' + $ref: "#/components/schemas/StroomStatsStoreFieldChangeRequest" description: request required: true responses: @@ -6394,7 +6394,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StroomStatsStoreEntityData' + $ref: "#/components/schemas/StroomStatsStoreEntityData" description: default response summary: Change fields tags: @@ -6413,7 +6413,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StroomStatsStoreDoc' + $ref: "#/components/schemas/StroomStatsStoreDoc" description: default response summary: Fetch a store doc doc by its UUID tags: @@ -6430,7 +6430,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StroomStatsStoreDoc' + $ref: "#/components/schemas/StroomStatsStoreDoc" description: doc required: true responses: @@ -6438,7 +6438,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StroomStatsStoreDoc' + $ref: "#/components/schemas/StroomStatsStoreDoc" description: default response summary: Update a stats store doc tags: @@ -6450,13 +6450,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindElementDocRequest' + $ref: "#/components/schemas/FindElementDocRequest" responses: default: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: default response summary: Load the document for an element tags: @@ -6468,7 +6468,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/GetPipelineForMetaRequest' + $ref: "#/components/schemas/GetPipelineForMetaRequest" description: request required: true responses: @@ -6476,7 +6476,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: default response summary: Get a pipeline for stepping tags: @@ -6488,7 +6488,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PipelineStepRequest' + $ref: "#/components/schemas/PipelineStepRequest" description: request required: true responses: @@ -6496,7 +6496,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SteppingResult' + $ref: "#/components/schemas/SteppingResult" description: default response summary: Step a pipeline tags: @@ -6508,7 +6508,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/PipelineStepRequest' + $ref: "#/components/schemas/PipelineStepRequest" description: request required: true responses: @@ -6528,7 +6528,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StoredQuery' + $ref: "#/components/schemas/StoredQuery" description: storedQuery required: true responses: @@ -6536,7 +6536,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StoredQuery' + $ref: "#/components/schemas/StoredQuery" description: default response summary: Create a stored query tags: @@ -6548,7 +6548,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StoredQuery' + $ref: "#/components/schemas/StoredQuery" responses: default: content: @@ -6566,7 +6566,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindStoredQueryCriteria' + $ref: "#/components/schemas/FindStoredQueryCriteria" description: criteria required: true responses: @@ -6574,7 +6574,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageStoredQuery' + $ref: "#/components/schemas/ResultPageStoredQuery" description: default response summary: Find stored queries tags: @@ -6586,7 +6586,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StoredQuery' + $ref: "#/components/schemas/StoredQuery" description: storedQuery required: true responses: @@ -6594,7 +6594,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StoredQuery' + $ref: "#/components/schemas/StoredQuery" description: default response summary: Fetch a stored query tags: @@ -6606,13 +6606,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/StoredQuery' + $ref: "#/components/schemas/StoredQuery" responses: default: content: application/json: schema: - $ref: '#/components/schemas/StoredQuery' + $ref: "#/components/schemas/StoredQuery" description: default response summary: Update a stored query tags: @@ -6624,7 +6624,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" description: QueryKey required: true responses: @@ -6644,7 +6644,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchRequest' + $ref: "#/components/schemas/SearchRequest" description: SearchRequest required: true responses: @@ -6652,7 +6652,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchResponse' + $ref: "#/components/schemas/SearchResponse" description: default response summary: Submit a search request tags: @@ -6664,7 +6664,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" description: QueryKey required: true responses: @@ -6684,7 +6684,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchRequest' + $ref: "#/components/schemas/SearchRequest" description: SearchRequest required: true responses: @@ -6692,7 +6692,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchResponse' + $ref: "#/components/schemas/SearchResponse" description: default response summary: Submit a search request tags: @@ -6704,7 +6704,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" description: QueryKey required: true responses: @@ -6724,7 +6724,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchRequest' + $ref: "#/components/schemas/SearchRequest" description: SearchRequest required: true responses: @@ -6732,7 +6732,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SearchResponse' + $ref: "#/components/schemas/SearchResponse" description: default response summary: Submit a search request tags: @@ -6744,7 +6744,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FetchSuggestionsRequest' + $ref: "#/components/schemas/FetchSuggestionsRequest" description: request required: true responses: @@ -6752,7 +6752,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Suggestions' + $ref: "#/components/schemas/Suggestions" description: default response summary: Fetch some suggestions tags: @@ -6765,7 +6765,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SystemInfoResultList' + $ref: "#/components/schemas/SystemInfoResultList" description: default response summary: Get all system info results tags: @@ -6801,7 +6801,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/ParamInfo' + $ref: "#/components/schemas/ParamInfo" description: default response summary: Gets the parameters for this system info provider tags: @@ -6820,7 +6820,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/SystemInfoResult' + $ref: "#/components/schemas/SystemInfoResult" description: default response summary: Get a system info result by name tags: @@ -6838,7 +6838,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindTaskProgressRequest' + $ref: "#/components/schemas/FindTaskProgressRequest" description: request required: true responses: @@ -6846,7 +6846,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/TaskProgressResponse' + $ref: "#/components/schemas/TaskProgressResponse" description: default response summary: Finds tasks for a node tags: @@ -6865,7 +6865,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/TaskProgressResponse' + $ref: "#/components/schemas/TaskProgressResponse" description: default response summary: Lists tasks for a node tags: @@ -6883,7 +6883,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/TerminateTaskProgressRequest' + $ref: "#/components/schemas/TerminateTaskProgressRequest" description: request required: true responses: @@ -6910,7 +6910,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/TaskProgressResponse' + $ref: "#/components/schemas/TaskProgressResponse" description: default response summary: Lists tasks for a node tags: @@ -6929,7 +6929,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/TextConverterDoc' + $ref: "#/components/schemas/TextConverterDoc" description: default response summary: Fetch a text converter doc by its UUID tags: @@ -6946,7 +6946,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/TextConverterDoc' + $ref: "#/components/schemas/TextConverterDoc" description: doc required: true responses: @@ -6954,7 +6954,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/TextConverterDoc' + $ref: "#/components/schemas/TextConverterDoc" description: default response summary: Update a text converter doc tags: @@ -6966,7 +6966,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindUserCriteria' + $ref: "#/components/schemas/FindUserCriteria" description: criteria required: true responses: @@ -6974,7 +6974,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageUserRef' + $ref: "#/components/schemas/ResultPageUserRef" description: default response summary: Find the users and groups matching the supplied criteria of users who belong to at least one of the same groups as the current user. If the current @@ -6996,7 +6996,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/User' + $ref: "#/components/schemas/User" description: default response summary: Creates a group with the supplied name tags: @@ -7008,7 +7008,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/UserDesc' + $ref: "#/components/schemas/UserDesc" description: name required: true responses: @@ -7016,7 +7016,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/User' + $ref: "#/components/schemas/User" description: default response summary: Creates a user with the supplied name tags: @@ -7038,7 +7038,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/User' + $ref: "#/components/schemas/User" description: default response summary: "Creates a batch of users from a list of CSV entries. Each line is\ \ of the form 'id,displayName,fullName', where displayName and fullName are\ @@ -7052,7 +7052,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/FindUserCriteria' + $ref: "#/components/schemas/FindUserCriteria" description: criteria required: true responses: @@ -7060,7 +7060,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ResultPageUser' + $ref: "#/components/schemas/ResultPageUser" description: default response summary: Find the user names matching the supplied criteria of users who belong to at least one of the same groups as the current user. If the current user @@ -7074,7 +7074,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/User' + $ref: "#/components/schemas/User" description: user required: true responses: @@ -7082,7 +7082,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/User' + $ref: "#/components/schemas/User" description: default response summary: Updates a user tags: @@ -7144,7 +7144,7 @@ paths: schema: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: default response summary: Fetch view names tags: @@ -7163,7 +7163,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ViewDoc' + $ref: "#/components/schemas/ViewDoc" description: default response summary: Fetch a view doc by its UUID tags: @@ -7180,7 +7180,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ViewDoc' + $ref: "#/components/schemas/ViewDoc" description: doc required: true responses: @@ -7188,7 +7188,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ViewDoc' + $ref: "#/components/schemas/ViewDoc" description: default response summary: Update a view doc tags: @@ -7207,7 +7207,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/VisualisationDoc' + $ref: "#/components/schemas/VisualisationDoc" description: default response summary: Fetch a visualisation doc by its UUID tags: @@ -7224,7 +7224,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/VisualisationDoc' + $ref: "#/components/schemas/VisualisationDoc" description: doc required: true responses: @@ -7232,7 +7232,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/VisualisationDoc' + $ref: "#/components/schemas/VisualisationDoc" description: default response summary: Update a visualisation doc tags: @@ -7245,7 +7245,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/Welcome' + $ref: "#/components/schemas/Welcome" description: default response summary: Get the configured HTML welcome message tags: @@ -7264,7 +7264,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/WordList' + $ref: "#/components/schemas/WordList" description: default response summary: Fetch a list of words from a dictionary by its UUID tags: @@ -7283,7 +7283,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/XmlSchemaDoc' + $ref: "#/components/schemas/XmlSchemaDoc" description: default response summary: Fetch a xml schema doc by its UUID tags: @@ -7300,7 +7300,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/XmlSchemaDoc' + $ref: "#/components/schemas/XmlSchemaDoc" description: doc required: true responses: @@ -7308,7 +7308,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/XmlSchemaDoc' + $ref: "#/components/schemas/XmlSchemaDoc" description: default response summary: Update a xml schema doc tags: @@ -7327,7 +7327,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/XsltDoc' + $ref: "#/components/schemas/XsltDoc" description: default response summary: Fetch an xslt doc by its UUID tags: @@ -7344,7 +7344,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/XsltDoc' + $ref: "#/components/schemas/XsltDoc" description: doc required: true responses: @@ -7352,7 +7352,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/XsltDoc' + $ref: "#/components/schemas/XsltDoc" description: default response summary: Update a an xslt doc tags: @@ -7395,7 +7395,7 @@ components: type: type: string userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" required: - type AbstractDocumentPermissionsChange: @@ -7432,15 +7432,15 @@ components: feedName: type: string itemRange: - $ref: '#/components/schemas/OffsetRange' + $ref: "#/components/schemas/OffsetRange" sourceLocation: - $ref: '#/components/schemas/SourceLocation' + $ref: "#/components/schemas/SourceLocation" streamTypeName: type: string totalCharacterCount: - $ref: '#/components/schemas/CountLong' + $ref: "#/components/schemas/CountLong" totalItemCount: - $ref: '#/components/schemas/CountLong' + $ref: "#/components/schemas/CountLong" type: type: string required: @@ -7502,13 +7502,13 @@ components: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" qualifiedFilterInput: type: string values: type: array items: - $ref: '#/components/schemas/Account' + $ref: "#/components/schemas/Account" AcknowledgeSplashRequest: type: object properties: @@ -7525,7 +7525,7 @@ components: createUser: type: string details: - $ref: '#/components/schemas/ActivityDetails' + $ref: "#/components/schemas/ActivityDetails" id: type: integer format: int32 @@ -7535,7 +7535,7 @@ components: updateUser: type: string userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" version: type: integer format: int32 @@ -7558,7 +7558,7 @@ components: properties: type: array items: - $ref: '#/components/schemas/Prop' + $ref: "#/components/schemas/Prop" ActivityValidationResult: type: object properties: @@ -7569,40 +7569,40 @@ components: AddAllDocumentCreatePermissions: type: object allOf: - - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + - $ref: "#/components/schemas/AbstractDocumentPermissionsChange" - type: object properties: userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" AddAllPermissionsFrom: type: object allOf: - - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + - $ref: "#/components/schemas/AbstractDocumentPermissionsChange" - type: object properties: sourceDocRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" AddAppPermission: type: object allOf: - - $ref: '#/components/schemas/AbstractAppPermissionChange' + - $ref: "#/components/schemas/AbstractAppPermissionChange" AddDocumentCreatePermission: type: object allOf: - - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + - $ref: "#/components/schemas/AbstractDocumentPermissionsChange" - type: object properties: documentType: - $ref: '#/components/schemas/DocumentType' + $ref: "#/components/schemas/DocumentType" userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" AddRemoveTagsRequest: type: object properties: docRefs: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" tags: type: array items: @@ -7612,9 +7612,9 @@ components: type: object properties: expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" requiredPermissions: type: array items: @@ -7632,16 +7632,16 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" AdvancedDocumentFindWithPermissionsRequest: type: object properties: explicitPermission: type: boolean expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" requiredPermissions: type: array items: @@ -7659,9 +7659,9 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" AnalyticDataShard: type: object properties: @@ -7688,9 +7688,9 @@ components: type: object properties: analyticNotificationConfig: - $ref: '#/components/schemas/NotificationConfig' + $ref: "#/components/schemas/NotificationConfig" analyticProcessConfig: - $ref: '#/components/schemas/AnalyticProcessConfig' + $ref: "#/components/schemas/AnalyticProcessConfig" analyticProcessType: type: string enum: @@ -7705,9 +7705,9 @@ components: description: type: string duplicateNotificationConfig: - $ref: '#/components/schemas/DuplicateNotificationConfig' + $ref: "#/components/schemas/DuplicateNotificationConfig" errorFeed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" languageVersion: type: string enum: @@ -7718,11 +7718,11 @@ components: notifications: type: array items: - $ref: '#/components/schemas/NotificationConfig' + $ref: "#/components/schemas/NotificationConfig" parameters: type: array items: - $ref: '#/components/schemas/Param' + $ref: "#/components/schemas/Param" query: type: string rememberNotifications: @@ -7730,7 +7730,7 @@ components: suppressDuplicateNotifications: type: boolean timeRange: - $ref: '#/components/schemas/TimeRange' + $ref: "#/components/schemas/TimeRange" type: type: string updateTimeMs: @@ -7746,7 +7746,7 @@ components: type: object properties: analyticTrackerData: - $ref: '#/components/schemas/AnalyticTrackerData' + $ref: "#/components/schemas/AnalyticTrackerData" analyticUuid: type: string AnalyticTrackerData: @@ -7766,9 +7766,9 @@ components: defaultBodyTemplate: type: string defaultDestinationFeed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" defaultErrorFeed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" defaultNode: type: string defaultSubjectTemplate: @@ -7777,7 +7777,7 @@ components: type: object properties: assignedTo: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" comment: type: string createTime: @@ -7808,11 +7808,11 @@ components: type: object properties: annotation: - $ref: '#/components/schemas/Annotation' + $ref: "#/components/schemas/Annotation" entries: type: array items: - $ref: '#/components/schemas/AnnotationEntry' + $ref: "#/components/schemas/AnnotationEntry" AnnotationEntry: type: object properties: @@ -7822,9 +7822,9 @@ components: entryType: type: string entryUser: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" entryValue: - $ref: '#/components/schemas/EntryValue' + $ref: "#/components/schemas/EntryValue" id: type: integer format: int64 @@ -7866,13 +7866,13 @@ components: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" qualifiedFilterInput: type: string values: type: array items: - $ref: '#/components/schemas/HashedApiKey' + $ref: "#/components/schemas/HashedApiKey" AppUserPermissions: type: object properties: @@ -7939,7 +7939,7 @@ components: - VIEW_SYSTEM_INFO_PERMISSION uniqueItems: true userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" AppUserPermissionsReport: type: object properties: @@ -8021,7 +8021,7 @@ components: nodeName: type: string sourceTaskId: - $ref: '#/components/schemas/TaskId' + $ref: "#/components/schemas/TaskId" Automate: type: object properties: @@ -8034,19 +8034,19 @@ components: AwsAnonymousCredentials: type: object allOf: - - $ref: '#/components/schemas/AwsCredentials' + - $ref: "#/components/schemas/AwsCredentials" AwsAssumeRole: type: object properties: clientConfig: - $ref: '#/components/schemas/AwsAssumeRoleClientConfig' + $ref: "#/components/schemas/AwsAssumeRoleClientConfig" request: - $ref: '#/components/schemas/AwsAssumeRoleRequest' + $ref: "#/components/schemas/AwsAssumeRoleRequest" AwsAssumeRoleClientConfig: type: object properties: credentials: - $ref: '#/components/schemas/AwsCredentials' + $ref: "#/components/schemas/AwsCredentials" endpointOverride: type: string region: @@ -8064,11 +8064,11 @@ components: policyArns: type: array items: - $ref: '#/components/schemas/AwsPolicyDescriptorType' + $ref: "#/components/schemas/AwsPolicyDescriptorType" providedContexts: type: array items: - $ref: '#/components/schemas/AwsProvidedContext' + $ref: "#/components/schemas/AwsProvidedContext" roleArn: type: string roleSessionName: @@ -8080,7 +8080,7 @@ components: tags: type: array items: - $ref: '#/components/schemas/AwsTag' + $ref: "#/components/schemas/AwsTag" tokenCode: type: string transitiveTagKeys: @@ -8090,7 +8090,7 @@ components: AwsBasicCredentials: type: object allOf: - - $ref: '#/components/schemas/AwsCredentials' + - $ref: "#/components/schemas/AwsCredentials" - type: object properties: accessKeyId: @@ -8109,18 +8109,18 @@ components: AwsDefaultCredentials: type: object allOf: - - $ref: '#/components/schemas/AwsCredentials' + - $ref: "#/components/schemas/AwsCredentials" AwsEnvironmentVariableCredentials: type: object allOf: - - $ref: '#/components/schemas/AwsCredentials' + - $ref: "#/components/schemas/AwsCredentials" AwsHttpConfig: type: object properties: connectionTimeout: type: string proxyConfiguration: - $ref: '#/components/schemas/AwsProxyConfig' + $ref: "#/components/schemas/AwsProxyConfig" trustAllCertificatesEnabled: type: boolean AwsPolicyDescriptorType: @@ -8131,7 +8131,7 @@ components: AwsProfileCredentials: type: object allOf: - - $ref: '#/components/schemas/AwsCredentials' + - $ref: "#/components/schemas/AwsCredentials" - type: object properties: profileFilePath: @@ -8164,7 +8164,7 @@ components: AwsSessionCredentials: type: object allOf: - - $ref: '#/components/schemas/AwsCredentials' + - $ref: "#/components/schemas/AwsCredentials" - type: object properties: accessKeyId: @@ -8176,7 +8176,7 @@ components: AwsSystemPropertyCredentials: type: object allOf: - - $ref: '#/components/schemas/AwsCredentials' + - $ref: "#/components/schemas/AwsCredentials" AwsTag: type: object properties: @@ -8187,7 +8187,7 @@ components: AwsWebCredentials: type: object allOf: - - $ref: '#/components/schemas/AwsCredentials' + - $ref: "#/components/schemas/AwsCredentials" - type: object properties: asyncCredentialUpdateEnabled: @@ -8212,7 +8212,7 @@ components: additionalProperties: type: string docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" BatchScheduleRequest: type: object properties: @@ -8230,7 +8230,7 @@ components: - FREQUENCY - DISTRIBUTED schedule: - $ref: '#/components/schemas/Schedule' + $ref: "#/components/schemas/Schedule" BuildInfo: type: object properties: @@ -8248,16 +8248,16 @@ components: explorerNodes: type: array items: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" message: type: string BulkDocumentPermissionChangeRequest: type: object properties: change: - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + $ref: "#/components/schemas/AbstractDocumentPermissionsChange" expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" BulkProcessorFilterChangeRequest: type: object properties: @@ -8269,21 +8269,21 @@ components: - DELETE - SET_RUN_AS_USER expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" CacheIdentity: type: object properties: basePropertyPath: - $ref: '#/components/schemas/PropertyPath' + $ref: "#/components/schemas/PropertyPath" cacheName: type: string CacheInfo: type: object properties: basePropertyPath: - $ref: '#/components/schemas/PropertyPath' + $ref: "#/components/schemas/PropertyPath" map: type: object additionalProperties: @@ -8296,20 +8296,20 @@ components: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/CacheInfo' + $ref: "#/components/schemas/CacheInfo" CacheNamesResponse: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/CacheIdentity' + $ref: "#/components/schemas/CacheIdentity" ChangePasswordRequest: type: object properties: @@ -8334,7 +8334,7 @@ components: type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" permission: type: string enum: @@ -8364,7 +8364,7 @@ components: type: object properties: buildInfo: - $ref: '#/components/schemas/BuildInfo' + $ref: "#/components/schemas/BuildInfo" discoverTime: type: integer format: int64 @@ -8375,7 +8375,7 @@ components: itemList: type: array items: - $ref: '#/components/schemas/ClusterNodeInfoItem' + $ref: "#/components/schemas/ClusterNodeInfoItem" nodeName: type: string ping: @@ -8397,15 +8397,15 @@ components: \ and grouping" properties: columnFilter: - $ref: '#/components/schemas/ColumnFilter' + $ref: "#/components/schemas/ColumnFilter" expression: type: string description: The expression to use to generate the value for this field example: "SUM(${count})" filter: - $ref: '#/components/schemas/IncludeExcludeFilter' + $ref: "#/components/schemas/IncludeExcludeFilter" format: - $ref: '#/components/schemas/Format' + $ref: "#/components/schemas/Format" group: type: integer format: int32 @@ -8414,7 +8414,7 @@ components: name: type: string sort: - $ref: '#/components/schemas/Sort' + $ref: "#/components/schemas/Sort" ColumnFilter: type: object properties: @@ -8450,7 +8450,7 @@ components: CompletionSnippet: type: object allOf: - - $ref: '#/components/schemas/CompletionItem' + - $ref: "#/components/schemas/CompletionItem" - type: object properties: snippet: @@ -8458,7 +8458,7 @@ components: CompletionValue: type: object allOf: - - $ref: '#/components/schemas/CompletionItem' + - $ref: "#/components/schemas/CompletionItem" - type: object properties: value: @@ -8470,7 +8470,7 @@ components: type: integer format: int32 dataSourceRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" includedTypes: type: array items: @@ -8502,7 +8502,7 @@ components: name: type: string settings: - $ref: '#/components/schemas/ComponentSettings' + $ref: "#/components/schemas/ComponentSettings" type: type: string ComponentResultRequest: @@ -8533,7 +8533,7 @@ components: enabled: type: boolean expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" id: type: string ComponentSettings: @@ -8555,7 +8555,7 @@ components: enabled: type: boolean expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" hide: type: boolean id: @@ -8595,7 +8595,7 @@ components: dataTypeName: type: string databaseOverrideValue: - $ref: '#/components/schemas/OverrideValueString' + $ref: "#/components/schemas/OverrideValueString" defaultValue: type: string description: @@ -8606,7 +8606,7 @@ components: type: integer format: int32 name: - $ref: '#/components/schemas/PropertyPath' + $ref: "#/components/schemas/PropertyPath" password: type: boolean requireRestart: @@ -8622,7 +8622,7 @@ components: type: integer format: int32 yamlOverrideValue: - $ref: '#/components/schemas/OverrideValueString' + $ref: "#/components/schemas/OverrideValueString" ConfirmPasswordRequest: type: object properties: @@ -8698,13 +8698,13 @@ components: type: object properties: annotation: - $ref: '#/components/schemas/Annotation' + $ref: "#/components/schemas/Annotation" entryValue: - $ref: '#/components/schemas/EntryValue' + $ref: "#/components/schemas/EntryValue" linkedEvents: type: array items: - $ref: '#/components/schemas/EventId' + $ref: "#/components/schemas/EventId" type: type: string CreateHashedApiKeyRequest: @@ -8727,14 +8727,14 @@ components: name: type: string owner: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" CreateHashedApiKeyResponse: type: object properties: apiKey: type: string hashedApiKey: - $ref: '#/components/schemas/HashedApiKey' + $ref: "#/components/schemas/HashedApiKey" CreateProcessFilterRequest: type: object properties: @@ -8752,7 +8752,7 @@ components: type: integer format: int64 pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" priority: type: integer format: int32 @@ -8762,11 +8762,11 @@ components: - PIPELINE - STREAMING_ANALYTIC queryData: - $ref: '#/components/schemas/QueryData' + $ref: "#/components/schemas/QueryData" reprocess: type: boolean runAsUser: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" CriteriaFieldSort: type: object properties: @@ -8821,23 +8821,23 @@ components: components: type: array items: - $ref: '#/components/schemas/ComponentConfig' + $ref: "#/components/schemas/ComponentConfig" xml: wrapped: true designMode: type: boolean layout: - $ref: '#/components/schemas/LayoutConfig' + $ref: "#/components/schemas/LayoutConfig" layoutConstraints: - $ref: '#/components/schemas/LayoutConstraints' + $ref: "#/components/schemas/LayoutConstraints" modelVersion: type: string parameters: type: string preferredSize: - $ref: '#/components/schemas/Size' + $ref: "#/components/schemas/Size" timeRange: - $ref: '#/components/schemas/TimeRange' + $ref: "#/components/schemas/TimeRange" xml: name: dashboard DashboardDoc: @@ -8849,7 +8849,7 @@ components: createUser: type: string dashboardConfig: - $ref: '#/components/schemas/DashboardConfig' + $ref: "#/components/schemas/DashboardConfig" description: type: string name: @@ -8871,15 +8871,15 @@ components: componentResultRequests: type: array items: - $ref: '#/components/schemas/ComponentResultRequest' + $ref: "#/components/schemas/ComponentResultRequest" dateTimeSettings: - $ref: '#/components/schemas/DateTimeSettings' + $ref: "#/components/schemas/DateTimeSettings" queryKey: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" search: - $ref: '#/components/schemas/Search' + $ref: "#/components/schemas/Search" searchRequestSource: - $ref: '#/components/schemas/SearchRequestSource' + $ref: "#/components/schemas/SearchRequestSource" storeHistory: type: boolean timeout: @@ -8914,20 +8914,20 @@ components: node: type: string queryKey: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" results: type: array items: - $ref: '#/components/schemas/Result' + $ref: "#/components/schemas/Result" tokenError: - $ref: '#/components/schemas/TokenError' + $ref: "#/components/schemas/TokenError" DataInfoSection: type: object properties: entries: type: array items: - $ref: '#/components/schemas/Entry' + $ref: "#/components/schemas/Entry" title: type: string DataRange: @@ -8949,9 +8949,9 @@ components: type: integer format: int64 locationFrom: - $ref: '#/components/schemas/Location' + $ref: "#/components/schemas/Location" locationTo: - $ref: '#/components/schemas/Location' + $ref: "#/components/schemas/Location" DataRetentionDeleteSummary: type: object properties: @@ -8971,22 +8971,22 @@ components: type: object properties: criteria: - $ref: '#/components/schemas/FindDataRetentionImpactCriteria' + $ref: "#/components/schemas/FindDataRetentionImpactCriteria" dataRetentionRules: - $ref: '#/components/schemas/DataRetentionRules' + $ref: "#/components/schemas/DataRetentionRules" queryId: type: string DataRetentionDeleteSummaryResponse: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" queryId: type: string values: type: array items: - $ref: '#/components/schemas/DataRetentionDeleteSummary' + $ref: "#/components/schemas/DataRetentionDeleteSummary" DataRetentionRule: type: object properties: @@ -8999,7 +8999,7 @@ components: enabled: type: boolean expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" forever: type: boolean name: @@ -9034,7 +9034,7 @@ components: rules: type: array items: - $ref: '#/components/schemas/DataRetentionRule' + $ref: "#/components/schemas/DataRetentionRule" type: type: string updateTimeMs: @@ -9051,7 +9051,7 @@ components: DateTimeFormatSettings: type: object allOf: - - $ref: '#/components/schemas/FormatSettings' + - $ref: "#/components/schemas/FormatSettings" - type: object properties: pattern: @@ -9059,7 +9059,7 @@ components: description: A date time formatting pattern string conforming to the specification of java.time.format.DateTimeFormatter timeZone: - $ref: '#/components/schemas/UserTimeZone' + $ref: "#/components/schemas/UserTimeZone" usePreferences: type: boolean description: Choose if you want to use the user preference to determine @@ -9088,7 +9088,7 @@ components: time for relative date functions like `day()`. Typically this is the current time when the query is executed. If null the current time will be assumed. timeZone: - $ref: '#/components/schemas/UserTimeZone' + $ref: "#/components/schemas/UserTimeZone" required: - localZoneId - referenceTime @@ -9096,7 +9096,7 @@ components: type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" requiredPermissions: type: array items: @@ -9125,21 +9125,21 @@ components: rows: type: array items: - $ref: '#/components/schemas/DuplicateCheckRow' + $ref: "#/components/schemas/DuplicateCheckRow" Dependency: type: object properties: from: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" ok: type: boolean to: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" DependencyCriteria: type: object properties: pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" partialName: type: string sort: @@ -9148,7 +9148,7 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" DestroyStoreRequest: type: object properties: @@ -9160,7 +9160,7 @@ components: - TAB_CLOSE - WINDOW_CLOSE queryKey: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" DictionaryDoc: type: object properties: @@ -9176,7 +9176,7 @@ components: imports: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" name: type: string type: @@ -9194,22 +9194,22 @@ components: type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" highlights: type: array items: - $ref: '#/components/schemas/StringMatchLocation' + $ref: "#/components/schemas/StringMatchLocation" text: type: string DocContentMatch: type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" extension: type: string location: - $ref: '#/components/schemas/StringMatchLocation' + $ref: "#/components/schemas/StringMatchLocation" sample: type: string sampleAtStartOfLine: @@ -9244,7 +9244,7 @@ components: createUser: type: string docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" otherInfo: type: string updateTime: @@ -9258,22 +9258,22 @@ components: docRefs: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" uniqueItems: true DocumentFindRequest: type: object properties: filter: - $ref: '#/components/schemas/ExplorerTreeFilter' + $ref: "#/components/schemas/ExplorerTreeFilter" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" DocumentType: type: object properties: @@ -9490,11 +9490,11 @@ components: types: type: array items: - $ref: '#/components/schemas/DocumentType' + $ref: "#/components/schemas/DocumentType" visibleTypes: type: array items: - $ref: '#/components/schemas/DocumentType' + $ref: "#/components/schemas/DocumentType" DocumentUserPermissions: type: object properties: @@ -9525,7 +9525,7 @@ components: - VIEW - USE userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" DocumentUserPermissionsReport: type: object properties: @@ -9558,9 +9558,9 @@ components: type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" Documentation: type: object properties: @@ -9606,7 +9606,7 @@ components: sample: type: boolean searchRequest: - $ref: '#/components/schemas/QuerySearchRequest' + $ref: "#/components/schemas/QuerySearchRequest" DownloadSearchResultsRequest: type: object properties: @@ -9626,7 +9626,7 @@ components: sample: type: boolean searchRequest: - $ref: '#/components/schemas/DashboardSearchRequest' + $ref: "#/components/schemas/DashboardSearchRequest" DuplicateCheckRow: type: object properties: @@ -9642,7 +9642,7 @@ components: items: type: string resultPage: - $ref: '#/components/schemas/ResultPageDuplicateCheckRow' + $ref: "#/components/schemas/ResultPageDuplicateCheckRow" DuplicateNotificationConfig: type: object properties: @@ -9660,7 +9660,7 @@ components: type: object properties: connection: - $ref: '#/components/schemas/ElasticConnectionConfig' + $ref: "#/components/schemas/ElasticConnectionConfig" createTimeMs: type: integer format: int64 @@ -9710,26 +9710,26 @@ components: type: object properties: clusterRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" createTimeMs: type: integer format: int64 createUser: type: string defaultExtractionPipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: type: string fields: type: array items: - $ref: '#/components/schemas/ElasticIndexField' + $ref: "#/components/schemas/ElasticIndexField" indexName: type: string name: type: string retentionExpression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" searchScrollSize: type: integer format: int32 @@ -9802,23 +9802,23 @@ components: EmbeddedQueryComponentSettings: type: object allOf: - - $ref: '#/components/schemas/ComponentSettings' + - $ref: "#/components/schemas/ComponentSettings" - type: object properties: automate: - $ref: '#/components/schemas/Automate' + $ref: "#/components/schemas/Automate" lastQueryKey: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" lastQueryNode: type: string queryRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" queryTablePreferences: - $ref: '#/components/schemas/QueryTablePreferences' + $ref: "#/components/schemas/QueryTablePreferences" selectionHandlers: type: array items: - $ref: '#/components/schemas/ComponentSelectionHandler' + $ref: "#/components/schemas/ComponentSelectionHandler" showTable: type: boolean EntityEvent: @@ -9835,9 +9835,9 @@ components: - UPDATE_EXPLORER_NODE - DELETE_EXPLORER_NODE docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" oldDocRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" Entry: type: object properties: @@ -9866,11 +9866,11 @@ components: EventCoprocessorSettings: type: object allOf: - - $ref: '#/components/schemas/CoprocessorSettings' + - $ref: "#/components/schemas/CoprocessorSettings" - type: object properties: maxEvent: - $ref: '#/components/schemas/EventRef' + $ref: "#/components/schemas/EventRef" maxEvents: type: integer format: int64 @@ -9881,7 +9881,7 @@ components: type: integer format: int64 minEvent: - $ref: '#/components/schemas/EventRef' + $ref: "#/components/schemas/EventRef" EventId: type: object properties: @@ -9898,7 +9898,7 @@ components: type: integer format: int64 eventId: - $ref: '#/components/schemas/EventId' + $ref: "#/components/schemas/EventId" EventRef: type: object properties: @@ -9915,7 +9915,7 @@ components: type: integer format: int64 executionSchedule: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" executionTimeMs: type: integer format: int64 @@ -9930,16 +9930,16 @@ components: type: object properties: executionSchedule: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" ExecutionSchedule: type: object properties: @@ -9955,31 +9955,31 @@ components: nodeName: type: string owningDoc: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" runAsUser: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" schedule: - $ref: '#/components/schemas/Schedule' + $ref: "#/components/schemas/Schedule" scheduleBounds: - $ref: '#/components/schemas/ScheduleBounds' + $ref: "#/components/schemas/ScheduleBounds" ExecutionScheduleRequest: type: object properties: enabled: type: boolean nodeName: - $ref: '#/components/schemas/StringMatch' + $ref: "#/components/schemas/StringMatch" ownerDocRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" ExecutionTracker: type: object properties: @@ -10008,7 +10008,7 @@ components: children: type: array items: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" depth: type: integer format: int32 @@ -10224,7 +10224,7 @@ components: nodeInfoList: type: array items: - $ref: '#/components/schemas/NodeInfo' + $ref: "#/components/schemas/NodeInfo" rootNodeUuid: type: string tags: @@ -10235,16 +10235,16 @@ components: type: type: string uniqueKey: - $ref: '#/components/schemas/ExplorerNodeKey' + $ref: "#/components/schemas/ExplorerNodeKey" uuid: type: string ExplorerNodeInfo: type: object properties: docRefInfo: - $ref: '#/components/schemas/DocRefInfo' + $ref: "#/components/schemas/DocRefInfo" explorerNode: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" ExplorerNodeKey: type: object properties: @@ -10276,20 +10276,20 @@ components: - USE uniqueItems: true explorerNode: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" ExplorerServiceCopyRequest: type: object properties: allowRename: type: boolean destinationFolder: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" docName: type: string explorerNodes: type: array items: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" permissionInheritance: type: string enum: @@ -10301,7 +10301,7 @@ components: type: object properties: destinationFolder: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" docName: type: string docType: @@ -10319,16 +10319,16 @@ components: docRefs: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" ExplorerServiceMoveRequest: type: object properties: destinationFolder: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" explorerNodes: type: array items: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" permissionInheritance: type: string enum: @@ -10342,7 +10342,7 @@ components: docName: type: string explorerNode: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" ExplorerTreeFilter: type: object properties: @@ -10378,7 +10378,7 @@ components: recentItems: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" requiredPermissions: type: array items: @@ -10399,16 +10399,16 @@ components: type: object properties: expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" ExpressionItem: type: object description: Base type for an item in an expression tree @@ -10430,7 +10430,7 @@ components: children: type: array items: - $ref: '#/components/schemas/ExpressionItem' + $ref: "#/components/schemas/ExpressionItem" xml: wrapped: true enabled: @@ -10449,7 +10449,7 @@ components: ExpressionTerm: type: object allOf: - - $ref: '#/components/schemas/ExpressionItem' + - $ref: "#/components/schemas/ExpressionItem" - type: object properties: caseSensitive: @@ -10485,7 +10485,7 @@ components: - USER_HAS_VIEW - USER_HAS_USE docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" field: type: string description: The name of the field that is being evaluated in this predicate @@ -10509,7 +10509,7 @@ components: type: integer format: int64 uiConfig: - $ref: '#/components/schemas/UiConfig' + $ref: "#/components/schemas/UiConfig" FeedDoc: type: object properties: @@ -10560,16 +10560,16 @@ components: allUsers: type: boolean expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FetchDataRequest: type: object properties: @@ -10589,18 +10589,18 @@ components: - ERROR - FATAL pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" recordCount: type: integer format: int64 showAsHtml: type: boolean sourceLocation: - $ref: '#/components/schemas/SourceLocation' + $ref: "#/components/schemas/SourceLocation" FetchDataResult: type: object allOf: - - $ref: '#/components/schemas/AbstractFetchDataResult' + - $ref: "#/components/schemas/AbstractFetchDataResult" - type: object properties: data: @@ -10622,35 +10622,35 @@ components: allUsers: type: boolean docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FetchExplorerNodeResult: type: object properties: openedItems: type: array items: - $ref: '#/components/schemas/ExplorerNodeKey' + $ref: "#/components/schemas/ExplorerNodeKey" qualifiedFilterInput: type: string rootNodes: type: array items: - $ref: '#/components/schemas/ExplorerNode' + $ref: "#/components/schemas/ExplorerNode" temporaryOpenedItems: type: array items: - $ref: '#/components/schemas/ExplorerNodeKey' + $ref: "#/components/schemas/ExplorerNodeKey" uniqueItems: true FetchExplorerNodesRequest: type: object @@ -10658,68 +10658,68 @@ components: ensureVisible: type: array items: - $ref: '#/components/schemas/ExplorerNodeKey' + $ref: "#/components/schemas/ExplorerNodeKey" uniqueItems: true filter: - $ref: '#/components/schemas/ExplorerTreeFilter' + $ref: "#/components/schemas/ExplorerTreeFilter" minDepth: type: integer format: int32 openItems: type: array items: - $ref: '#/components/schemas/ExplorerNodeKey' + $ref: "#/components/schemas/ExplorerNodeKey" uniqueItems: true showAlerts: type: boolean temporaryOpenedItems: type: array items: - $ref: '#/components/schemas/ExplorerNodeKey' + $ref: "#/components/schemas/ExplorerNodeKey" uniqueItems: true FetchHighlightsRequest: type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" extension: type: string filter: - $ref: '#/components/schemas/StringMatch' + $ref: "#/components/schemas/StringMatch" FetchLinkedScriptRequest: type: object properties: loadedScripts: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" uniqueItems: true script: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" FetchMarkerResult: type: object allOf: - - $ref: '#/components/schemas/AbstractFetchDataResult' + - $ref: "#/components/schemas/AbstractFetchDataResult" - type: object properties: markers: type: array items: - $ref: '#/components/schemas/Marker' + $ref: "#/components/schemas/Marker" FetchNodeStatusResponse: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/NodeStatusResult' + $ref: "#/components/schemas/NodeStatusResult" FetchPipelineXmlResponse: type: object properties: pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" xml: type: string FetchProcessorRequest: @@ -10728,26 +10728,26 @@ components: expandedRows: type: array items: - $ref: '#/components/schemas/ProcessorListRow' + $ref: "#/components/schemas/ProcessorListRow" uniqueItems: true expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" FetchPropertyTypesResult: type: object properties: pipelineElementType: - $ref: '#/components/schemas/PipelineElementType' + $ref: "#/components/schemas/PipelineElementType" propertyTypes: type: object additionalProperties: - $ref: '#/components/schemas/PipelinePropertyType' + $ref: "#/components/schemas/PipelinePropertyType" FetchSuggestionsRequest: type: object properties: dataSource: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" field: - $ref: '#/components/schemas/QueryField' + $ref: "#/components/schemas/QueryField" text: type: string required: @@ -10766,7 +10766,7 @@ components: type: object properties: pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" quickFilter: type: string sort: @@ -10775,14 +10775,14 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindAnalyticDataShardCriteria: type: object properties: analyticDocUuid: type: string pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" quickFilterInput: type: string sort: @@ -10791,14 +10791,14 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindApiKeyCriteria: type: object properties: owner: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" quickFilterInput: type: string sort: @@ -10807,40 +10807,40 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindDBTableCriteria: type: object properties: pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindDataRetentionImpactCriteria: type: object properties: expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindDuplicateCheckCriteria: type: object properties: analyticDocUuid: type: string pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" quickFilterInput: type: string sort: @@ -10849,27 +10849,27 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindElementDocRequest: type: object properties: feedName: type: string pipelineElement: - $ref: '#/components/schemas/PipelineElement' + $ref: "#/components/schemas/PipelineElement" pipelineName: type: string properties: type: array items: - $ref: '#/components/schemas/PipelineProperty' + $ref: "#/components/schemas/PipelineProperty" FindFieldCriteria: type: object properties: dataSourceRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" queryable: type: boolean sort: @@ -10878,44 +10878,44 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" stringMatch: - $ref: '#/components/schemas/StringMatch' + $ref: "#/components/schemas/StringMatch" FindFsVolumeCriteria: type: object properties: group: - $ref: '#/components/schemas/FsVolumeGroup' + $ref: "#/components/schemas/FsVolumeGroup" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" selection: - $ref: '#/components/schemas/SelectionVolumeUseStatus' + $ref: "#/components/schemas/SelectionVolumeUseStatus" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindInContentRequest: type: object properties: filter: - $ref: '#/components/schemas/StringMatch' + $ref: "#/components/schemas/StringMatch" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindInContentResult: type: object properties: docContentMatch: - $ref: '#/components/schemas/DocContentMatch' + $ref: "#/components/schemas/DocContentMatch" icon: type: string enum: @@ -11116,81 +11116,81 @@ components: type: object properties: documentCountRange: - $ref: '#/components/schemas/RangeInteger' + $ref: "#/components/schemas/RangeInteger" indexShardIdSet: - $ref: '#/components/schemas/SelectionLong' + $ref: "#/components/schemas/SelectionLong" indexShardStatusSet: - $ref: '#/components/schemas/SelectionIndexShardStatus' + $ref: "#/components/schemas/SelectionIndexShardStatus" indexUuidSet: - $ref: '#/components/schemas/SelectionString' + $ref: "#/components/schemas/SelectionString" nodeNameSet: - $ref: '#/components/schemas/SelectionString' + $ref: "#/components/schemas/SelectionString" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" partition: - $ref: '#/components/schemas/StringCriteria' + $ref: "#/components/schemas/StringCriteria" partitionTimeRange: - $ref: '#/components/schemas/RangeLong' + $ref: "#/components/schemas/RangeLong" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" volumeIdSet: - $ref: '#/components/schemas/SelectionInteger' + $ref: "#/components/schemas/SelectionInteger" FindJobNodeCriteria: type: object properties: jobName: - $ref: '#/components/schemas/StringCriteria' + $ref: "#/components/schemas/StringCriteria" jobNodeEnabled: type: boolean nodeName: - $ref: '#/components/schemas/StringCriteria' + $ref: "#/components/schemas/StringCriteria" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindMetaCriteria: type: object properties: expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" fetchRelationships: type: boolean pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindNodeStatusCriteria: type: object properties: pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindResult: type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" icon: type: string enum: @@ -11389,7 +11389,7 @@ components: type: object properties: pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" quickFilterInput: type: string sort: @@ -11398,14 +11398,14 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindResultWithPermissions: type: object properties: findResult: - $ref: '#/components/schemas/FindResult' + $ref: "#/components/schemas/FindResult" permissions: - $ref: '#/components/schemas/DocumentUserPermissions' + $ref: "#/components/schemas/DocumentUserPermissions" FindStoredQueryCriteria: type: object properties: @@ -11416,11 +11416,11 @@ components: favourite: type: boolean name: - $ref: '#/components/schemas/StringCriteria' + $ref: "#/components/schemas/StringCriteria" owner: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" requiredPermission: type: string sort: @@ -11429,19 +11429,19 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindTaskCriteria: type: object properties: ancestorIdSet: type: array items: - $ref: '#/components/schemas/TaskId' + $ref: "#/components/schemas/TaskId" uniqueItems: true idSet: type: array items: - $ref: '#/components/schemas/TaskId' + $ref: "#/components/schemas/TaskId" uniqueItems: true sessionId: type: string @@ -11451,12 +11451,12 @@ components: expandedTasks: type: array items: - $ref: '#/components/schemas/TaskProgress' + $ref: "#/components/schemas/TaskProgress" uniqueItems: true nameFilter: type: string pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sessionId: type: string sort: @@ -11465,30 +11465,30 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FindTaskProgressRequest: type: object properties: criteria: - $ref: '#/components/schemas/FindTaskProgressCriteria' + $ref: "#/components/schemas/FindTaskProgressCriteria" FindUserCriteria: type: object properties: expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" sort: type: string writeOnly: true sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" FlatResult: type: object allOf: - - $ref: '#/components/schemas/Result' + - $ref: "#/components/schemas/Result" - type: object properties: size: @@ -11497,7 +11497,7 @@ components: structure: type: array items: - $ref: '#/components/schemas/Column' + $ref: "#/components/schemas/Column" values: type: array items: @@ -11512,7 +11512,7 @@ components: description: Describes the formatting that will be applied to values in a field properties: settings: - $ref: '#/components/schemas/FormatSettings' + $ref: "#/components/schemas/FormatSettings" type: type: string description: The formatting type to apply @@ -11554,7 +11554,7 @@ components: path: type: string s3ClientConfig: - $ref: '#/components/schemas/S3ClientConfig' + $ref: "#/components/schemas/S3ClientConfig" s3ClientConfigData: type: string status: @@ -11575,7 +11575,7 @@ components: type: integer format: int32 volumeState: - $ref: '#/components/schemas/FsVolumeState' + $ref: "#/components/schemas/FsVolumeState" volumeType: type: string enum: @@ -11629,13 +11629,13 @@ components: analyticDocUuid: type: string dateTimeSettings: - $ref: '#/components/schemas/DateTimeSettings' + $ref: "#/components/schemas/DateTimeSettings" path: type: string requestedRange: - $ref: '#/components/schemas/OffsetRange' + $ref: "#/components/schemas/OffsetRange" timeRange: - $ref: '#/components/schemas/TimeRange' + $ref: "#/components/schemas/TimeRange" GetFeedStatusRequest: type: object properties: @@ -11685,17 +11685,17 @@ components: type: object properties: schedule: - $ref: '#/components/schemas/Schedule' + $ref: "#/components/schemas/Schedule" scheduleReferenceTime: type: integer format: int64 scheduleRestriction: - $ref: '#/components/schemas/ScheduleRestriction' + $ref: "#/components/schemas/ScheduleRestriction" GlobalConfigCriteria: type: object properties: pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" quickFilterInput: type: string sort: @@ -11704,7 +11704,7 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" HashedApiKey: type: object properties: @@ -11737,7 +11737,7 @@ components: name: type: string owner: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" updateTimeMs: type: integer format: int64 @@ -11749,7 +11749,7 @@ components: HoppingWindow: type: object allOf: - - $ref: '#/components/schemas/Window' + - $ref: "#/components/schemas/Window" - type: object properties: advanceSize: @@ -11766,20 +11766,20 @@ components: confirmList: type: array items: - $ref: '#/components/schemas/ImportState' + $ref: "#/components/schemas/ImportState" importSettings: - $ref: '#/components/schemas/ImportSettings' + $ref: "#/components/schemas/ImportSettings" resourceKey: - $ref: '#/components/schemas/ResourceKey' + $ref: "#/components/schemas/ResourceKey" ImportConfigResponse: type: object properties: confirmList: type: array items: - $ref: '#/components/schemas/ImportState' + $ref: "#/components/schemas/ImportState" resourceKey: - $ref: '#/components/schemas/ResourceKey' + $ref: "#/components/schemas/ResourceKey" ImportSettings: type: object properties: @@ -11795,7 +11795,7 @@ components: - ACTION_CONFIRMATION - IGNORE_CONFIRMATION rootDocRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" useImportFolders: type: boolean useImportNames: @@ -11808,11 +11808,11 @@ components: destPath: type: string docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" messageList: type: array items: - $ref: '#/components/schemas/Message' + $ref: "#/components/schemas/Message" sourcePath: type: string state: @@ -11885,7 +11885,7 @@ components: - DELETED - CORRUPT volume: - $ref: '#/components/schemas/IndexVolume' + $ref: "#/components/schemas/IndexVolume" IndexVolume: type: object properties: @@ -11965,11 +11965,11 @@ components: errorList: type: array items: - $ref: '#/components/schemas/StoredError' + $ref: "#/components/schemas/StoredError" uniqueErrorSet: type: array items: - $ref: '#/components/schemas/StoredError' + $ref: "#/components/schemas/StoredError" uniqueItems: true InfoPopupConfig: type: object @@ -12042,7 +12042,7 @@ components: type: integer format: int32 job: - $ref: '#/components/schemas/Job' + $ref: "#/components/schemas/Job" jobType: type: string enum: @@ -12069,18 +12069,18 @@ components: type: object properties: jobNode: - $ref: '#/components/schemas/JobNode' + $ref: "#/components/schemas/JobNode" jobNodeInfo: - $ref: '#/components/schemas/JobNodeInfo' + $ref: "#/components/schemas/JobNodeInfo" JobNodeAndInfoListResponse: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/JobNodeAndInfo' + $ref: "#/components/schemas/JobNodeAndInfo" JobNodeInfo: type: object properties: @@ -12124,7 +12124,7 @@ components: KeyValueInputComponentSettings: type: object allOf: - - $ref: '#/components/schemas/ComponentSettings' + - $ref: "#/components/schemas/ComponentSettings" - type: object properties: text: @@ -12135,7 +12135,7 @@ components: propertyName: type properties: preferredSize: - $ref: '#/components/schemas/Size' + $ref: "#/components/schemas/Size" type: type: string required: @@ -12179,23 +12179,23 @@ components: nodeName: type: string pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" qualifiedFilterInput: type: string values: type: array items: - $ref: '#/components/schemas/ConfigProperty' + $ref: "#/components/schemas/ConfigProperty" ListInputComponentSettings: type: object allOf: - - $ref: '#/components/schemas/ComponentSettings' + - $ref: "#/components/schemas/ComponentSettings" - type: object properties: allowTextEntry: type: boolean dictionary: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" key: type: string useDictionary: @@ -12248,13 +12248,13 @@ components: createUser: type: string defaultExtractionPipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: type: string fields: type: array items: - $ref: '#/components/schemas/LuceneIndexField' + $ref: "#/components/schemas/LuceneIndexField" maxDocsPerShard: type: integer format: int32 @@ -12349,7 +12349,7 @@ components: mapName: type: string refStreamDefinition: - $ref: '#/components/schemas/RefStreamDefinition' + $ref: "#/components/schemas/RefStreamDefinition" Marker: type: object discriminator: @@ -12424,7 +12424,7 @@ components: additionalProperties: type: string meta: - $ref: '#/components/schemas/Meta' + $ref: "#/components/schemas/Meta" pipelineName: type: string Node: @@ -12487,24 +12487,24 @@ components: type: object properties: dateTimeSettings: - $ref: '#/components/schemas/DateTimeSettings' + $ref: "#/components/schemas/DateTimeSettings" key: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" query: - $ref: '#/components/schemas/Query' + $ref: "#/components/schemas/Query" searchRequestSource: - $ref: '#/components/schemas/SearchRequestSource' + $ref: "#/components/schemas/SearchRequestSource" settings: type: array items: - $ref: '#/components/schemas/CoprocessorSettings' + $ref: "#/components/schemas/CoprocessorSettings" shards: type: array items: type: integer format: int64 sourceTaskId: - $ref: '#/components/schemas/TaskId' + $ref: "#/components/schemas/TaskId" taskName: type: string type: @@ -12539,12 +12539,12 @@ components: master: type: boolean node: - $ref: '#/components/schemas/Node' + $ref: "#/components/schemas/Node" NotificationConfig: type: object properties: destination: - $ref: '#/components/schemas/NotificationDestination' + $ref: "#/components/schemas/NotificationDestination" destinationType: type: string enum: @@ -12556,7 +12556,7 @@ components: type: integer format: int32 resumeAfter: - $ref: '#/components/schemas/SimpleDuration' + $ref: "#/components/schemas/SimpleDuration" uuid: type: string NotificationDestination: @@ -12571,7 +12571,7 @@ components: NotificationEmailDestination: type: object allOf: - - $ref: '#/components/schemas/NotificationDestination' + - $ref: "#/components/schemas/NotificationDestination" - type: object properties: bcc: @@ -12587,17 +12587,17 @@ components: NotificationStreamDestination: type: object allOf: - - $ref: '#/components/schemas/NotificationDestination' + - $ref: "#/components/schemas/NotificationDestination" - type: object properties: destinationFeed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" useSourceFeedIfPossible: type: boolean NumberFormatSettings: type: object allOf: - - $ref: '#/components/schemas/FormatSettings' + - $ref: "#/components/schemas/FormatSettings" - type: object properties: decimalPlaces: @@ -12692,24 +12692,24 @@ components: type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" PipelineData: type: object properties: elements: - $ref: '#/components/schemas/PipelineElements' + $ref: "#/components/schemas/PipelineElements" links: - $ref: '#/components/schemas/PipelineLinks' + $ref: "#/components/schemas/PipelineLinks" pipelineReferences: - $ref: '#/components/schemas/PipelineReferences' + $ref: "#/components/schemas/PipelineReferences" processors: type: array items: - $ref: '#/components/schemas/Processor' + $ref: "#/components/schemas/Processor" properties: - $ref: '#/components/schemas/PipelineProperties' + $ref: "#/components/schemas/PipelineProperties" xml: name: pipeline PipelineDoc: @@ -12725,9 +12725,9 @@ components: name: type: string parentPipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" pipelineData: - $ref: '#/components/schemas/PipelineData' + $ref: "#/components/schemas/PipelineData" type: type: string updateTimeMs: @@ -12743,7 +12743,7 @@ components: type: object properties: elementType: - $ref: '#/components/schemas/PipelineElementType' + $ref: "#/components/schemas/PipelineElementType" id: type: string type: @@ -12967,13 +12967,13 @@ components: add: type: array items: - $ref: '#/components/schemas/PipelineElement' + $ref: "#/components/schemas/PipelineElement" xml: wrapped: true remove: type: array items: - $ref: '#/components/schemas/PipelineElement' + $ref: "#/components/schemas/PipelineElement" xml: wrapped: true PipelineLink: @@ -12982,7 +12982,7 @@ components: from: type: string sourcePipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" to: type: string required: @@ -12994,13 +12994,13 @@ components: add: type: array items: - $ref: '#/components/schemas/PipelineLink' + $ref: "#/components/schemas/PipelineLink" xml: wrapped: true remove: type: array items: - $ref: '#/components/schemas/PipelineLink' + $ref: "#/components/schemas/PipelineLink" xml: wrapped: true PipelineProperties: @@ -13009,13 +13009,13 @@ components: add: type: array items: - $ref: '#/components/schemas/PipelineProperty' + $ref: "#/components/schemas/PipelineProperty" xml: wrapped: true remove: type: array items: - $ref: '#/components/schemas/PipelineProperty' + $ref: "#/components/schemas/PipelineProperty" xml: wrapped: true PipelineProperty: @@ -13026,11 +13026,11 @@ components: name: type: string propertyType: - $ref: '#/components/schemas/PipelinePropertyType' + $ref: "#/components/schemas/PipelinePropertyType" sourcePipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" value: - $ref: '#/components/schemas/PipelinePropertyValue' + $ref: "#/components/schemas/PipelinePropertyValue" required: - element - name @@ -13049,7 +13049,7 @@ components: items: type: string elementType: - $ref: '#/components/schemas/PipelineElementType' + $ref: "#/components/schemas/PipelineElementType" name: type: string pipelineReference: @@ -13062,7 +13062,7 @@ components: boolean: type: boolean entity: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" integer: type: integer format: int32 @@ -13077,13 +13077,13 @@ components: element: type: string feed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" name: type: string pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" sourcePipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" streamType: type: string required: @@ -13098,13 +13098,13 @@ components: add: type: array items: - $ref: '#/components/schemas/PipelineReference' + $ref: "#/components/schemas/PipelineReference" xml: wrapped: true remove: type: array items: - $ref: '#/components/schemas/PipelineReference' + $ref: "#/components/schemas/PipelineReference" xml: wrapped: true PipelineStepRequest: @@ -13117,17 +13117,17 @@ components: additionalProperties: type: string criteria: - $ref: '#/components/schemas/FindMetaCriteria' + $ref: "#/components/schemas/FindMetaCriteria" pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" sessionUuid: type: string stepFilterMap: type: object additionalProperties: - $ref: '#/components/schemas/SteppingFilterSettings' + $ref: "#/components/schemas/SteppingFilterSettings" stepLocation: - $ref: '#/components/schemas/StepLocation' + $ref: "#/components/schemas/StepLocation" stepSize: type: integer format: int32 @@ -13163,7 +13163,7 @@ components: maps: type: object additionalProperties: - $ref: '#/components/schemas/EntryCounts' + $ref: "#/components/schemas/EntryCounts" processingState: type: string enum: @@ -13176,7 +13176,7 @@ components: - STAGED - READY_FOR_PURGE refStreamDefinition: - $ref: '#/components/schemas/RefStreamDefinition' + $ref: "#/components/schemas/RefStreamDefinition" Processor: type: object properties: @@ -13245,9 +13245,9 @@ components: type: integer format: int32 processor: - $ref: '#/components/schemas/Processor' + $ref: "#/components/schemas/Processor" processorFilterTracker: - $ref: '#/components/schemas/ProcessorFilterTracker' + $ref: "#/components/schemas/ProcessorFilterTracker" processorType: type: string enum: @@ -13256,11 +13256,11 @@ components: processorUuid: type: string queryData: - $ref: '#/components/schemas/QueryData' + $ref: "#/components/schemas/QueryData" reprocess: type: boolean runAsUser: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" updateTimeMs: type: integer format: int64 @@ -13274,11 +13274,11 @@ components: ProcessorFilterRow: type: object allOf: - - $ref: '#/components/schemas/ProcessorListRow' + - $ref: "#/components/schemas/ProcessorListRow" - type: object properties: processorFilter: - $ref: '#/components/schemas/ProcessorFilter' + $ref: "#/components/schemas/ProcessorFilter" ProcessorFilterTracker: type: object properties: @@ -13329,7 +13329,7 @@ components: propertyName: type properties: expander: - $ref: '#/components/schemas/Expander' + $ref: "#/components/schemas/Expander" type: type: string required: @@ -13338,19 +13338,19 @@ components: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/ProcessorListRow' + $ref: "#/components/schemas/ProcessorListRow" ProcessorRow: type: object allOf: - - $ref: '#/components/schemas/ProcessorListRow' + - $ref: "#/components/schemas/ProcessorListRow" - type: object properties: processor: - $ref: '#/components/schemas/Processor' + $ref: "#/components/schemas/Processor" ProcessorTask: type: object properties: @@ -13373,7 +13373,7 @@ components: nodeName: type: string processorFilter: - $ref: '#/components/schemas/ProcessorFilter' + $ref: "#/components/schemas/ProcessorFilter" startTimeMs: type: integer format: int64 @@ -13399,7 +13399,7 @@ components: list: type: array items: - $ref: '#/components/schemas/ProcessorTask' + $ref: "#/components/schemas/ProcessorTask" nodeName: type: string ProcessorTaskSummary: @@ -13411,7 +13411,7 @@ components: feed: type: string pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" priority: type: integer format: int32 @@ -13454,7 +13454,7 @@ components: QLVisResult: type: object allOf: - - $ref: '#/components/schemas/Result' + - $ref: "#/components/schemas/Result" - type: object properties: dataPoints: @@ -13463,7 +13463,7 @@ components: jsonData: type: string visSettings: - $ref: '#/components/schemas/QLVisSettings' + $ref: "#/components/schemas/QLVisSettings" required: - componentId QLVisSettings: @@ -13472,44 +13472,44 @@ components: json: type: string visualisation: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" Query: type: object description: The query terms for the search properties: dataSource: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" params: type: array items: - $ref: '#/components/schemas/Param' + $ref: "#/components/schemas/Param" timeRange: - $ref: '#/components/schemas/TimeRange' + $ref: "#/components/schemas/TimeRange" required: - dataSource - expression QueryComponentSettings: type: object allOf: - - $ref: '#/components/schemas/ComponentSettings' + - $ref: "#/components/schemas/ComponentSettings" - type: object properties: automate: - $ref: '#/components/schemas/Automate' + $ref: "#/components/schemas/Automate" dataSource: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" lastQueryKey: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" lastQueryNode: type: string selectionHandlers: type: array items: - $ref: '#/components/schemas/ComponentSelectionHandler' + $ref: "#/components/schemas/ComponentSelectionHandler" QueryConfig: type: object properties: @@ -13524,7 +13524,7 @@ components: type: string uniqueItems: true infoPopup: - $ref: '#/components/schemas/InfoPopupConfig' + $ref: "#/components/schemas/InfoPopupConfig" viewPipelineSelectorIncludedTags: type: array items: @@ -13534,32 +13534,32 @@ components: type: object properties: additionalQueryExpression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" dateTimeSettings: - $ref: '#/components/schemas/DateTimeSettings' + $ref: "#/components/schemas/DateTimeSettings" params: type: array items: - $ref: '#/components/schemas/Param' + $ref: "#/components/schemas/Param" queryInfo: type: string timeRange: - $ref: '#/components/schemas/TimeRange' + $ref: "#/components/schemas/TimeRange" QueryData: type: object properties: dataSource: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" limits: - $ref: '#/components/schemas/Limits' + $ref: "#/components/schemas/Limits" params: type: array items: - $ref: '#/components/schemas/Param' + $ref: "#/components/schemas/Param" timeRange: - $ref: '#/components/schemas/TimeRange' + $ref: "#/components/schemas/TimeRange" xml: name: query QueryDoc: @@ -13577,9 +13577,9 @@ components: query: type: string queryTablePreferences: - $ref: '#/components/schemas/QueryTablePreferences' + $ref: "#/components/schemas/QueryTablePreferences" timeRange: - $ref: '#/components/schemas/TimeRange' + $ref: "#/components/schemas/TimeRange" type: type: string updateTimeMs: @@ -13678,23 +13678,23 @@ components: QueryHelpDocument: type: object allOf: - - $ref: '#/components/schemas/QueryHelpData' + - $ref: "#/components/schemas/QueryHelpData" - type: object properties: docRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" QueryHelpField: type: object allOf: - - $ref: '#/components/schemas/QueryHelpData' + - $ref: "#/components/schemas/QueryHelpData" - type: object properties: field: - $ref: '#/components/schemas/QueryField' + $ref: "#/components/schemas/QueryField" QueryHelpFunctionSignature: type: object allOf: - - $ref: '#/components/schemas/QueryHelpData' + - $ref: "#/components/schemas/QueryHelpData" - type: object properties: aliases: @@ -13704,7 +13704,7 @@ components: args: type: array items: - $ref: '#/components/schemas/Arg' + $ref: "#/components/schemas/Arg" categoryPath: type: array items: @@ -13739,7 +13739,7 @@ components: type: object properties: dataSourceRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" includedTypes: type: array items: @@ -13754,7 +13754,7 @@ components: - DICTIONARY uniqueItems: true pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" parentPath: type: string query: @@ -13765,14 +13765,14 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" stringMatch: - $ref: '#/components/schemas/StringMatch' + $ref: "#/components/schemas/StringMatch" QueryHelpRow: type: object properties: data: - $ref: '#/components/schemas/QueryHelpData' + $ref: "#/components/schemas/QueryHelpData" hasChildren: type: boolean icon: @@ -14008,15 +14008,15 @@ components: query: type: string queryContext: - $ref: '#/components/schemas/QueryContext' + $ref: "#/components/schemas/QueryContext" queryKey: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" queryTablePreferences: - $ref: '#/components/schemas/QueryTablePreferences' + $ref: "#/components/schemas/QueryTablePreferences" requestedRange: - $ref: '#/components/schemas/OffsetRange' + $ref: "#/components/schemas/OffsetRange" searchRequestSource: - $ref: '#/components/schemas/SearchRequestSource' + $ref: "#/components/schemas/SearchRequestSource" storeHistory: type: boolean timeout: @@ -14030,18 +14030,18 @@ components: columns: type: array items: - $ref: '#/components/schemas/Column' + $ref: "#/components/schemas/Column" conditionalFormattingRules: type: array items: - $ref: '#/components/schemas/ConditionalFormattingRule' + $ref: "#/components/schemas/ConditionalFormattingRule" pageSize: type: integer format: int32 selectionHandlers: type: array items: - $ref: '#/components/schemas/ComponentSelectionHandler' + $ref: "#/components/schemas/ComponentSelectionHandler" RangeInteger: type: object properties: @@ -14088,7 +14088,7 @@ components: enabled: type: boolean expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" name: type: string ruleNumber: @@ -14109,13 +14109,13 @@ components: fields: type: array items: - $ref: '#/components/schemas/QueryField' + $ref: "#/components/schemas/QueryField" name: type: string rules: type: array items: - $ref: '#/components/schemas/ReceiveDataRule' + $ref: "#/components/schemas/ReceiveDataRule" type: type: string updateTimeMs: @@ -14139,7 +14139,7 @@ components: referenceLoaders: type: array items: - $ref: '#/components/schemas/ReferenceLoader' + $ref: "#/components/schemas/ReferenceLoader" required: - key - mapName @@ -14175,9 +14175,9 @@ components: key: type: string mapDefinition: - $ref: '#/components/schemas/MapDefinition' + $ref: "#/components/schemas/MapDefinition" refDataProcessingInfo: - $ref: '#/components/schemas/RefDataProcessingInfo' + $ref: "#/components/schemas/RefDataProcessingInfo" value: type: string valueReferenceCount: @@ -14190,7 +14190,7 @@ components: type: integer format: int64 pipelineDocRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" pipelineVersion: type: string streamId: @@ -14200,9 +14200,9 @@ components: type: object properties: loaderPipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" referenceFeed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" streamType: type: string required: @@ -14211,15 +14211,15 @@ components: RemoveAllDocumentCreatePermissions: type: object allOf: - - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + - $ref: "#/components/schemas/AbstractDocumentPermissionsChange" - type: object properties: userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" RemoveAllPermissions: type: object allOf: - - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + - $ref: "#/components/schemas/AbstractDocumentPermissionsChange" - type: object properties: ignore: @@ -14227,17 +14227,17 @@ components: RemoveAppPermission: type: object allOf: - - $ref: '#/components/schemas/AbstractAppPermissionChange' + - $ref: "#/components/schemas/AbstractAppPermissionChange" RemoveDocumentCreatePermission: type: object allOf: - - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + - $ref: "#/components/schemas/AbstractDocumentPermissionsChange" - type: object properties: documentType: - $ref: '#/components/schemas/DocumentType' + $ref: "#/components/schemas/DocumentType" userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" ReprocessDataInfo: type: object properties: @@ -14258,9 +14258,9 @@ components: messageList: type: array items: - $ref: '#/components/schemas/Message' + $ref: "#/components/schemas/Message" resourceKey: - $ref: '#/components/schemas/ResourceKey' + $ref: "#/components/schemas/ResourceKey" ResourceKey: type: object properties: @@ -14296,291 +14296,291 @@ components: description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/Activity' + $ref: "#/components/schemas/Activity" ResultPageAnalyticDataShard: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/AnalyticDataShard' + $ref: "#/components/schemas/AnalyticDataShard" ResultPageAppUserPermissions: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/AppUserPermissions' + $ref: "#/components/schemas/AppUserPermissions" ResultPageCompletionItem: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/CompletionItem' + $ref: "#/components/schemas/CompletionItem" ResultPageCustomRollUpMask: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/CustomRollUpMask' + $ref: "#/components/schemas/CustomRollUpMask" ResultPageCustomRollUpMaskFields: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/CustomRollUpMaskFields' + $ref: "#/components/schemas/CustomRollUpMaskFields" ResultPageDBTableStatus: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/DBTableStatus' + $ref: "#/components/schemas/DBTableStatus" ResultPageDependency: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/Dependency' + $ref: "#/components/schemas/Dependency" ResultPageDocumentUserPermissions: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/DocumentUserPermissions' + $ref: "#/components/schemas/DocumentUserPermissions" ResultPageDuplicateCheckRow: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/DuplicateCheckRow' + $ref: "#/components/schemas/DuplicateCheckRow" ResultPageExecutionHistory: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/ExecutionHistory' + $ref: "#/components/schemas/ExecutionHistory" ResultPageExecutionSchedule: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/ExecutionSchedule' + $ref: "#/components/schemas/ExecutionSchedule" ResultPageFindInContentResult: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/FindInContentResult' + $ref: "#/components/schemas/FindInContentResult" ResultPageFindResult: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/FindResult' + $ref: "#/components/schemas/FindResult" ResultPageFindResultWithPermissions: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/FindResultWithPermissions' + $ref: "#/components/schemas/FindResultWithPermissions" ResultPageFsVolume: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/FsVolume' + $ref: "#/components/schemas/FsVolume" ResultPageFsVolumeGroup: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/FsVolumeGroup' + $ref: "#/components/schemas/FsVolumeGroup" ResultPageIndexShard: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/IndexShard' + $ref: "#/components/schemas/IndexShard" ResultPageIndexVolume: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/IndexVolume' + $ref: "#/components/schemas/IndexVolume" ResultPageIndexVolumeGroup: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/IndexVolumeGroup' + $ref: "#/components/schemas/IndexVolumeGroup" ResultPageJob: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/Job' + $ref: "#/components/schemas/Job" ResultPageMetaRow: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/MetaRow' + $ref: "#/components/schemas/MetaRow" ResultPageProcessorTask: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/ProcessorTask' + $ref: "#/components/schemas/ProcessorTask" ResultPageProcessorTaskSummary: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/ProcessorTaskSummary' + $ref: "#/components/schemas/ProcessorTaskSummary" ResultPageQueryField: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/QueryField' + $ref: "#/components/schemas/QueryField" ResultPageQueryHelpRow: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/QueryHelpRow' + $ref: "#/components/schemas/QueryHelpRow" ResultPageStoredQuery: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/StoredQuery' + $ref: "#/components/schemas/StoredQuery" ResultPageUser: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/User' + $ref: "#/components/schemas/User" ResultPageUserRef: type: object description: A page of results. properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" ResultRequest: type: object description: "A definition for how to return the raw results of the query in\ @@ -14599,7 +14599,7 @@ components: mappings: type: array items: - $ref: '#/components/schemas/TableSettings' + $ref: "#/components/schemas/TableSettings" openGroups: type: array description: A set of group keys of parent rows we want to display children @@ -14610,7 +14610,7 @@ components: for uniqueItems: true requestedRange: - $ref: '#/components/schemas/OffsetRange' + $ref: "#/components/schemas/OffsetRange" resultStyle: type: string description: "The style of results required. FLAT will provide a FlatResult\ @@ -14621,7 +14621,7 @@ components: - VIS - QL_VIS timeFilter: - $ref: '#/components/schemas/TimeFilter' + $ref: "#/components/schemas/TimeFilter" required: - componentId - mappings @@ -14639,20 +14639,20 @@ components: nodeName: type: string owner: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" queryKey: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" searchProcessLifespan: - $ref: '#/components/schemas/LifespanInfo' + $ref: "#/components/schemas/LifespanInfo" searchRequestSource: - $ref: '#/components/schemas/SearchRequestSource' + $ref: "#/components/schemas/SearchRequestSource" storeLifespan: - $ref: '#/components/schemas/LifespanInfo' + $ref: "#/components/schemas/LifespanInfo" storeSize: type: integer format: int64 taskProgress: - $ref: '#/components/schemas/SearchTaskProgress' + $ref: "#/components/schemas/SearchTaskProgress" ResultStoreResponse: type: object properties: @@ -14661,11 +14661,11 @@ components: items: type: string pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/ResultStoreInfo' + $ref: "#/components/schemas/ResultStoreInfo" Row: type: object description: A row of data in a result set @@ -14718,7 +14718,7 @@ components: accelerate: type: boolean assumeRole: - $ref: '#/components/schemas/AwsAssumeRole' + $ref: "#/components/schemas/AwsAssumeRole" async: type: boolean bucketName: @@ -14728,7 +14728,7 @@ components: createBuckets: type: boolean credentials: - $ref: '#/components/schemas/AwsCredentials' + $ref: "#/components/schemas/AwsCredentials" crossRegionAccessEnabled: type: boolean endpointOverride: @@ -14736,7 +14736,7 @@ components: forcePathStyle: type: boolean httpConfiguration: - $ref: '#/components/schemas/AwsHttpConfig' + $ref: "#/components/schemas/AwsHttpConfig" keyPattern: type: string maxConcurrency: @@ -14790,7 +14790,7 @@ components: type: object properties: pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" xml: type: string Schedule: @@ -14825,13 +14825,13 @@ components: ScheduledQueryAnalyticProcessConfig: type: object allOf: - - $ref: '#/components/schemas/AnalyticProcessConfig' + - $ref: "#/components/schemas/AnalyticProcessConfig" - type: object properties: enabled: type: boolean errorFeed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" maxEventTimeMs: type: integer format: int64 @@ -14841,13 +14841,13 @@ components: node: type: string queryFrequency: - $ref: '#/components/schemas/SimpleDuration' + $ref: "#/components/schemas/SimpleDuration" timeToWaitForData: - $ref: '#/components/schemas/SimpleDuration' + $ref: "#/components/schemas/SimpleDuration" ScheduledQueryAnalyticTrackerData: type: object allOf: - - $ref: '#/components/schemas/AnalyticTrackerData' + - $ref: "#/components/schemas/AnalyticTrackerData" - type: object properties: actualExecutionTimeMs: @@ -14868,7 +14868,7 @@ components: type: integer format: int64 schedule: - $ref: '#/components/schemas/Schedule' + $ref: "#/components/schemas/Schedule" ScriptDoc: type: object properties: @@ -14882,7 +14882,7 @@ components: dependencies: type: array items: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: type: string name: @@ -14940,26 +14940,26 @@ components: componentSettingsMap: type: object additionalProperties: - $ref: '#/components/schemas/ComponentSettings' + $ref: "#/components/schemas/ComponentSettings" dataSourceRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" expression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" incremental: type: boolean params: type: array items: - $ref: '#/components/schemas/Param' + $ref: "#/components/schemas/Param" queryInfo: type: string timeRange: - $ref: '#/components/schemas/TimeRange' + $ref: "#/components/schemas/TimeRange" SearchApiKeyRequest: type: object properties: pageRequest: - $ref: '#/components/schemas/PageRequest' + $ref: "#/components/schemas/PageRequest" quickFilter: type: string sort: @@ -14968,7 +14968,7 @@ components: sortList: type: array items: - $ref: '#/components/schemas/CriteriaFieldSort' + $ref: "#/components/schemas/CriteriaFieldSort" SearchRequest: type: object description: A request for new search or a follow up request for more data for @@ -14977,7 +14977,7 @@ components: dateTimeLocale: type: string dateTimeSettings: - $ref: '#/components/schemas/DateTimeSettings' + $ref: "#/components/schemas/DateTimeSettings" incremental: type: boolean description: "If true the response will contain all results found so far,\ @@ -14986,17 +14986,17 @@ components: \ searches to allow partial result sets to be returned as soon as they\ \ are available rather than waiting for the full result set." key: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" query: - $ref: '#/components/schemas/Query' + $ref: "#/components/schemas/Query" resultRequests: type: array items: - $ref: '#/components/schemas/ResultRequest' + $ref: "#/components/schemas/ResultRequest" xml: wrapped: true searchRequestSource: - $ref: '#/components/schemas/SearchRequestSource' + $ref: "#/components/schemas/SearchRequestSource" timeout: type: integer format: int64 @@ -15024,7 +15024,7 @@ components: componentId: type: string ownerDocRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" sourceType: type: string enum: @@ -15055,11 +15055,11 @@ components: description: A list of strings to highlight in the UI that should correlate with the search query. key: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" results: type: array items: - $ref: '#/components/schemas/Result' + $ref: "#/components/schemas/Result" required: - highlights - key @@ -15136,7 +15136,7 @@ components: type: object properties: ageRange: - $ref: '#/components/schemas/RangeLong' + $ref: "#/components/schemas/RangeLong" distinctFeeds: type: array items: @@ -15174,7 +15174,7 @@ components: type: object properties: findMetaCriteria: - $ref: '#/components/schemas/FindMetaCriteria' + $ref: "#/components/schemas/FindMetaCriteria" requiredPermission: type: string enum: @@ -15211,33 +15211,33 @@ components: nodeName: type: string userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" SessionInfo: type: object properties: buildInfo: - $ref: '#/components/schemas/BuildInfo' + $ref: "#/components/schemas/BuildInfo" nodeName: type: string userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" SessionListResponse: type: object properties: pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/SessionDetails' + $ref: "#/components/schemas/SessionDetails" SetAllPermissionsFrom: type: object allOf: - - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + - $ref: "#/components/schemas/AbstractDocumentPermissionsChange" - type: object properties: sourceDocRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" SetAssignedToRequest: type: object properties: @@ -15247,11 +15247,11 @@ components: type: integer format: int64 assignedTo: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" SetPermission: type: object allOf: - - $ref: '#/components/schemas/AbstractDocumentPermissionsChange' + - $ref: "#/components/schemas/AbstractDocumentPermissionsChange" - type: object properties: permission: @@ -15263,7 +15263,7 @@ components: - VIEW - USE userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" SetStatusRequest: type: object properties: @@ -15282,7 +15282,7 @@ components: formatOutput: type: boolean indicators: - $ref: '#/components/schemas/Indicators' + $ref: "#/components/schemas/Indicators" input: type: string output: @@ -15293,9 +15293,9 @@ components: elementMap: type: object additionalProperties: - $ref: '#/components/schemas/SharedElementData' + $ref: "#/components/schemas/SharedElementData" sourceLocation: - $ref: '#/components/schemas/SourceLocation' + $ref: "#/components/schemas/SourceLocation" SimpleDuration: type: object properties: @@ -15365,25 +15365,25 @@ components: createUser: type: string defaultExtractionPipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" deletedFields: type: array items: - $ref: '#/components/schemas/SolrIndexField' + $ref: "#/components/schemas/SolrIndexField" description: type: string fields: type: array items: - $ref: '#/components/schemas/SolrIndexField' + $ref: "#/components/schemas/SolrIndexField" name: type: string retentionExpression: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" solrConnectionConfig: - $ref: '#/components/schemas/SolrConnectionConfig' + $ref: "#/components/schemas/SolrConnectionConfig" solrSynchState: - $ref: '#/components/schemas/SolrSynchState' + $ref: "#/components/schemas/SolrSynchState" timeField: type: string type: @@ -15522,11 +15522,11 @@ components: childType: type: string dataRange: - $ref: '#/components/schemas/DataRange' + $ref: "#/components/schemas/DataRange" highlights: type: array items: - $ref: '#/components/schemas/DataRange' + $ref: "#/components/schemas/DataRange" metaId: type: integer format: int64 @@ -15550,13 +15550,13 @@ components: SplitLayoutConfig: type: object allOf: - - $ref: '#/components/schemas/LayoutConfig' + - $ref: "#/components/schemas/LayoutConfig" - type: object properties: children: type: array items: - $ref: '#/components/schemas/LayoutConfig' + $ref: "#/components/schemas/LayoutConfig" xml: wrapped: true dimension: @@ -15611,7 +15611,7 @@ components: - MONTHS - YEARS scyllaDbRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" stateType: type: string enum: @@ -15640,7 +15640,7 @@ components: type: object properties: config: - $ref: '#/components/schemas/StatisticsDataSourceData' + $ref: "#/components/schemas/StatisticsDataSourceData" createTimeMs: type: integer format: int64 @@ -15683,19 +15683,19 @@ components: customRollUpMasks: type: array items: - $ref: '#/components/schemas/CustomRollUpMask' + $ref: "#/components/schemas/CustomRollUpMask" uniqueItems: true fields: type: array items: - $ref: '#/components/schemas/StatisticField' + $ref: "#/components/schemas/StatisticField" StatisticsDataSourceFieldChangeRequest: type: object properties: newStatisticsDataSourceData: - $ref: '#/components/schemas/StatisticsDataSourceData' + $ref: "#/components/schemas/StatisticsDataSourceData" oldStatisticsDataSourceData: - $ref: '#/components/schemas/StatisticsDataSourceData' + $ref: "#/components/schemas/StatisticsDataSourceData" StepLocation: type: object properties: @@ -15714,7 +15714,7 @@ components: filters: type: array items: - $ref: '#/components/schemas/XPathFilter' + $ref: "#/components/schemas/XPathFilter" skipToOutput: type: string enum: @@ -15736,7 +15736,7 @@ components: type: integer format: int32 foundLocation: - $ref: '#/components/schemas/StepLocation' + $ref: "#/components/schemas/StepLocation" foundRecord: type: boolean generalErrors: @@ -15745,17 +15745,17 @@ components: type: string uniqueItems: true progressLocation: - $ref: '#/components/schemas/StepLocation' + $ref: "#/components/schemas/StepLocation" segmentedData: type: boolean sessionUuid: type: string stepData: - $ref: '#/components/schemas/SharedStepData' + $ref: "#/components/schemas/SharedStepData" stepFilterMap: type: object additionalProperties: - $ref: '#/components/schemas/SteppingFilterSettings' + $ref: "#/components/schemas/SteppingFilterSettings" StoredError: type: object properties: @@ -15770,7 +15770,7 @@ components: - OUTPUT - UNKNOWN location: - $ref: '#/components/schemas/Location' + $ref: "#/components/schemas/Location" message: type: string severity: @@ -15800,9 +15800,9 @@ components: name: type: string owner: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" query: - $ref: '#/components/schemas/Query' + $ref: "#/components/schemas/Query" updateTimeMs: type: integer format: int64 @@ -15816,7 +15816,7 @@ components: StreamLocation: type: object allOf: - - $ref: '#/components/schemas/Location' + - $ref: "#/components/schemas/Location" - type: object properties: partIndex: @@ -15825,15 +15825,15 @@ components: StreamingAnalyticProcessConfig: type: object allOf: - - $ref: '#/components/schemas/AnalyticProcessConfig' + - $ref: "#/components/schemas/AnalyticProcessConfig" - type: object properties: errorFeed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" StreamingAnalyticTrackerData: type: object allOf: - - $ref: '#/components/schemas/AnalyticTrackerData' + - $ref: "#/components/schemas/AnalyticTrackerData" - type: object properties: lastExecutionTimeMs: @@ -15872,7 +15872,7 @@ components: StringEntryValue: type: object allOf: - - $ref: '#/components/schemas/EntryValue' + - $ref: "#/components/schemas/EntryValue" - type: object properties: value: @@ -15921,7 +15921,7 @@ components: type: object properties: config: - $ref: '#/components/schemas/StroomStatsStoreEntityData' + $ref: "#/components/schemas/StroomStatsStoreEntityData" createTimeMs: type: integer format: int64 @@ -15969,19 +15969,19 @@ components: customRollUpMasks: type: array items: - $ref: '#/components/schemas/CustomRollUpMask' + $ref: "#/components/schemas/CustomRollUpMask" uniqueItems: true fields: type: array items: - $ref: '#/components/schemas/StatisticField' + $ref: "#/components/schemas/StatisticField" StroomStatsStoreFieldChangeRequest: type: object properties: newEntityData: - $ref: '#/components/schemas/StroomStatsStoreEntityData' + $ref: "#/components/schemas/StroomStatsStoreEntityData" oldEntityData: - $ref: '#/components/schemas/StroomStatsStoreEntityData' + $ref: "#/components/schemas/StroomStatsStoreEntityData" Suggestions: type: object properties: @@ -15994,14 +15994,14 @@ components: Summary: type: object allOf: - - $ref: '#/components/schemas/Marker' + - $ref: "#/components/schemas/Marker" - type: object properties: count: type: integer format: int32 expander: - $ref: '#/components/schemas/Expander' + $ref: "#/components/schemas/Expander" total: type: integer format: int32 @@ -16024,7 +16024,7 @@ components: results: type: array items: - $ref: '#/components/schemas/SystemInfoResult' + $ref: "#/components/schemas/SystemInfoResult" TabConfig: type: object properties: @@ -16037,7 +16037,7 @@ components: TabLayoutConfig: type: object allOf: - - $ref: '#/components/schemas/LayoutConfig' + - $ref: "#/components/schemas/LayoutConfig" - type: object properties: selected: @@ -16046,7 +16046,7 @@ components: tabs: type: array items: - $ref: '#/components/schemas/TabConfig' + $ref: "#/components/schemas/TabConfig" xml: wrapped: true xml: @@ -16054,15 +16054,15 @@ components: TableBuilderAnalyticProcessConfig: type: object allOf: - - $ref: '#/components/schemas/AnalyticProcessConfig' + - $ref: "#/components/schemas/AnalyticProcessConfig" - type: object properties: dataRetention: - $ref: '#/components/schemas/SimpleDuration' + $ref: "#/components/schemas/SimpleDuration" enabled: type: boolean errorFeed: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" maxMetaCreateTimeMs: type: integer format: int64 @@ -16072,13 +16072,13 @@ components: node: type: string runAsUser: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" timeToWaitForData: - $ref: '#/components/schemas/SimpleDuration' + $ref: "#/components/schemas/SimpleDuration" TableBuilderAnalyticTrackerData: type: object allOf: - - $ref: '#/components/schemas/AnalyticTrackerData' + - $ref: "#/components/schemas/AnalyticTrackerData" - type: object properties: lastEventId: @@ -16114,16 +16114,16 @@ components: applyValueFilters: type: boolean dataSourceRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" extractValues: type: boolean description: TODO extractionPipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" fields: type: array items: - $ref: '#/components/schemas/Column' + $ref: "#/components/schemas/Column" maxResults: type: array description: "Defines the maximum number of results to return at each grouping\ @@ -16150,7 +16150,7 @@ components: selectionHandlers: type: array items: - $ref: '#/components/schemas/ComponentSelectionHandler' + $ref: "#/components/schemas/ComponentSelectionHandler" showDetail: type: boolean useDefaultExtractionPipeline: @@ -16158,7 +16158,7 @@ components: TableCoprocessorSettings: type: object allOf: - - $ref: '#/components/schemas/CoprocessorSettings' + - $ref: "#/components/schemas/CoprocessorSettings" - type: object properties: componentIds: @@ -16166,23 +16166,23 @@ components: items: type: string tableSettings: - $ref: '#/components/schemas/TableSettings' + $ref: "#/components/schemas/TableSettings" TableResult: type: object allOf: - - $ref: '#/components/schemas/Result' + - $ref: "#/components/schemas/Result" - type: object properties: fields: type: array items: - $ref: '#/components/schemas/Column' + $ref: "#/components/schemas/Column" resultRange: - $ref: '#/components/schemas/OffsetRange' + $ref: "#/components/schemas/OffsetRange" rows: type: array items: - $ref: '#/components/schemas/Row' + $ref: "#/components/schemas/Row" totalResults: type: integer format: int64 @@ -16196,7 +16196,7 @@ components: TableResultRequest: type: object allOf: - - $ref: '#/components/schemas/ComponentResultRequest' + - $ref: "#/components/schemas/ComponentResultRequest" - type: object properties: openGroups: @@ -16205,11 +16205,11 @@ components: type: string uniqueItems: true requestedRange: - $ref: '#/components/schemas/OffsetRange' + $ref: "#/components/schemas/OffsetRange" tableName: type: string tableSettings: - $ref: '#/components/schemas/TableSettings' + $ref: "#/components/schemas/TableSettings" required: - componentId TableSettings: @@ -16219,17 +16219,17 @@ components: \ limiting, etc. should be applied" properties: aggregateFilter: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" applyValueFilters: type: boolean extractValues: type: boolean extractionPipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" fields: type: array items: - $ref: '#/components/schemas/Column' + $ref: "#/components/schemas/Column" maxResults: type: array description: "Defines the maximum number of results to return at each grouping\ @@ -16254,30 +16254,30 @@ components: well as their aggregates. A value of false will only include the aggregated values for each group. Defaults to false. valueFilter: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" visSettings: - $ref: '#/components/schemas/QLVisSettings' + $ref: "#/components/schemas/QLVisSettings" window: - $ref: '#/components/schemas/Window' + $ref: "#/components/schemas/Window" TaskId: type: object properties: id: type: string parentId: - $ref: '#/components/schemas/TaskId' + $ref: "#/components/schemas/TaskId" TaskProgress: type: object properties: expander: - $ref: '#/components/schemas/Expander' + $ref: "#/components/schemas/Expander" filterMatchState: type: string enum: - MATCHED - NOT_MATCHED id: - $ref: '#/components/schemas/TaskId' + $ref: "#/components/schemas/TaskId" nodeName: type: string submitTimeMs: @@ -16302,44 +16302,44 @@ components: items: type: string pageResponse: - $ref: '#/components/schemas/PageResponse' + $ref: "#/components/schemas/PageResponse" values: type: array items: - $ref: '#/components/schemas/TaskProgress' + $ref: "#/components/schemas/TaskProgress" TerminateTaskProgressRequest: type: object properties: criteria: - $ref: '#/components/schemas/FindTaskCriteria' + $ref: "#/components/schemas/FindTaskCriteria" TextComponentSettings: type: object allOf: - - $ref: '#/components/schemas/ComponentSettings' + - $ref: "#/components/schemas/ComponentSettings" - type: object properties: colFromField: - $ref: '#/components/schemas/ColumnRef' + $ref: "#/components/schemas/ColumnRef" colToField: - $ref: '#/components/schemas/ColumnRef' + $ref: "#/components/schemas/ColumnRef" lineFromField: - $ref: '#/components/schemas/ColumnRef' + $ref: "#/components/schemas/ColumnRef" lineToField: - $ref: '#/components/schemas/ColumnRef' + $ref: "#/components/schemas/ColumnRef" modelVersion: type: string partNoField: - $ref: '#/components/schemas/ColumnRef' + $ref: "#/components/schemas/ColumnRef" pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" recordNoField: - $ref: '#/components/schemas/ColumnRef' + $ref: "#/components/schemas/ColumnRef" showAsHtml: type: boolean showStepping: type: boolean streamIdField: - $ref: '#/components/schemas/ColumnRef' + $ref: "#/components/schemas/ColumnRef" tableId: type: string TextConverterDoc: @@ -16376,7 +16376,7 @@ components: TextInputComponentSettings: type: object allOf: - - $ref: '#/components/schemas/ComponentSettings' + - $ref: "#/components/schemas/ComponentSettings" - type: object properties: key: @@ -16443,11 +16443,11 @@ components: type: object properties: from: - $ref: '#/components/schemas/DefaultLocation' + $ref: "#/components/schemas/DefaultLocation" text: type: string to: - $ref: '#/components/schemas/DefaultLocation' + $ref: "#/components/schemas/DefaultLocation" TokenResponse: type: object properties: @@ -16474,9 +16474,9 @@ components: aboutHtml: type: string activity: - $ref: '#/components/schemas/ActivityConfig' + $ref: "#/components/schemas/ActivityConfig" analyticUiDefaultConfig: - $ref: '#/components/schemas/AnalyticUiDefaultConfig' + $ref: "#/components/schemas/AnalyticUiDefaultConfig" authErrorMessage: type: string defaultApiKeyHashAlgorithm: @@ -16514,32 +16514,32 @@ components: nestedIndexFieldsDelimiterPattern: type: string nodeMonitoring: - $ref: '#/components/schemas/NodeMonitoringConfig' + $ref: "#/components/schemas/NodeMonitoringConfig" oncontextmenu: type: string pattern: ^return (true|false);$ process: - $ref: '#/components/schemas/ProcessConfig' + $ref: "#/components/schemas/ProcessConfig" query: - $ref: '#/components/schemas/QueryConfig' + $ref: "#/components/schemas/QueryConfig" referencePipelineSelectorIncludedTags: type: array items: type: string uniqueItems: true source: - $ref: '#/components/schemas/SourceConfig' + $ref: "#/components/schemas/SourceConfig" splash: - $ref: '#/components/schemas/SplashConfig' + $ref: "#/components/schemas/SplashConfig" theme: - $ref: '#/components/schemas/ThemeConfig' + $ref: "#/components/schemas/ThemeConfig" welcomeHtml: type: string UpdateAccountRequest: type: object properties: account: - $ref: '#/components/schemas/Account' + $ref: "#/components/schemas/Account" confirmPassword: type: string password: @@ -16548,7 +16548,7 @@ components: type: object properties: criteria: - $ref: '#/components/schemas/FindMetaCriteria' + $ref: "#/components/schemas/FindMetaCriteria" currentStatus: type: string enum: @@ -16565,11 +16565,11 @@ components: type: object properties: queryKey: - $ref: '#/components/schemas/QueryKey' + $ref: "#/components/schemas/QueryKey" searchProcessLifespan: - $ref: '#/components/schemas/LifespanInfo' + $ref: "#/components/schemas/LifespanInfo" storeLifespan: - $ref: '#/components/schemas/LifespanInfo' + $ref: "#/components/schemas/LifespanInfo" UploadDataRequest: type: object properties: @@ -16581,7 +16581,7 @@ components: fileName: type: string key: - $ref: '#/components/schemas/ResourceKey' + $ref: "#/components/schemas/ResourceKey" metaData: type: string streamTypeName: @@ -16661,7 +16661,7 @@ components: theme: type: string timeZone: - $ref: '#/components/schemas/UserTimeZone' + $ref: "#/components/schemas/UserTimeZone" UserRef: type: object properties: @@ -16678,11 +16678,11 @@ components: UserRefEntryValue: type: object allOf: - - $ref: '#/components/schemas/EntryValue' + - $ref: "#/components/schemas/EntryValue" - type: object properties: userRef: - $ref: '#/components/schemas/UserRef' + $ref: "#/components/schemas/UserRef" UserTimeZone: type: object description: The timezone to apply to a date time value @@ -16717,13 +16717,13 @@ components: type: object properties: dateTimeSettings: - $ref: '#/components/schemas/DateTimeSettings' + $ref: "#/components/schemas/DateTimeSettings" expressionItem: - $ref: '#/components/schemas/ExpressionItem' + $ref: "#/components/schemas/ExpressionItem" fields: type: array items: - $ref: '#/components/schemas/QueryField' + $ref: "#/components/schemas/QueryField" ValidateExpressionResult: type: object properties: @@ -16763,15 +16763,15 @@ components: createUser: type: string dataSource: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" description: type: string filter: - $ref: '#/components/schemas/ExpressionOperator' + $ref: "#/components/schemas/ExpressionOperator" name: type: string pipeline: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" type: type: string updateTimeMs: @@ -16786,7 +16786,7 @@ components: VisComponentSettings: type: object allOf: - - $ref: '#/components/schemas/ComponentSettings' + - $ref: "#/components/schemas/ComponentSettings" - type: object properties: json: @@ -16794,13 +16794,13 @@ components: tableId: type: string tableSettings: - $ref: '#/components/schemas/TableComponentSettings' + $ref: "#/components/schemas/TableComponentSettings" visualisation: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" VisResult: type: object allOf: - - $ref: '#/components/schemas/Result' + - $ref: "#/components/schemas/Result" - type: object properties: dataPoints: @@ -16813,13 +16813,13 @@ components: VisResultRequest: type: object allOf: - - $ref: '#/components/schemas/ComponentResultRequest' + - $ref: "#/components/schemas/ComponentResultRequest" - type: object properties: requestedRange: - $ref: '#/components/schemas/OffsetRange' + $ref: "#/components/schemas/OffsetRange" visDashboardSettings: - $ref: '#/components/schemas/VisComponentSettings' + $ref: "#/components/schemas/VisComponentSettings" required: - componentId VisualisationDoc: @@ -16837,7 +16837,7 @@ components: name: type: string scriptRef: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" settings: type: string type: @@ -16882,11 +16882,11 @@ components: sourceUuidToDocRefMap: type: object additionalProperties: - $ref: '#/components/schemas/DocRef' + $ref: "#/components/schemas/DocRef" wordList: type: array items: - $ref: '#/components/schemas/Word' + $ref: "#/components/schemas/Word" XPathFilter: type: object properties: @@ -16905,7 +16905,7 @@ components: uniqueValues: type: object additionalProperties: - $ref: '#/components/schemas/Rec' + $ref: "#/components/schemas/Rec" value: type: string XmlSchemaDoc: diff --git a/v7.7/version.txt b/v7.7/version.txt index ce4944238b..8421dc1677 100644 --- a/v7.7/version.txt +++ b/v7.7/version.txt @@ -1 +1 @@ -v7.7-beta.1 +v7.7-beta.2