File tree Expand file tree Collapse file tree 1 file changed +71
-0
lines changed
Expand file tree Collapse file tree 1 file changed +71
-0
lines changed Original file line number Diff line number Diff line change 6868 ],
6969 "type" : " object"
7070 },
71+ "IsolationSegment" : {
72+ "properties" : {
73+ "createdAt" : {
74+ "example" : " 2024-10-28T07:07:54.52Z" ,
75+ "format" : " date-time" ,
76+ "title" : " The time with zone when the isolation segment was created." ,
77+ "type" : " string"
78+ },
79+ "guid" : {
80+ "$ref" : " #/components/schemas/IsolationSegmentId"
81+ },
82+ "name" : {
83+ "example" : " myisolationsegment" ,
84+ "title" : " Name of the isolation segment" ,
85+ "type" : " string"
86+ },
87+ "orgId" : {
88+ "$ref" : " #/components/schemas/OrgId"
89+ },
90+ "platformId" : {
91+ "$ref" : " #/components/schemas/PlatformId"
92+ },
93+ "projectId" : {
94+ "$ref" : " #/components/schemas/ProjectId"
95+ },
96+ "region" : {
97+ "$ref" : " #/components/schemas/Region"
98+ },
99+ "updatedAt" : {
100+ "example" : " 2024-10-28T07:07:54.53Z" ,
101+ "format" : " date-time" ,
102+ "title" : " The time with zone when the isolation segment was last updated." ,
103+ "type" : " string"
104+ }
105+ },
106+ "required" : [
107+ " name" ,
108+ " guid" ,
109+ " orgId" ,
110+ " platformId" ,
111+ " projectId" ,
112+ " region" ,
113+ " createdAt" ,
114+ " updatedAt"
115+ ],
116+ "type" : " object"
117+ },
118+ "IsolationSegmentId" : {
119+ "example" : " 00000000-0000-0000-0000-000000000000" ,
120+ "format" : " uuid" ,
121+ "title" : " The unique id of the isolation segment" ,
122+ "type" : " string"
123+ },
124+ "IsolationSegmentsList" : {
125+ "properties" : {
126+ "pagination" : {
127+ "$ref" : " #/components/schemas/Pagination"
128+ },
129+ "resources" : {
130+ "items" : {
131+ "$ref" : " #/components/schemas/IsolationSegment"
132+ },
133+ "type" : " array"
134+ }
135+ },
136+ "required" : [
137+ " resources" ,
138+ " pagination"
139+ ],
140+ "type" : " object"
141+ },
71142 "OrgId" : {
72143 "example" : " 00000000-0000-0000-0000-000000000000" ,
73144 "format" : " uuid" ,
You can’t perform that action at this time.
0 commit comments