@@ -26782,6 +26782,7 @@ components:
26782
26782
- opsgenie_api_key
26783
26783
- region
26784
26784
type: object
26785
+ x-model-simple-name: CreateAttributes
26785
26786
OpsgenieServiceCreateData:
26786
26787
description: Opsgenie service data for a create request.
26787
26788
properties:
@@ -26793,6 +26794,7 @@ components:
26793
26794
- type
26794
26795
- attributes
26795
26796
type: object
26797
+ x-model-simple-name: CreateData
26796
26798
OpsgenieServiceCreateRequest:
26797
26799
description: Create request for an Opsgenie service.
26798
26800
properties:
@@ -26801,6 +26803,7 @@ components:
26801
26803
required:
26802
26804
- data
26803
26805
type: object
26806
+ x-model-simple-name: CreateRequest
26804
26807
OpsgenieServiceRegionType:
26805
26808
description: The region for the Opsgenie service.
26806
26809
enum:
@@ -26813,6 +26816,7 @@ components:
26813
26816
- US
26814
26817
- EU
26815
26818
- CUSTOM
26819
+ x-model-simple-name: RegionType
26816
26820
OpsgenieServiceResponse:
26817
26821
description: Response of an Opsgenie service.
26818
26822
properties:
@@ -26821,6 +26825,7 @@ components:
26821
26825
required:
26822
26826
- data
26823
26827
type: object
26828
+ x-model-simple-name: Response
26824
26829
OpsgenieServiceResponseAttributes:
26825
26830
description: The attributes from an Opsgenie service response.
26826
26831
properties:
@@ -26837,6 +26842,7 @@ components:
26837
26842
region:
26838
26843
$ref: '#/components/schemas/OpsgenieServiceRegionType'
26839
26844
type: object
26845
+ x-model-simple-name: ResponseAttributes
26840
26846
OpsgenieServiceResponseData:
26841
26847
description: Opsgenie service data from a response.
26842
26848
properties:
@@ -26855,6 +26861,7 @@ components:
26855
26861
- type
26856
26862
- attributes
26857
26863
type: object
26864
+ x-model-simple-name: ResponseData
26858
26865
OpsgenieServiceType:
26859
26866
default: opsgenie-service
26860
26867
description: Opsgenie service resource type.
@@ -26864,6 +26871,7 @@ components:
26864
26871
type: string
26865
26872
x-enum-varnames:
26866
26873
- OPSGENIE_SERVICE
26874
+ x-model-simple-name: ServiceType
26867
26875
OpsgenieServiceUpdateAttributes:
26868
26876
description: The Opsgenie service attributes for an update request.
26869
26877
properties:
@@ -26884,6 +26892,7 @@ components:
26884
26892
region:
26885
26893
$ref: '#/components/schemas/OpsgenieServiceRegionType'
26886
26894
type: object
26895
+ x-model-simple-name: UpdateAttributes
26887
26896
OpsgenieServiceUpdateData:
26888
26897
description: Opsgenie service for an update request.
26889
26898
properties:
@@ -26902,6 +26911,7 @@ components:
26902
26911
- type
26903
26912
- attributes
26904
26913
type: object
26914
+ x-model-simple-name: UpdateData
26905
26915
OpsgenieServiceUpdateRequest:
26906
26916
description: Update request for an Opsgenie service.
26907
26917
properties:
@@ -26910,6 +26920,7 @@ components:
26910
26920
required:
26911
26921
- data
26912
26922
type: object
26923
+ x-model-simple-name: UpdateRequest
26913
26924
OpsgenieServicesResponse:
26914
26925
description: Response with a list of Opsgenie services.
26915
26926
properties:
@@ -26934,6 +26945,7 @@ components:
26934
26945
required:
26935
26946
- data
26936
26947
type: object
26948
+ x-model-simple-name: ServicesResponse
26937
26949
OrderDirection:
26938
26950
description: The sort direction for results.
26939
26951
enum:
0 commit comments