feat: initial copy of v0.1.0
This commit is contained in:
parent
4cc801a7f3
commit
7d4cbb6b08
538 changed files with 63361 additions and 55213 deletions
28
service_specs/sqlserverflex/beta/instance_config.yml
Normal file
28
service_specs/sqlserverflex/beta/instance_config.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
provider:
|
||||
name: stackitprivatepreview
|
||||
|
||||
resources:
|
||||
instance:
|
||||
create:
|
||||
path: /v3beta1/projects/{projectId}/regions/{region}/instances
|
||||
method: POST
|
||||
read:
|
||||
path: /v3beta1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: GET
|
||||
update:
|
||||
path: /v3beta1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: PUT
|
||||
delete:
|
||||
path: /v3beta1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: DELETE
|
||||
|
||||
data_sources:
|
||||
instances:
|
||||
read:
|
||||
path: /v3beta1/projects/{projectId}/regions/{region}/instances
|
||||
method: GET
|
||||
|
||||
instance:
|
||||
read:
|
||||
path: /v3beta1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: GET
|
||||
Loading…
Add table
Add a link
Reference in a new issue