@@ -27064,6 +27064,7 @@ components:
27064
27064
- opsgenie_api_key
27065
27065
- region
27066
27066
type: object
27067
+ x-model-simple-name: CreateAttributes
27067
27068
OpsgenieServiceCreateData:
27068
27069
description: Opsgenie service data for a create request.
27069
27070
properties:
@@ -27075,6 +27076,7 @@ components:
27075
27076
- type
27076
27077
- attributes
27077
27078
type: object
27079
+ x-model-simple-name: CreateData
27078
27080
OpsgenieServiceCreateRequest:
27079
27081
description: Create request for an Opsgenie service.
27080
27082
properties:
@@ -27083,6 +27085,7 @@ components:
27083
27085
required:
27084
27086
- data
27085
27087
type: object
27088
+ x-model-simple-name: CreateRequest
27086
27089
OpsgenieServiceRegionType:
27087
27090
description: The region for the Opsgenie service.
27088
27091
enum:
@@ -27095,6 +27098,7 @@ components:
27095
27098
- US
27096
27099
- EU
27097
27100
- CUSTOM
27101
+ x-model-simple-name: RegionType
27098
27102
OpsgenieServiceResponse:
27099
27103
description: Response of an Opsgenie service.
27100
27104
properties:
@@ -27103,6 +27107,7 @@ components:
27103
27107
required:
27104
27108
- data
27105
27109
type: object
27110
+ x-model-simple-name: Response
27106
27111
OpsgenieServiceResponseAttributes:
27107
27112
description: The attributes from an Opsgenie service response.
27108
27113
properties:
@@ -27119,6 +27124,7 @@ components:
27119
27124
region:
27120
27125
$ref: '#/components/schemas/OpsgenieServiceRegionType'
27121
27126
type: object
27127
+ x-model-simple-name: ResponseAttributes
27122
27128
OpsgenieServiceResponseData:
27123
27129
description: Opsgenie service data from a response.
27124
27130
properties:
@@ -27137,6 +27143,7 @@ components:
27137
27143
- type
27138
27144
- attributes
27139
27145
type: object
27146
+ x-model-simple-name: ResponseData
27140
27147
OpsgenieServiceType:
27141
27148
default: opsgenie-service
27142
27149
description: Opsgenie service resource type.
@@ -27146,6 +27153,7 @@ components:
27146
27153
type: string
27147
27154
x-enum-varnames:
27148
27155
- OPSGENIE_SERVICE
27156
+ x-model-simple-name: ServiceType
27149
27157
OpsgenieServiceUpdateAttributes:
27150
27158
description: The Opsgenie service attributes for an update request.
27151
27159
properties:
@@ -27166,6 +27174,7 @@ components:
27166
27174
region:
27167
27175
$ref: '#/components/schemas/OpsgenieServiceRegionType'
27168
27176
type: object
27177
+ x-model-simple-name: UpdateAttributes
27169
27178
OpsgenieServiceUpdateData:
27170
27179
description: Opsgenie service for an update request.
27171
27180
properties:
@@ -27184,6 +27193,7 @@ components:
27184
27193
- type
27185
27194
- attributes
27186
27195
type: object
27196
+ x-model-simple-name: UpdateData
27187
27197
OpsgenieServiceUpdateRequest:
27188
27198
description: Update request for an Opsgenie service.
27189
27199
properties:
@@ -27192,6 +27202,7 @@ components:
27192
27202
required:
27193
27203
- data
27194
27204
type: object
27205
+ x-model-simple-name: UpdateRequest
27195
27206
OpsgenieServicesResponse:
27196
27207
description: Response with a list of Opsgenie services.
27197
27208
properties:
@@ -27216,6 +27227,7 @@ components:
27216
27227
required:
27217
27228
- data
27218
27229
type: object
27230
+ x-model-simple-name: ServicesResponse
27219
27231
OrderDirection:
27220
27232
description: The sort direction for results.
27221
27233
enum:
0 commit comments