@@ -26782,6 +26782,7 @@ components:
2678226782 - opsgenie_api_key
2678326783 - region
2678426784 type: object
26785+ x-model-simple-name: CreateAttributes
2678526786 OpsgenieServiceCreateData:
2678626787 description: Opsgenie service data for a create request.
2678726788 properties:
@@ -26793,6 +26794,7 @@ components:
2679326794 - type
2679426795 - attributes
2679526796 type: object
26797+ x-model-simple-name: CreateData
2679626798 OpsgenieServiceCreateRequest:
2679726799 description: Create request for an Opsgenie service.
2679826800 properties:
@@ -26801,6 +26803,7 @@ components:
2680126803 required:
2680226804 - data
2680326805 type: object
26806+ x-model-simple-name: CreateRequest
2680426807 OpsgenieServiceRegionType:
2680526808 description: The region for the Opsgenie service.
2680626809 enum:
@@ -26813,6 +26816,7 @@ components:
2681326816 - US
2681426817 - EU
2681526818 - CUSTOM
26819+ x-model-simple-name: RegionType
2681626820 OpsgenieServiceResponse:
2681726821 description: Response of an Opsgenie service.
2681826822 properties:
@@ -26821,6 +26825,7 @@ components:
2682126825 required:
2682226826 - data
2682326827 type: object
26828+ x-model-simple-name: Response
2682426829 OpsgenieServiceResponseAttributes:
2682526830 description: The attributes from an Opsgenie service response.
2682626831 properties:
@@ -26837,6 +26842,7 @@ components:
2683726842 region:
2683826843 $ref: '#/components/schemas/OpsgenieServiceRegionType'
2683926844 type: object
26845+ x-model-simple-name: ResponseAttributes
2684026846 OpsgenieServiceResponseData:
2684126847 description: Opsgenie service data from a response.
2684226848 properties:
@@ -26855,6 +26861,7 @@ components:
2685526861 - type
2685626862 - attributes
2685726863 type: object
26864+ x-model-simple-name: ResponseData
2685826865 OpsgenieServiceType:
2685926866 default: opsgenie-service
2686026867 description: Opsgenie service resource type.
@@ -26864,6 +26871,7 @@ components:
2686426871 type: string
2686526872 x-enum-varnames:
2686626873 - OPSGENIE_SERVICE
26874+ x-model-simple-name: ServiceType
2686726875 OpsgenieServiceUpdateAttributes:
2686826876 description: The Opsgenie service attributes for an update request.
2686926877 properties:
@@ -26884,6 +26892,7 @@ components:
2688426892 region:
2688526893 $ref: '#/components/schemas/OpsgenieServiceRegionType'
2688626894 type: object
26895+ x-model-simple-name: UpdateAttributes
2688726896 OpsgenieServiceUpdateData:
2688826897 description: Opsgenie service for an update request.
2688926898 properties:
@@ -26902,6 +26911,7 @@ components:
2690226911 - type
2690326912 - attributes
2690426913 type: object
26914+ x-model-simple-name: UpdateData
2690526915 OpsgenieServiceUpdateRequest:
2690626916 description: Update request for an Opsgenie service.
2690726917 properties:
@@ -26910,6 +26920,7 @@ components:
2691026920 required:
2691126921 - data
2691226922 type: object
26923+ x-model-simple-name: UpdateRequest
2691326924 OpsgenieServicesResponse:
2691426925 description: Response with a list of Opsgenie services.
2691526926 properties:
@@ -26934,6 +26945,7 @@ components:
2693426945 required:
2693526946 - data
2693626947 type: object
26948+ x-model-simple-name: ServicesResponse
2693726949 OrderDirection:
2693826950 description: The sort direction for results.
2693926951 enum:
0 commit comments