Skip to content

Commit

Permalink
[btpmr-bot] 2024-11-27 06:11:04: fetched BTP metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
BTP Metadata Repo Bot committed Nov 27, 2024
1 parent d0cdb46 commit 5863ca4
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 408 deletions.
6 changes: 6 additions & 0 deletions v0/developer/adsrestapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"type": "Link",
"text": "Swagger"
},
{
"value": "https://adsrestapi-formsprocessing.cfapps.ap12.hana.ondemand.com/swagger-ui.html",
"classification": "Swagger",
"type": "Link",
"text": "Swagger"
},
{
"value": "https://adsrestapi-formsprocessing.cfapps.br10.hana.ondemand.com/swagger-ui.html",
"classification": "Swagger",
Expand Down
25 changes: 25 additions & 0 deletions v0/developer/autoscaler.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,31 @@
],
"description": "schema for autoscaler policy for standard plan",
"properties": {
"configuration": {
"properties": {
"custom_metrics": {
"properties": {
"metric_submission_strategy": {
"properties": {
"allow_from": {
"const": "bound_app",
"type": "string"
}
},
"required": [
"allow_from"
],
"type": "object"
}
},
"required": [
"metric_submission_strategy"
],
"type": "object"
}
},
"type": "object"
},
"instance_max_count": {
"description": "Maximum how many instances of application can be provisioned as part of application scaling",
"minimum": 1,
Expand Down
101 changes: 0 additions & 101 deletions v0/developer/dateandtime.json

This file was deleted.

78 changes: 78 additions & 0 deletions v0/developer/hana-cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@
},
"scriptserver": {
"type": "boolean"
},
"triplestore": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -773,6 +776,9 @@
},
"scriptserver": {
"type": "boolean"
},
"triplestore": {
"type": "boolean"
}
},
"type": "object"
Expand All @@ -787,6 +793,14 @@
"pattern": "^(ConnectivityProxy)$",
"type": "string"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"whitelistIPs": {
"items": {
"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/(30|31|32|[1-2][0-9]|[0-9]))?$",
Expand Down Expand Up @@ -822,6 +836,14 @@
},
"type": "array"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"productVersion": {
"additionalProperties": false,
"description": "HANA Product Version",
Expand Down Expand Up @@ -1523,6 +1545,9 @@
},
"scriptserver": {
"type": "boolean"
},
"triplestore": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -1814,6 +1839,9 @@
},
"scriptserver": {
"type": "boolean"
},
"triplestore": {
"type": "boolean"
}
},
"type": "object"
Expand All @@ -1828,6 +1856,14 @@
"pattern": "^(ConnectivityProxy)$",
"type": "string"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"whitelistIPs": {
"items": {
"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/(30|31|32|[1-2][0-9]|[0-9]))?$",
Expand Down Expand Up @@ -1863,6 +1899,14 @@
},
"type": "array"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"productVersion": {
"additionalProperties": false,
"description": "HANA Product Version",
Expand Down Expand Up @@ -2272,6 +2316,15 @@
"type": "string"
},
"type": "array"
},
"trustBindings": {
"description": "Trusts bindings to be established with other services",
"items": {
"description": "Trust group",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -2339,6 +2392,14 @@
"trusts": {
"items": {
"properties": {
"aggregateTo": {
"items": {
"description": "List of aliases to aggregate to",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
},
"alias": {
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
Expand Down Expand Up @@ -2897,6 +2958,15 @@
"type": "string"
},
"type": "array"
},
"trustBindings": {
"description": "Trusts bindings to be established with other services",
"items": {
"description": "Trust group",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -2964,6 +3034,14 @@
"trusts": {
"items": {
"properties": {
"aggregateTo": {
"items": {
"description": "List of aliases to aggregate to",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
},
"alias": {
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
Expand Down
Loading

0 comments on commit 5863ca4

Please sign in to comment.