Skip to content

Commit

Permalink
Regenerate client from commit 4b97a2d of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 13, 2022
1 parent eaa96a9 commit bf79634
Show file tree
Hide file tree
Showing 34 changed files with 2,206 additions and 208 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2022-01-13 09:33:07.919017",
"spec_repo_commit": "830f39c"
"regenerated": "2022-01-13 10:48:24.975129",
"spec_repo_commit": "4b97a2d"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2022-01-13 09:33:07.937820",
"spec_repo_commit": "830f39c"
"regenerated": "2022-01-13 10:48:24.997779",
"spec_repo_commit": "4b97a2d"
}
}
}
116 changes: 116 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10121,20 +10121,122 @@ components:
- NETWORK_HOP
- RECEIVED_MESSAGE
SyntheticsBasicAuth:
description: Object to handle basic authentication when performing the test.
oneOf:
- $ref: '#/components/schemas/SyntheticsBasicAuthWeb'
- $ref: '#/components/schemas/SyntheticsBasicAuthSigv4'
- $ref: '#/components/schemas/SyntheticsBasicAuthNTLM'
type: object
SyntheticsBasicAuthNTLM:
description: Object to handle `NTLM` authentication when performing the test.
properties:
domain:
description: Domain for the authentication to use when performing the test.
example: DOMAINNAME
type: string
password:
description: Password for the authentication to use when performing the
test.
example: examplepassword
type: string
type:
$ref: '#/components/schemas/SyntheticsBasicAuthNTLMType'
username:
description: Username for the authentication to use when performing the
test.
example: joedoe
type: string
workstation:
description: Workstation for the authentication to use when performing the
test.
example: ''
type: string
required:
- type
type: object
SyntheticsBasicAuthNTLMType:
default: ntlm
description: The type of authentication to use when performing the test.
enum:
- ntlm
example: ntlm
type: string
x-enum-varnames:
- NTLM
SyntheticsBasicAuthSigv4:
description: Object to handle `SIGV4` authentication when performing the test.
properties:
accessKey:
description: Access key for the `SIGV4` authentication.
example: AKIAIOSFODNN7EXAMPLE
type: string
region:
description: Region for the `SIGV4` authentication.
example: us-east-1
type: string
secretKey:
description: Secret key for the `SIGV4` authentication.
example: wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY
type: string
serviceName:
description: Service name for the `SIGV4` authentication.
example: execute-api
type: string
sessionToken:
description: Session token for the `SIGV4` authentication.
example: 'AQoEXAMPLEH4aoAH0gNCAPyJxz4BlCFFxWNE1OPTgk5TthT+FvwqnKwRcOIfrRh3c/L

To6UDdyJwOOvEVPvLXCrrrUtdnniCEXAMPLE/IvU1dYUg2RVAJBanLiHb4IgRmpRV3z

rkuWJOgQs8IZZaIv2BXIa2R4OlgkBN9bkUDNCJiBeb/AXlzBBko7b15fjrBs2+cTQtp

Z3CYWFXG8C5zqx37wnOE49mRl/+OtkIKGO7fAE

'
type: string
type:
$ref: '#/components/schemas/SyntheticsBasicAuthSigv4Type'
required:
- accessKey
- secretKey
- type
type: object
SyntheticsBasicAuthSigv4Type:
default: sigv4
description: The type of authentication to use when performing the test.
enum:
- sigv4
example: sigv4
type: string
x-enum-varnames:
- SIGV4
SyntheticsBasicAuthWeb:
description: Object to handle basic authentication when performing the test.
properties:
password:
description: Password to use for the basic authentication.
example: ''
type: string
type:
$ref: '#/components/schemas/SyntheticsBasicAuthWebType'
username:
description: Username to use for the basic authentication.
example: ''
type: string
required:
- password
- username
- type
type: object
SyntheticsBasicAuthWebType:
default: web
description: The type of basic authentication to use when performing the test.
enum:
- web
example: web
type: string
x-enum-varnames:
- WEB
SyntheticsBatchDetails:
description: Details about a batch response.
properties:
Expand Down Expand Up @@ -11597,6 +11699,8 @@ components:
description: Port to use when performing the test.
format: int64
type: integer
proxy:
$ref: '#/components/schemas/SyntheticsTestRequestProxy'
query:
description: Query to use for the test.
type: object
Expand Down Expand Up @@ -11642,6 +11746,18 @@ components:
description: Date of update of the certificate or key, ISO format.
type: string
type: object
SyntheticsTestRequestProxy:
description: The proxy to perform the test.
properties:
headers:
$ref: '#/components/schemas/SyntheticsTestHeaders'
url:
description: URL of the proxy to perform the test.
example: https://example.com
type: string
required:
- url
type: object
SyntheticsTiming:
description: 'Object containing all metrics and their values collected for a
Synthetic API test.
Expand Down
14 changes: 14 additions & 0 deletions api/v1/datadog/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,12 @@ docs/SyntheticsAssertionOperator.md
docs/SyntheticsAssertionTarget.md
docs/SyntheticsAssertionType.md
docs/SyntheticsBasicAuth.md
docs/SyntheticsBasicAuthNTLM.md
docs/SyntheticsBasicAuthNTLMType.md
docs/SyntheticsBasicAuthSigv4.md
docs/SyntheticsBasicAuthSigv4Type.md
docs/SyntheticsBasicAuthWeb.md
docs/SyntheticsBasicAuthWebType.md
docs/SyntheticsBatchDetails.md
docs/SyntheticsBatchDetailsData.md
docs/SyntheticsBatchResult.md
Expand Down Expand Up @@ -551,6 +557,7 @@ docs/SyntheticsTestProcessStatus.md
docs/SyntheticsTestRequest.md
docs/SyntheticsTestRequestCertificate.md
docs/SyntheticsTestRequestCertificateItem.md
docs/SyntheticsTestRequestProxy.md
docs/SyntheticsTiming.md
docs/SyntheticsTriggerBody.md
docs/SyntheticsTriggerCITestLocation.md
Expand Down Expand Up @@ -1144,6 +1151,12 @@ model_synthetics_assertion_operator.go
model_synthetics_assertion_target.go
model_synthetics_assertion_type.go
model_synthetics_basic_auth.go
model_synthetics_basic_auth_ntlm.go
model_synthetics_basic_auth_ntlm_type.go
model_synthetics_basic_auth_sigv4.go
model_synthetics_basic_auth_sigv4_type.go
model_synthetics_basic_auth_web.go
model_synthetics_basic_auth_web_type.go
model_synthetics_batch_details.go
model_synthetics_batch_details_data.go
model_synthetics_batch_result.go
Expand Down Expand Up @@ -1218,6 +1231,7 @@ model_synthetics_test_process_status.go
model_synthetics_test_request.go
model_synthetics_test_request_certificate.go
model_synthetics_test_request_certificate_item.go
model_synthetics_test_request_proxy.go
model_synthetics_timing.go
model_synthetics_trigger_body.go
model_synthetics_trigger_ci_test_location.go
Expand Down
7 changes: 7 additions & 0 deletions api/v1/datadog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,12 @@ All URIs are relative to *https://api.datadoghq.com*
- [SyntheticsAssertionTarget](docs/SyntheticsAssertionTarget.md)
- [SyntheticsAssertionType](docs/SyntheticsAssertionType.md)
- [SyntheticsBasicAuth](docs/SyntheticsBasicAuth.md)
- [SyntheticsBasicAuthNTLM](docs/SyntheticsBasicAuthNTLM.md)
- [SyntheticsBasicAuthNTLMType](docs/SyntheticsBasicAuthNTLMType.md)
- [SyntheticsBasicAuthSigv4](docs/SyntheticsBasicAuthSigv4.md)
- [SyntheticsBasicAuthSigv4Type](docs/SyntheticsBasicAuthSigv4Type.md)
- [SyntheticsBasicAuthWeb](docs/SyntheticsBasicAuthWeb.md)
- [SyntheticsBasicAuthWebType](docs/SyntheticsBasicAuthWebType.md)
- [SyntheticsBatchDetails](docs/SyntheticsBatchDetails.md)
- [SyntheticsBatchDetailsData](docs/SyntheticsBatchDetailsData.md)
- [SyntheticsBatchResult](docs/SyntheticsBatchResult.md)
Expand Down Expand Up @@ -784,6 +790,7 @@ All URIs are relative to *https://api.datadoghq.com*
- [SyntheticsTestRequest](docs/SyntheticsTestRequest.md)
- [SyntheticsTestRequestCertificate](docs/SyntheticsTestRequestCertificate.md)
- [SyntheticsTestRequestCertificateItem](docs/SyntheticsTestRequestCertificateItem.md)
- [SyntheticsTestRequestProxy](docs/SyntheticsTestRequestProxy.md)
- [SyntheticsTiming](docs/SyntheticsTiming.md)
- [SyntheticsTriggerBody](docs/SyntheticsTriggerBody.md)
- [SyntheticsTriggerCITestLocation](docs/SyntheticsTriggerCITestLocation.md)
Expand Down
66 changes: 5 additions & 61 deletions api/v1/datadog/docs/SyntheticsBasicAuth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,66 +2,10 @@

## Properties

| Name | Type | Description | Notes |
| ------------ | ---------- | --------------------------------------------- | ----- |
| **Password** | **string** | Password to use for the basic authentication. |
| **Username** | **string** | Username to use for the basic authentication. |

## Methods

### NewSyntheticsBasicAuth

`func NewSyntheticsBasicAuth(password string, username string) *SyntheticsBasicAuth`

NewSyntheticsBasicAuth instantiates a new SyntheticsBasicAuth object.
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed.

### NewSyntheticsBasicAuthWithDefaults

`func NewSyntheticsBasicAuthWithDefaults() *SyntheticsBasicAuth`

NewSyntheticsBasicAuthWithDefaults instantiates a new SyntheticsBasicAuth object.
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set.

### GetPassword

`func (o *SyntheticsBasicAuth) GetPassword() string`

GetPassword returns the Password field if non-nil, zero value otherwise.

### GetPasswordOk

`func (o *SyntheticsBasicAuth) GetPasswordOk() (*string, bool)`

GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPassword

`func (o *SyntheticsBasicAuth) SetPassword(v string)`

SetPassword sets Password field to given value.

### GetUsername

`func (o *SyntheticsBasicAuth) GetUsername() string`

GetUsername returns the Username field if non-nil, zero value otherwise.

### GetUsernameOk

`func (o *SyntheticsBasicAuth) GetUsernameOk() (*string, bool)`

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetUsername

`func (o *SyntheticsBasicAuth) SetUsername(v string)`

SetUsername sets Username field to given value.
| Name | Type | Description | Notes |
| ---------------------------- | ---------------------------------------------------------------------- | ------------------------------------- | ----- |
| **SyntheticsBasicAuthNTLM** | Pointer to [**SyntheticsBasicAuthNTLM**](SyntheticsBasicAuthNTLM.md) | A pointer to the appropriate element. |
| **SyntheticsBasicAuthSigv4** | Pointer to [**SyntheticsBasicAuthSigv4**](SyntheticsBasicAuthSigv4.md) | A pointer to the appropriate element. |
| **SyntheticsBasicAuthWeb** | Pointer to [**SyntheticsBasicAuthWeb**](SyntheticsBasicAuthWeb.md) | A pointer to the appropriate element. |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Loading

0 comments on commit bf79634

Please sign in to comment.