Skip to content

Commit d5a4a71

Browse files
Update with code-generated api bindings and models performed 2020-06-23
1 parent cebab54 commit d5a4a71

43 files changed

Lines changed: 2491 additions & 258 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

splunk_sdk/action/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# flake8: noqa
44

5-
# Copyright © 2019 Splunk, Inc.
5+
# Copyright © 2020 Splunk, Inc.
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License"): you may
88
# not use this file except in compliance with the License. You may obtain
@@ -23,7 +23,7 @@
2323
2424
With the Action service in Splunk Cloud Services, you can receive incoming trigger events and use pre-defined action templates to turn these events into meaningful actions.
2525
26-
OpenAPI spec version: v1beta2.11 (recommended default)
26+
OpenAPI spec version: v1beta2.12 (recommended default)
2727
Generated by: https://openapi-generator.tech
2828
"""
2929

splunk_sdk/action/v1beta2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,4 +681,4 @@ paths:
681681
- Webhook Keys
682682
x-auth-required: false
683683

684-
# Retrieved from scp-openapi commit eeca479623b096d60a163519a72a8ef9e72ac25d path: action/v1beta2/openapi.yaml
684+
# Retrieved from scp-openapi commit 2552e9a85ce32779e55e91977eddb123f9082103 path: action/v1beta2/openapi.yaml

splunk_sdk/action/v2alpha1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,4 +731,4 @@ paths:
731731
- Webhook Keys
732732
x-auth-required: false
733733

734-
# Retrieved from scp-openapi commit eeca479623b096d60a163519a72a8ef9e72ac25d path: action/v2alpha1/openapi.yaml
734+
# Retrieved from scp-openapi commit 2552e9a85ce32779e55e91977eddb123f9082103 path: action/v2alpha1/openapi.yaml

splunk_sdk/app_registry/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# flake8: noqa
44

5-
# Copyright © 2019 Splunk, Inc.
5+
# Copyright © 2020 Splunk, Inc.
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License"): you may
88
# not use this file except in compliance with the License. You may obtain
@@ -41,6 +41,12 @@
4141
CreateAppRequest, \
4242
Error, \
4343
Key, \
44+
NativeAppFromAppResponseCreateUpdate, \
45+
NativeAppFromAppResponseGetList, \
46+
NativeAppPOST, \
47+
ServiceAppFromAppResponseCreateUpdate, \
48+
ServiceAppFromAppResponseGetList, \
49+
ServiceAppPOST, \
4450
Subscription, \
4551
UpdateAppRequest, \
4652
WebAppFromAppResponseCreateUpdate, \

splunk_sdk/app_registry/v1beta2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,4 +934,4 @@ paths:
934934
security:
935935
- BearerToken: []
936936

937-
# Retrieved from scp-openapi commit eeca479623b096d60a163519a72a8ef9e72ac25d path: app-registry/v1beta2/openapi.yaml
937+
# Retrieved from scp-openapi commit 2552e9a85ce32779e55e91977eddb123f9082103 path: app-registry/v1beta2/openapi.yaml

splunk_sdk/catalog/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# flake8: noqa
44

5-
# Copyright © 2019 Splunk, Inc.
5+
# Copyright © 2020 Splunk, Inc.
66
#
77
# Licensed under the Apache License, Version 2.0 (the "License"): you may
88
# not use this file except in compliance with the License. You may obtain
@@ -19,7 +19,7 @@
1919
############# This file is auto-generated. Do not edit! #############
2020

2121
"""
22-
SDC Service: Metadata Catalog service
22+
SDC Service: Metadata Catalog
2323
2424
With the Metadata Catalog in Splunk Cloud Services you can create and manage knowledge objects such as datasets, fields, rules, actions, dashboards, and workflows.
2525

0 commit comments

Comments
 (0)