@@ -27064,6 +27064,7 @@ components:
2706427064 - opsgenie_api_key
2706527065 - region
2706627066 type: object
27067+ x-model-simple-name: CreateAttributes
2706727068 OpsgenieServiceCreateData:
2706827069 description: Opsgenie service data for a create request.
2706927070 properties:
@@ -27075,6 +27076,7 @@ components:
2707527076 - type
2707627077 - attributes
2707727078 type: object
27079+ x-model-simple-name: CreateData
2707827080 OpsgenieServiceCreateRequest:
2707927081 description: Create request for an Opsgenie service.
2708027082 properties:
@@ -27083,6 +27085,7 @@ components:
2708327085 required:
2708427086 - data
2708527087 type: object
27088+ x-model-simple-name: CreateRequest
2708627089 OpsgenieServiceRegionType:
2708727090 description: The region for the Opsgenie service.
2708827091 enum:
@@ -27095,6 +27098,7 @@ components:
2709527098 - US
2709627099 - EU
2709727100 - CUSTOM
27101+ x-model-simple-name: RegionType
2709827102 OpsgenieServiceResponse:
2709927103 description: Response of an Opsgenie service.
2710027104 properties:
@@ -27103,6 +27107,7 @@ components:
2710327107 required:
2710427108 - data
2710527109 type: object
27110+ x-model-simple-name: Response
2710627111 OpsgenieServiceResponseAttributes:
2710727112 description: The attributes from an Opsgenie service response.
2710827113 properties:
@@ -27119,6 +27124,7 @@ components:
2711927124 region:
2712027125 $ref: '#/components/schemas/OpsgenieServiceRegionType'
2712127126 type: object
27127+ x-model-simple-name: ResponseAttributes
2712227128 OpsgenieServiceResponseData:
2712327129 description: Opsgenie service data from a response.
2712427130 properties:
@@ -27137,6 +27143,7 @@ components:
2713727143 - type
2713827144 - attributes
2713927145 type: object
27146+ x-model-simple-name: ResponseData
2714027147 OpsgenieServiceType:
2714127148 default: opsgenie-service
2714227149 description: Opsgenie service resource type.
@@ -27146,6 +27153,7 @@ components:
2714627153 type: string
2714727154 x-enum-varnames:
2714827155 - OPSGENIE_SERVICE
27156+ x-model-simple-name: ServiceType
2714927157 OpsgenieServiceUpdateAttributes:
2715027158 description: The Opsgenie service attributes for an update request.
2715127159 properties:
@@ -27166,6 +27174,7 @@ components:
2716627174 region:
2716727175 $ref: '#/components/schemas/OpsgenieServiceRegionType'
2716827176 type: object
27177+ x-model-simple-name: UpdateAttributes
2716927178 OpsgenieServiceUpdateData:
2717027179 description: Opsgenie service for an update request.
2717127180 properties:
@@ -27184,6 +27193,7 @@ components:
2718427193 - type
2718527194 - attributes
2718627195 type: object
27196+ x-model-simple-name: UpdateData
2718727197 OpsgenieServiceUpdateRequest:
2718827198 description: Update request for an Opsgenie service.
2718927199 properties:
@@ -27192,6 +27202,7 @@ components:
2719227202 required:
2719327203 - data
2719427204 type: object
27205+ x-model-simple-name: UpdateRequest
2719527206 OpsgenieServicesResponse:
2719627207 description: Response with a list of Opsgenie services.
2719727208 properties:
@@ -27216,6 +27227,7 @@ components:
2721627227 required:
2721727228 - data
2721827229 type: object
27230+ x-model-simple-name: ServicesResponse
2721927231 OrderDirection:
2722027232 description: The sort direction for results.
2722127233 enum:
0 commit comments