feat: generating code
This commit is contained in:
parent
c329d58970
commit
51663cd8d0
1221 changed files with 271709 additions and 2444 deletions
23
service_specs/sqlserverflex_instance_config.yml
Normal file
23
service_specs/sqlserverflex_instance_config.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
provider:
|
||||
name: stackitprivatepreview
|
||||
|
||||
resources:
|
||||
instance:
|
||||
create:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances
|
||||
method: POST
|
||||
read:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: GET
|
||||
update:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: PUT
|
||||
delete:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: DELETE
|
||||
|
||||
data_sources:
|
||||
instance:
|
||||
read:
|
||||
path: /v3alpha1/projects/{projectId}/regions/{region}/instances/{instanceId}
|
||||
method: GET
|
||||
Loading…
Add table
Add a link
Reference in a new issue