@@ -3441,6 +3441,14 @@ components:
34413441 total : 3
34423442 size : 100
34433443 number : 1
3444+ SampleInstanceCreateDynatracePayload :
3445+ value :
3446+ integration_name : dynatrace
3447+ name : dynatrace
3448+ display_name : Dynatrace
3449+ description : Ingest SLOs from your Dynatrace environment for a unified view of service health and reliability.
3450+ config :
3451+ base_url : ' https://id.live.dynatrace.com'
34443452 SampleInstanceCreateTraceablePayload :
34453453 value :
34463454 integration_name : traceable
@@ -3620,6 +3628,25 @@ components:
36203628 display_name : SwaggerHub (Internal)
36213629 config :
36223630 role_arn : ' arn:aws:iam::084735895545:role/KonnectServiceCatalogRole'
3631+ SampleCreateDynatraceMultiKeyAuthPayload :
3632+ value :
3633+ type : multi_key_auth
3634+ config :
3635+ headers :
3636+ - name : authorization
3637+ key : dynatrace-api-key
3638+ SampleCreateDynatraceMultiKeyAuthResponse :
3639+ value :
3640+ id : 88c58c29-ff7d-4913-b3d7-8affc279dd56
3641+ type : multi_key_auth
3642+ missing_permissions : []
3643+ tainted : false
3644+ expires_at : null
3645+ created_at : ' 2022-11-04T20:10:06.927Z'
3646+ integration_instance :
3647+ id : 70ecc595-4280-4872-8b80-87b2e57dba3f
3648+ name : dynatrace
3649+ display_name : Dynatrace
36233650 GitLabSelfManagedAuthConfigPayload :
36243651 value :
36253652 type : oauth
@@ -3981,6 +4008,8 @@ components:
39814008 $ref : ' #/components/examples/SampleInstanceCreateSlackPayload'
39824009 Traceable :
39834010 $ref : ' #/components/examples/SampleInstanceCreateTraceablePayload'
4011+ Dynatrace :
4012+ $ref : ' #/components/examples/SampleInstanceCreateDynatracePayload'
39844013 UpdateIntegrationInstanceRequest :
39854014 required : true
39864015 content :
@@ -4005,6 +4034,8 @@ components:
40054034 $ref : ' #/components/examples/SampleCreateTraceableMultiKeyAuthPayload'
40064035 AwsApiGateway :
40074036 $ref : ' #/components/examples/SampleCreateAWSRoleDelegationAuthPayload'
4037+ Dynatrace :
4038+ $ref : ' #/components/examples/SampleCreateDynatraceMultiKeyAuthPayload'
40084039 UpsertIntegrationInstanceAuthConfigRequest :
40094040 required : true
40104041 content :
@@ -4153,6 +4184,8 @@ components:
41534184 $ref : ' #/components/examples/SampleCreateSwaggerHubMultiKeyAuthResponse'
41544185 AwsApiGateway :
41554186 $ref : ' #/components/examples/SampleCreateAWSRoleDelegationAuthResponse'
4187+ Dynatrace :
4188+ $ref : ' #/components/examples/SampleCreateDynatraceMultiKeyAuthResponse'
41564189 IntegrationInstanceAuthConfigResponse :
41574190 description : A response containing integration instance auth config.
41584191 content :
0 commit comments